@charset "UTF-8";
.area-global-top {
  background: #F0F0E1;
}
main {
	font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 740px) {
	.pdt-2-sp {
		padding-top: 2px;
	}
	.pdr-2-sp {
		padding-right: 2px;
	}
	.pdb-2-sp {
		padding-bottom: 2px;
	}
	.pdl-2-sp {
		padding-left: 2px;
	}
	
}
@media only screen and (max-width: 740px) {
  .area-global-top {
    display: none;
  }
}

.list-global-home {
  text-align: center;
}

.list-global-home a {
  color: #111;
  text-decoration: none;
  display: block;
}

@media print, screen and (min-width: 741px) {
  .list-global-home a {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media print, screen and (min-width: 741px) {
  .list-global-home li {
    display: inline-block;
  }
}

.icon-global-home {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin: auto;
  margin-bottom: 6px;
}

.icon-global-home.icon-faq {
  background-image: url("../img/topnav_1.png");
  width: 21px;
  height: 32px;
}

.icon-global-home.icon-ribbon {
  background-image: url("../img/topnav_2.png");
  width: 31px;
  height: 24px;
}

.icon-global-home.icon-good {
  background-image: url("../img/topnav_3.png");
  width: 27px;
  height: 29px;
}

.icon-global-home.icon-calendar {
  background-image: url("../img/topnav_4.png");
  width: 25px;
  height: 25px;
}

.icon-global-home.icon-flow {
  background-image: url("../img/topnav_5.png");
  height: 25px;
  height: 24px;
}

.slick-slider .slick-arrow {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.slick-slider .slick-arrow:before {
  font-size: 40px;
}

@media only screen and (max-width: 740px) {
  .slick-slider .slick-arrow:before {
    font-size: 25px;
  }
}

.slick-slider .slick-prev {
  left: 25px;
}

@media only screen and (max-width: 740px) {
  .slick-slider .slick-prev {
    left: 6px;
  }
}

.slick-slider .slick-prev:before {
  font-family: FontAwesome;
  content: "";
}

.slick-slider .slick-next {
  right: 25px;
}

@media only screen and (max-width: 740px) {
  .slick-slider .slick-next {
    right: 6px;
  }
}

.slick-slider .slick-next:before {
  font-family: FontAwesome;
  content: "";
}
.slick-slide {
	margin: 0 5px;
}
.slick-dots {
  bottom: 0px;
	margin-bottom: -45px;
}

.slick-dots li  {
  margin: 0 40px;
}
.slick-dots li button {
  width: 81px;
  height: 10px;
  background-color: #BBB;
	border-radius: 0px;
}

.slick-dots li button:before {
  content: "";
  color: transparent;
}

.slick-dots li.slick-active button {
  background-color: #888888;
}
@media only screen and (max-width: 740px) {
	.slick-dots li button {
	  width: 54px;
	  height: 5px;
	  background-color: #BBB;
		border-radius: 0px;
	}
	.slick-dots li  {
	  margin: 0 6px;
		width: auto;
		height: auto;
	}
	.slick-dots {
	  margin-right: auto;
		margin-left: auto;
		text-align: center;
		margin-bottom: -54px;
	}
	.slick-slider .slick-next::before {
		content: "";
		width: 15px;
		height: 15px;
		border-right: 2px solid #402000;
		display: block;
		transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		border-top: 2px solid #402000;
	}
	.slick-slider .slick-prev::before {
		content: "";
		width: 15px;
		height: 15px;
		border-left: 2px solid #402000;
		border-bottom: 2px solid #402000;
		display: block;
		transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	}
	.slick-slide {
		margin: 0 30px;
	}
	.slick-slide img {
		margin: 0 auto;
	}
	.area-slider + p {
		padding-left: 30px;
	}
}

.area-slider + p {
	max-width: 1020px;
	margin: -23px auto 40px;
}
.area-top-main {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 740px) {
  .area-top-main {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.area-hero {
  text-align: center;
}

.area-hero .slider-hero {
  max-width: 1200px;
  margin: auto;
  position: relative;
}

@media print, screen and (min-width: 741px) {
  .row-feature {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.title-feature {
  position: relative;
  padding-left: 36px;
}

@media print, screen and (min-width: 741px) {
  .title-feature {
    font-size: 20px;
  }
}

@media only screen and (max-width: 740px) {
  .title-feature {
    font-size: 16px;
  }
}

.title-feature:before {
  background: url(../img/heading_search.png) left top no-repeat;
  content: "";
  display: inline-block;
  width: 31px;
  height: 31px;
  background-size: 31px 31px;
  position: absolute;
  top: -4px;
  left: 0;
}

.title-feature .text-danger {
  color: #DAA500;
}

.list-feature-buttons {
  margin-bottom: 24px;
  overflow: hidden;
}

@media print, screen and (min-width: 741px) {
  .list-feature-buttons li {
    *zoom: 1;
    width: 33%;
    float: left;
    margin-left: 0.333%;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .list-feature-buttons li:before, .list-feature-buttons li:after {
    content: "";
    display: table;
  }
  .list-feature-buttons li:after {
    clear: both;
  }
  .list-feature-buttons li:first-child {
    margin-left: 0;
  }
  .list-feature-buttons li:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
  }
}

@media only screen and (max-width: 740px) {
  .list-feature-buttons li {
    *zoom: 1;
    width: 33.333%;
    float: left;
    margin-left: 0%;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .list-feature-buttons li:before, .list-feature-buttons li:after {
    content: "";
    display: table;
  }
  .list-feature-buttons li:after {
    clear: both;
  }
  .list-feature-buttons li:first-child {
    margin-left: 0;
  }
  .list-feature-buttons li:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
  }
}

@media only screen and (max-width: 740px) {
  .area-banners-first {
    margin-top: -24px;
  }
}

.list-inline-center {
  text-align: center;
}

.list-inline-center li {
  display: inline-block;
  margin: 6px 3px;
}

.area-medama {
  background: linear-gradient(0deg, white 0%, #e7eef8 98%);
}

.header-medama {
  background-color: #EA556B;
  color: #FFF;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
}

.header-medama-in {
  border-top: 1px dashed #FFF;
  border-bottom: 1px dashed #FFF;
}

.header-medama .title-header-medama {
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-left: 283px;
}

@media print, screen and (min-width: 741px) {
  .header-medama .title-header-medama {
    font-size: 32px;
  }
}

@media only screen and (max-width: 740px) {
  .header-medama .title-header-medama {
    font-size: 22px;
  }
}

@media only screen and (max-width: 740px) {
  .header-medama .title-header-medama {
    padding-left: 120px;
  }
}

.header-medama .title-header-medama img {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -50px;
}

@media only screen and (max-width: 740px) {
  .header-medama .title-header-medama img {
    width: 110px;
    margin-top: -22px;
  }
}

.medama-main {
  padding-top: 12px;
  padding-bottom: 12px;
}

@media print, screen and (min-width: 741px) {
  .medama-main {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}

.medama-main .slick-prev {
  left: -25px;
}

@media only screen and (max-width: 740px) {
  .medama-main .slick-prev {
    left: -12px;
  }
}

.medama-main .slick-next {
  right: -25px;
}

@media only screen and (max-width: 740px) {
  .medama-main .slick-next {
    right: -12px;
  }
}

.block-medama {
  padding-left: 10px;
  padding-right: 10px;
}

.panel-medama {
  display: block;
  color: #111;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #D6D6D6;
  background-color: #FFF;
  padding: 20px;
}

@media only screen and (max-width: 740px) {
  .panel-medama {
    padding: 12px;
  }
}

@media print, screen and (min-width: 741px) {
  .panel-medama:hover {
    opacity: 0.9;
  }
}

.panel-medama .medama-photo img {
  vertical-align: bottom;
  margin-bottom: 12px;
}

.panel-medama .medama-content .title {
  margin-bottom: 6px;
}

.panel-medama .dl-medama-price {
  overflow: hidden;
  font-size: 1.1em;
  font-weight: 700;
}

.panel-medama .dl-medama-price dt {
  float: left;
}

.panel-medama .dl-medama-price dd {
  float: right;
  color: #C8000D;
}

.area-faq-outro {
  background: url("../img/campaign_outro.png");
  padding-top: 12px;
  padding-bottom: 12px;
}

@media print, screen and (min-width: 741px) {
  .area-faq-outro {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.list-feature2 {
  margin-bottom: 24px;
}

.list-feature2 li {
  border-bottom: 1px dashed #111;
  position: relative;
}

.list-feature2 li:before {
  font-family: FontAwesome;
  content: "";
  color: #3B5B99;
  position: absolute;
  top: 10px;
  left: 6px;
}

.list-feature2 a {
  display: block;
  padding: 12px;
  padding-left: 24px;
  color: #111;
  text-decoration: none;
}

.area-osusume {
  background: url("../img/osusume_bg.jpg") center center no-repeat;
  background-size: cover;
  padding-top: 24px;
  padding-bottom: 24px;
  color: #FFF;
}

@media print, screen and (min-width: 741px) {
  .area-osusume {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.block-icon {
  margin-bottom: 17px;
  text-align: center;
}

@media only screen and (max-width: 740px) {
  .block-icon {
    margin-bottom: 12px;
    float: left;
    width: 80px;
  }
}

.block-icon img {
  vertical-align: bottom;
}

@media only screen and (max-width: 740px) {
  .block-content {
    padding-left: 100px;
  }
}

@media print, screen and (min-width: 741px) {
  .col-osusume-content {
    text-align: center;
  }
}

.col-osusume-content a {
  color: #FFF;
  text-decoration: none;
}

.title-osusume-content {
  position: relative;
}

@media print, screen and (min-width: 741px) {
  .title-osusume-content {
    font-size: 21px;
  }
}

@media only screen and (max-width: 740px) {
  .title-osusume-content {
    font-size: 16px;
  }
}

.title-osusume-content:before {
  content: "";
  display: block;
  background: #B22D00;
  height: 10px;
  position: absolute;
  bottom: -2px;
  width: 90%;
}

.title-osusume-content-in {
  position: relative;
  z-index: 10;
}

.area-itsudemo {
  background-color: #F3F3EF;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 740px) {
  .area-itsudemo {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.header-itsudemo {
  text-align: center;
}

.title-itsudemo {
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}

@media print, screen and (min-width: 741px) {
  .title-itsudemo {
    font-size: 25px;
  }
}

@media only screen and (max-width: 740px) {
  .title-itsudemo {
    font-size: 18px;
  }
}

@media only screen and (max-width: 740px) {
  .title-itsudemo {
    margin-bottom: 20px;
  }
}

.title-itsudemo:before, .title-itsudemo:after {
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.title-itsudemo:before {
  background-image: url("../img/call_left.png");
  height: 30px;
  width: 19px;
  top: 50%;
  margin-top: -15px;
  left: -30px;
}

.title-itsudemo:after {
  background-image: url("../img/call_right.png");
  height: 30px;
  width: 19px;
  top: 50%;
  margin-top: -15px;
  right: -30px;
}

.panel-itsudemo {
  background-color: #FFF;
}

@media only screen and (max-width: 740px) {
  .panel-itsudemo {
    padding: 12px;
  }
}

@media print, screen and (min-width: 741px) {
  .panel-itsudemo {
    padding: 30px;
  }
}

@media print, screen and (min-width: 741px) {
  .list-itsudemo-photo li {
    *zoom: 1;
    width: 49%;
    float: left;
    margin-left: 2%;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .list-itsudemo-photo li:before, .list-itsudemo-photo li:after {
    content: "";
    display: table;
  }
  .list-itsudemo-photo li:after {
    clear: both;
  }
  .list-itsudemo-photo li:first-child {
    margin-left: 0;
  }
  .list-itsudemo-photo li:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
  }
}

.list-worktime {
  font-weight: 700;
}

@media print, screen and (min-width: 741px) {
  .list-worktime {
    font-size: 18px;
  }
}

@media only screen and (max-width: 740px) {
  .list-worktime {
    font-size: 14px;
  }
}

.list-itsudemo-buttons li {
  margin-top: 6px;
  margin-bottom: 6px;
}

@media print, screen and (min-width: 741px) {
  .list-itsudemo-buttons li {
    *zoom: 1;
    width: 31.333%;
    float: left;
    margin-left: 3%;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .list-itsudemo-buttons li:before, .list-itsudemo-buttons li:after {
    content: "";
    display: table;
  }
  .list-itsudemo-buttons li:after {
    clear: both;
  }
  .list-itsudemo-buttons li:first-child {
    margin-left: 0;
  }
  .list-itsudemo-buttons li:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
  }
}

.list-itsudemo-buttons .button-block {
  color: #FFF;
  text-align: left;
  white-space: nowrap;
  border-radius: 6px;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}

@media print, screen and (min-width: 741px) {
  .list-itsudemo-buttons .button-block {
    font-size: 22px;
    padding: 15px 18px;
  }
}

.list-itsudemo-buttons .button-block:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 0.5em;
}

.list-itsudemo-buttons .button-block.button-color-1 {
  background-color: #00A3D9;
}

.list-itsudemo-buttons .button-block.button-color-2 {
  background-color: #85B200;
}

.list-itsudemo-buttons .button-block.button-color-3 {
  background-color: #FF9326;
}

@media print, screen and (min-width: 741px) {
  main .wrapper {
    width: 1200px;
  }
}

@media print, screen and (min-width: 741px) {
  main .row-page-points-intro {
    max-width: 1020px;
	  margin: 0 auto;
  }
}

@media print, screen and (min-width: 741px) {
  .fz-main p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 740px) {
  .fz-main p {
    font-size: 13px;
  }
}

@media print, screen and (min-width: 741px) {
  .fz-md {
    font-size: 20px;
  }
}

@media print, screen and (min-width: 741px) {
  .title-point-main {
    font-size: 42px;
  }
}

@media only screen and (max-width: 740px) {
  .title-point-main {
    font-size: 18px;
  }
}

.grid-room {
  overflow: hidden;
}

.grid-room li {
  margin-top: 4px;
  margin-bottom: 4px;
}

@media print, screen and (min-width: 741px) {
  .grid-room li {
    *zoom: 1;
    width: 48.5%;
    float: left;
    margin-left: 3%;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .grid-room li:before, .grid-room li:after {
    content: "";
    display: table;
  }
  .grid-room li:after {
    clear: both;
  }
  .grid-room li:first-child {
    margin-left: 0;
  }
  .grid-room li:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
  }
}

@media print, screen and (min-width: 741px) {
  .lead-xl {
    font-size: 42px;
  }
}

@media only screen and (max-width: 740px) {
  .lead-xl {
    font-size: 18px;
  }
}

.mgr-03 {
  margin-right: 0.3em;
}

.mgr-05 {
  margin-right: 0.5em;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.flex {
  display: flex;
}

.flex-center {
  align-items: center;
}
.fon-go {
	  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic ,  "游ゴシック Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}
.bold {
	font-weight: bold;
}
@media print, screen and (min-width: 741px) {
	.fz20-pc {
		font-size: 20px;
	}
	.fz24-pc {
		font-size: 24px;
	}
	.mb20-pc {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 740px) {
	.fz15-sp {
		font-size: 15px;
	}
	.fz14-sp {
		font-size: 14px;
	}
	.fz16-sp {
		font-size: 16px;
	}
	.fon-go-sp {
		  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic ,  "游ゴシック Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	}

}


@media only screen and (max-width: 740px) {
  .bg-white-sp {
    background-color: #FFF;
  }
}

.area-hero {
  background: url("../new-chintai/primavera-7/img/intro_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.intro_blink {
	animation: blink 0.6s infinite alternate;
}
@keyframes blink {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@media print, screen and (min-width: 741px) {
	.area-hero {
	  height: 454px;
		margin: 0 auto;
	}
	.area-hero .wrapper {
		position: relative;
	}
	.intro_blink {
		position: absolute;
		bottom: 5%;
	    left: 46.5%;
	}
}
@media only screen and (max-width: 740px) {
	.area-hero {
	  background-image: url("../new-chintai/primavera-7/img/intro_bg_sp.jpg");
	}
	.intro_blink {
		width: 50%;
		margin-left: auto;
		margin-top: -31%;
		padding-bottom: 8%;
	}
}


.area-hero .button-detail {
	width: 374px;
	height: 73px;
	background: linear-gradient(180deg, #FFD632 0%, #FFD632 50%, #FFCC00 50%, #FFCC00 100%);
	border-radius: 50px;
	box-shadow: 0 0 0px 7px rgba(0,0,0,0.4);
}
.area-hero .button-detail::before {
	  font-family: "FontAwesome";
      content: "\f138";
      font-size: 28px;
      position: absolute;
	left: 45px;
	top: 17px;
	color: #3F1F00;
}
.area-hero .button-detail a {
	color: #3F1F00;
	text-decoration: none;
	font-size: 26px;
	font-weight: bold;
	padding-left: 10px;
	width: 100%;
	height: 100%;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

@media print, screen and (min-width: 741px) {
	.area-hero .button-detail {
		right: 0;
		position: absolute;
		bottom: 2%;
	}
}
@media only screen and (max-width: 740px) {
	.area-hero .button-detail {
		width: 260px;
		height: 51px;
		margin: 0 auto;
		margin-bottom: -55px;
		position: relative;
	}
	.area-hero .button-detail::before {
		font-size: 20px;
		left: 20px;
		top: 10px;
	}
	.area-hero .button-detail a {
		font-size: 21px;
	}
}


.area-intro {
}

@media only screen and (max-width: 740px) {
  .area-intro {
    background-size: 120px;
  }
}

@media only screen and (max-width: 740px) {
  .slider-prema li {
    width: 240px;
    height: 160px;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 741px) {
	#points {
		padding-top: 150px;
	}
}
.point-hero {
	background: url("../new-chintai/primavera-7/img/point_hero.jpg");
	background-repeat: no-repeat;
	background-position: center;
	height: 208px;
	max-width: 1020px;
	margin: 0 auto;
	margin-top: -130px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	font-size: 24px;
	border-radius: 15px;
}
@media only screen and (max-width: 740px) {
	.point-hero {
		background-size: cover;
		height: 61px;
		min-width: 300px;
		margin: 0 10px;
		margin-top: -30px;
		font-size: 16px;
		border-radius: 5px;
	}
}

.section-points {
  background-image: url("../new-chintai/primavera-7/img/section_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.section-points.beige {
  background-color:#F0F0E1;
	background-image: none;
}

@media print, screen and (min-width: 741px) {
  .section-points {
    padding-top: 30px;
    padding-bottom: 30px;
  }
	.points-header {
		padding-top: 60px;
	}
	.section-points.beige .points-header {
		padding-top: 25px;
	}
}

@media only screen and (max-width: 740px) {
  .section-points {
    padding-top: 12px;
    padding-bottom: 12px;
    background-size: 740px;
  }
}

.section-points .pos-centaer {
  display: inline-block;
  text-align: left;
}
.section-points .pos-centaer .title-point-main, .section-points .pos-centaer .fz-main {
  /*display: inline;*/
	margin-bottom: 20px;
}
.title-point-main {
	  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic ,  "游ゴシック Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}
.title-mmd {
	font-weight: normal;
	padding-top: 30px;
}
@media only screen and (max-width: 740px) {
	.title-mmd {
		font-size: 15px;
		  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic ,  "游ゴシック Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	}
}
@media print, screen and (min-width: 741px) {
	.title-mmd {
		font-size: 20px;
	}
}



.bg-section-man {
  background-image: url("../new-chintai/primavera-6/img/point2_man.png");
  background-repeat: no-repeat;
  background-position: right center;
}

@media only screen and (max-width: 740px) {
  .bg-section-man {
    background-size: 120px;
    background-position: right top;
  }
}

.bg-section-woman {
  background-image: url("../new-chintai/primavera-6/img/point3_woman.png");
  background-repeat: no-repeat;
  background-position: right center;
}

@media only screen and (max-width: 740px) {
  .bg-section-woman {
    background-size: 120px;
    background-position: right top;
  }
}

@media only screen and (max-width: 740px) {
  .points-size-sp {
    width: 122.5px;
  }
}

.block-heading {
  border: 2px dashed #000000;
  padding: 4px;
}

.title-premaarticle {
  background-color: #FFFF00;
  padding: 16px;
  margin-bottom: 0;
  text-align: center;
}

@media print, screen and (min-width: 741px) {
  .title-premaarticle {
    font-size: 24px;
  }
}

@media only screen and (max-width: 740px) {
  .title-premaarticle {
    font-size: 20px;
  }
}

@media only screen and (max-width: 740px) {
  .title-premaarticle {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.icon-main {
  display: inline-block;
  vertical-align: middle;
}

.block-heading {
  position: relative;
}

.heading-land {
  color: #9B5462;
}

@media print, screen and (min-width: 741px) {
  .heading-land {
    font-size: 42px;
	  font-weight: normal;
  }
}

@media only screen and (max-width: 740px) {
  .heading-land {
    font-size: 20px;
	  margin-bottom: 20px;
	  font-weight: bold;
  }
}

.heading-land .text-big {
  font-size: 1.25em;
}

@media print, screen and (min-width: 741px) {
  .intro-land {
    padding-top: 19px;
  }
  .intro-land p {
    font-weight: 500;
  }
}

.intro-land .icon-land-balloon {
  position: absolute;
  top: 0;
}

@media print, screen and (min-width: 741px) {
  .intro-land .icon-land-balloon {
    left: 160px;
    top: -90px;
  }
}

@media only screen and (max-width: 740px) {
  .intro-land {
    margin-top: 30px;
  }
  .intro-land .icon-land-balloon {
    width: 80px;
    left: 0;
    top: -60px;
  }
}

#google_map {
  height: 300px;
}

@media print, screen and (min-width: 741px) {
  #google_map {
    height: 648px;
  }
}

.land-content-heading {
  position: relative;
}

@media only screen and (max-width: 740px) {
  .land-content-heading {
    margin-top: 30px;
    padding-left: 40px;
  }
}

@media print, screen and (min-width: 741px) {
  .land-content-heading {
    padding-left: 90px;
    min-height: 90px;
    margin-bottom: 10px;
  }
}

.title-land-number {
  position: relative;
  margin-bottom: 6px;
}

@media print, screen and (min-width: 741px) {
  .title-land-number {
    font-size: 40px;
  }
}

@media only screen and (max-width: 740px) {
  .title-land-number {
    font-size: 20px;
  }
}

.title-land-number img {
  display: block;
}

.title-land-number:before {
  width: 93px;
  height: 93px;
  position: absolute;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  top: -16px;
  left: -100px;
}

@media only screen and (max-width: 740px) {
  .title-land-number:before {
    width: 40px;
    height: 40px;
    left: -44px;
    top: -7px;
  }
}

.title-land-number.num1:before {
  background-image: url("../new-chintai/primavera-6/img/detail_icon1.png");
}

.title-land-number.num2:before {
  background-image: url("../new-chintai/primavera-6/img/detail_icon2.png");
}

.title-land-number.num3:before {
  background-image: url("../new-chintai/primavera-6/img/detail_icon3.png");
}

.title-land-number.num4:before {
  background-image: url("../new-chintai/primavera-6/img/detail_icon4.png");
}

.title-land-number.num5:before {
  background-image: url("../new-chintai/primavera-6/img/detail_icon5.png");
}

.land-content-main.land-content-main-offset {
  margin-top: -6em;
}

@media only screen and (max-width: 740px) {
  .land-content-main.land-content-main-offset {
    margin-top: -1.5em;
  }
	.land-content-main img {
		width: 100%;
	}
}

.land-flex-outro {
  justify-content: center;
}

@media only screen and (max-width: 740px) {
  .land-flex-outro {
    flex-direction: column;
  }
}

.data-detail {
  width: 100%;
}

@media print, screen and (min-width: 741px) {
  .data-detail {
    font-size: 22px;
    border-collapse: separate;
    line-height: 1.1;
    border-spacing: 25px;
    margin-bottom: -25px;
    margin-left: -25px;
    margin-right: -25px;
  }
}

.data-detail th, .data-detail td {
  border-bottom: 1px solid #999;
  padding: 8px;
}

.data-detail th {
  width: 8em;
  vertical-align: top;
  text-align: left;
}

@media print, screen and (min-width: 741px) {
  .data-detail th, .data-detail td {
	  vertical-align: middle;
	  padding-bottom: 1.5em;
  }
}
@media only screen and (max-width: 740px) {
  .data-detail th {
    background-color: #E6E6E6;
    width: 5em;
	  font-weight: bold;
  }
  .data-detail th, .data-detail td {
    display: block;
	  width: 96%;
	  border-bottom: none;
	  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic ,  "游ゴシック Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  }
}

.area-outro {
  background-color: #F3F5F5;
}

.bg-outro {
  background-image: url("../new-chintai/primavera-6/img/outro_photo1.png");
  background-repeat: no-repeat;
  background-position: right top;
  padding-top: 40px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 740px) {
  .bg-outro {
    padding-top: 50px;
    padding-bottom: 20px;
    background-size: 200px;
  }
}

.offset-cta {
  position: relative;
  margin-top: -40px;
}

@media only screen and (max-width: 740px) {
  .offset-cta {
    margin-top: -20px;
  }
}

@media print, screen and (min-width: 741px) {
  .inline-block-pc {
    display: inline-block;
  }
}
.point1_block .point1_content p {
	font-size: 18px;
	  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic ,  "游ゴシック Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}
.point1_block .point1_content p.title {
	font-size: 25px;
	margin-bottom: 20px;
}
@media only screen and (min-width: 741px) {
	.point1_block {
		max-width: 1020px;
	}
	.point1_block .point1_content {
		width: 514px;
		padding-left: 40px;
	}
}
@media only screen and (max-width: 740px) {
	.point1_block {
		flex-direction: column;
	}
	.point1_block .point1_content {
		margin: 0 10px;
		padding-top: 15px;
	}
	.point1_block .point1_content p{
		font-size: 15px;
	}
	.point1_block .point1_content p.title {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.point1_photo {
		margin: auto;
	}
}

.point2_layoutlist .point2_listitem {
	max-width: 1020px;
	margin: 0 auto;
	margin-top: 30px;
}
.point2_layoutlist .point2_listitem .layout-merit {
	font-size: 18px;
	  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic ,  "游ゴシック Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}
.point2_layoutlist .point2_listitem .layout-merit p.title {
	font-size: 25px;
	padding-bottom: 20px;
}
.point2_layoutlist .point2_listitem .layout-merit p {
	font-size: 18px;
}

@media print, screen and (min-width: 741px) {
	.point2_layoutlist .point2_listitem .layout-photo  {
		width: 40%;
	}
	.point2_layoutlist .point2_listitem .layout-merit  {
		margin-top: 60px;
		margin-left: 30px;
		width: 60%;
	}
	.point2_layoutlist .point2_listitem .layout-merit p  {
		width: 512px;
	}
}
@media only screen and (max-width: 740px) {
	.point2_layoutlist {
		margin: 0 10px;
	}
	.point2_layoutlist .point2_listitem {
		flex-direction: column;
		margin-top: 20px;
	}
	.point2_layoutlist .point2_listitem .layout-photo {
		margin: 0 auto;
	}
	.point2_layoutlist .point2_listitem .layout-merit p {
		font-size: 14px;
	}
	.point2_layoutlist .point2_listitem .layout-merit p.title {
		font-weight: bold;
		font-size: 14px;
		margin-bottom: 10px;
		padding-bottom: 0;
		padding-top: 20px;
	}
}


.bath-list {
	justify-content: center;
}
.bath-list p {
	  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic ,  "游ゴシック Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}
.security-list {
	display: flex;
	clear: both;
	margin-top: -30px;
}
.security-list .security-item {
	width: 100%;
	margin-top: -115px;
}
@media print, screen and (min-width: 741px) {
	.bath-list li {
		margin: 0 1px;
	}
	.security-list {
		max-width: 900px;
	}
	.security-list .security-item {
		padding: 0 17px;
	}
}
@media only screen and (max-width: 740px) {
	.bath-list {
		justify-content: space-between;
	}
	.bath-list li {
		width: 49%;
	}
	.bath-list li.hide-sp {
		display: none;
	}
	.bath-list li p {
		font-size: 14px;
	}
	.security-list {
		justify-content: space-between;
	}
	.security-list .security-item {
		width: 31%;
	}
	.key {
		margin-top: -34px;
		margin-bottom: 106px;
		margin-left: 35px;
	}
}

.point5_content {
	max-width: 1020px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.point5_block.kizuku {
	max-width: 1020px;
	margin: 0 auto;
	padding-right: 40px;
	display: flex;
	flex-direction: row-reverse;
	margin-top: -50px;
}
.point5_block.kizuku p {
	display: flex;
	align-items: flex-end;
	padding-right: 20px;
	padding-bottom: 30px;
}
@media only screen and (max-width: 740px) {
	.point5_content {
		justify-content: space-between;
	}
	.point5_content .point5_block {
		width: 49%;
	}
	.point5_content .point5_block p {
		position: absolute;
		margin: 0 10px;
		font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic ,  "游ゴシック Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	}
	.point5_block.kizuku {
		flex-direction: row;
		margin: 0 10px;
		margin-top: 75px;
	}
	.point5_block.kizuku p {
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 15px;
		align-items: flex-start;
		font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic ,  "游ゴシック Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	}
}


.area-land h2, .area-data h2 {
	background: no-repeat center;
	 height: 256px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	font-size: 24px;
	border-radius: 10px;
}
.area-data .wrapper .rows {
	position: relative;
}
@media print, screen and (min-width: 741px) {
	.area-land {
		margin-top: 130px;
	}
	.area-land h2, .area-data h2 {
		max-width: 1020px;
		margin: 0 auto;
	}
	.area-data .intro_blink {
		top: 66.3%;
		left: 7.5%;
	}
}
@media only screen and (max-width: 740px) {
	.area-land h2, .area-data h2 {
		height: 72px;
		background-size: cover;
		font-size: 16px;
		margin: 0 10px;
	}
	.area-data .intro_blink {
		width: 30%;
		top: 51.8%;
		left: 5%;
		position: absolute;
		margin-top: 0;
	}
}

.button-layout {
	margin-top: -15px;
}
.button-layout a {
	color: #000;
	font-size: 29px;
}
@media only screen and (max-width: 740px) {
	.button-layout a {
		font-size: 19px;
	}
}

/*# sourceMappingURL=page_primavera6.css.map */
