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

 file name  : beginner.css
 author     : Ability Consultant
 style info : 初めての方へ
=================================================================== */
.box_container, .con_intro .box_l, .con_char {
	max-width: 1140px;
	margin: auto;
}

@media only screen and (max-width: 1140px) {
	.box_container, .con_intro .box_l, .con_char {
		width: 95%;
	}
}

@media print {
	.box_container, .con_intro .box_l, .con_char {
		width: 95%;
	}
}

.ie8 .box_container, .ie8 .con_intro .box_l, .con_intro .ie8 .box_l, .ie8 .con_char {
	width: 95%;
}

.box_container:after, .con_char .box_char:after {
	content: "";
	display: table;
	clear: both;
}

/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
.box_container {
	display: block;
}

#bg_page {
	background-image: url(../beginner/images/bg_title-pc.jpg);
}

@media only screen and (max-width: 767px) {
	#bg_page {
		background-image: url(../beginner/images/bg_title-sp.jpg);
	}
}

.con_title {
	margin-bottom: 0;
}

.con_title h2 {
	margin-bottom: 0;
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
	position: relative;
	padding: 40px 0 0;
	background: url(../beginner/images/bg_intr.jpg) no-repeat center bottom/cover;
	margin-bottom: 83px;
}

@media only screen and (min-width: 768px) {
	.con_intro {
		height: 475px;
	}
}

@media print {
	.con_intro {
		height: 475px;
	}
}

.ie8 .con_intro {
	height: 475px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_intro {
		margin-bottom: 83px;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro {
		padding: 1.5em 0 5em;
	}
}

.con_intro .box_l {
	position: relative;
	z-index: 1;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.con_intro .box_l {
		margin-bottom: 1em;
	}
}

.con_intro .box_l .st {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-size: 258%;
	font-weight: normal;
	margin-bottom: 30px;
	letter-spacing: .2em;
	color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_intro .box_l .st {
		font-size: 215%;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_l .st {
		font-size: 179%;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_l .st {
		letter-spacing: 0.05em;
		margin-bottom: 0.5em;
	}
}

.con_intro .box_l .st span {
	font-size: 56%;
	color: #fff;
}

.con_intro .box_l .txt {
	font-size: 115%;
	line-height: 2.3;
	letter-spacing: .05em;
	margin: auto;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.con_intro .box_l .txt {
		text-shadow: 0 0 2px #202a21;
	}
}

.con_char {
	margin-bottom: 170px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_char {
		margin-bottom: 120px;
	}
}

@media only screen and (max-width: 767px) {
	.con_char {
		margin-bottom: 6em;
	}
}

.con_char .box_char {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.con_char .box_char {
		margin-top: 1.5em;
	}
}

.con_char .box_char li {
	width: 18.24561%;
	border: 2px solid #dcd2b8;
	padding: 2px;
	margin-left: 7.01754%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.con_char .box_char li:first-child {
	margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.con_char .box_char li {
		width: 20.87719%;
		margin-left: 4.38596%;
	}
}

@media only screen and (max-width: 767px) {
	.con_char .box_char li {
		width: 40%;
		margin: 3em 0 0 10%;
	}
	.con_char .box_char li:nth-child(-n+2) {
		margin-top: 0;
	}
}

.con_char .box_char li > p {
	position: absolute;
	bottom: -26.44231%;
	left: -28.84615%;
	z-index: 1;
}

.con_char .box_char li > p.ic01 {
	width: 76.44231%;
}

.con_char .box_char li > p.ic02 {
	width: 96.15385%;
}

.con_char .box_char li > p.ic03 {
	width: 62.98077%;
}

.con_char .box_char li > p.ic04 {
	width: 74.03846%;
}

.con_char .box_char li > div {
	background: #f0eedf;
	width: 100%;
	padding-top: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	z-index: 0;
}

.con_char .box_char li > div .boxs {
	position: absolute;
	top: 15.07538%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	width: 85.42714%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-size: 158%;
}

@media only screen and (min-width: 1140px) and (max-width: 1180px) {
	.con_char .box_char li > div .boxs {
		font-size: 150%;
	}
}

@media print {
	.con_char .box_char li > div .boxs {
		font-size: 150%;
	}
}

.ie8 .con_char .box_char li > div .boxs {
	font-size: 150%;
}

@media only screen and (min-width: 1024px) and (max-width: 1139px) {
	.con_char .box_char li > div .boxs {
		font-size: 129%;
	}
}

@media print {
	.con_char .box_char li > div .boxs {
		font-size: 129%;
	}
}

.ie8 .con_char .box_char li > div .boxs {
	font-size: 129%;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.con_char .box_char li > div .boxs {
		top: 25.12563%;
		font-size: 115%;
	}
}

@media only screen and (max-width: 767px) {
	.con_char .box_char li > div .boxs {
		font-size: 100%;
		top: 23%;
	}
}

.con_char .box_char li > div .boxs .sst {
	letter-spacing: .05em;
	padding-bottom: 15px;
	border-bottom: 1px solid #dcd2b8;
	margin-bottom: 10px;
	line-height: 1.25;
}

@media only screen and (max-width: 1024px) {
	.con_char .box_char li > div .boxs .sst {
		padding-bottom: 2%;
		margin-bottom: 3%;
	}
}

.con_char .box_char li > div .boxs .st {
	line-height: 1.25;
}

.con_char .box_char li > div .boxs .st em {
	color: #7b1d15;
	font-size: 169%;
}

/* -----------------------------------------------------------
	.con_com_other
----------------------------------------------------------- */
.con_com_other {
	margin-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_com_other {
		margin-bottom: 100px;
	}
}

@media only screen and (max-width: 767px) {
	.con_com_other {
		margin-bottom: 50px;
	}
}

.con_com_other .st_high .en {
	margin-bottom: 0;
}

.con_com_other .txt_data {
	text-align: right;
	margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_com_other .txt_data {
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.con_com_other .txt_data {
		margin-bottom: 15px;
	}
}

.con_com_other .txt_att {
	margin-bottom: 0.5em;
}

.con_com_other .txt_att i {
	color: #063c6c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 2em;
	text-align: center;
	line-height: 2em;
	border: 1px solid #063c6c;
	margin-right: 0.5em;
	animation: ic_swipe 2s infinite;
	-webkit-animation: ic_swipe 2s infinite;
}

@media only screen and (max-width: 767px) {
	.con_com_other .scroller {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
}

.con_com_other .tbl_primary_fix {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

@media only screen and (max-width: 767px) {
	.con_com_other .tbl_primary_fix {
		min-width: 70em;
	}
}

.con_com_other .tbl_primary_fix tr:first-child th {
	border-top: 1px solid #ccc;
}

.con_com_other .tbl_primary_fix tr:first-child .last {
	border-right: 1px solid #ccc;
}

.con_com_other .tbl_primary_fix tr:last-child th {
	border-bottom: 1px solid #ccc;
}

.con_com_other .tbl_primary_fix th {
	text-align: center;
	font-weight: bold;
	border: 1px solid #fff;
}

.con_com_other .tbl_primary_fix th.title {
	width: 12em;
	border-left: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
	.con_com_other .tbl_primary_fix th.title {
		width: 8em;
	}
}

@media only screen and (max-width: 767px) {
	.con_com_other .tbl_primary_fix th {
		width: 16em;
	}
}

.con_com_other .tbl_primary_fix td {
	text-align: center;
	border: 1px solid #ccc;
}

.con_com_other .tbl_primary_fix td .txt_b {
	color: #880000;
	font-size: 143%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	letter-spacing: .05em;
}

.con_com_other .tbl_primary_fix .dia {
	background: #f3e9e5;
	border-bottom: 1px solid #fff;
}

.con_com_other .tbl_primary_fix .dia.last {
	border-bottom: 1px solid #ccc;
}

.con_com_other .tbl_primary_fix .point {
	border: 1px solid #fff;
	border-left: 1px solid #ccc;
}

/* -----------------------------------------------------------
	.con_com_villa
----------------------------------------------------------- */
.con_com_villa {
	margin-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_com_villa {
		margin-bottom: 100px;
	}
}

@media only screen and (max-width: 767px) {
	.con_com_villa {
		margin-bottom: 50px;
	}
}

.con_com_villa .box_intro {
	position: relative;
}

@media only screen and (max-width: 767px) {
	.con_com_villa .box_intro {
		min-height: auto;
		margin: 0 0 1em 0;
	}
}

.con_com_villa .box_intro .img {
	width: 21.57895%;
	position: absolute;
	right: 15.35088%;
	bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_com_villa .box_intro .img {
		right: 5%;
	}
}

.con_com_villa .box_intro .box_txt {
	width: 58.33333%;
	padding: 50px 0 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_com_villa .box_intro .box_txt {
		width: 70%;
	}
}

@media only screen and (max-width: 767px) {
	.con_com_villa .box_intro .box_txt {
		width: 100%;
		padding: 0;
	}
}

.con_com_villa .box_intro .box_txt .st {
	font-size: 200%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	line-height: 45px;
	font-feature-settings: "palt";
	letter-spacing: 1px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_com_villa .box_intro .box_txt .st {
		font-size: 200%;
	}
}

@media only screen and (max-width: 767px) {
	.con_com_villa .box_intro .box_txt .st {
		font-size: 179%;
	}
}

.con_com_villa .box_point ul {
	overflow: hidden;
}

.con_com_villa .box_point ul li {
	float: left;
	border: 1px solid #ccc;
}

@media only screen and (min-width: 768px) {
	.con_com_villa .box_point ul li {
		width: 23.68421%;
		margin-right: 1.75439%;
	}
	.con_com_villa .box_point ul li:last-child {
		margin-right: 0;
	}
}

@media print {
	.con_com_villa .box_point ul li {
		width: 23.68421%;
		margin-right: 1.75439%;
	}
	.con_com_villa .box_point ul li:last-child {
		margin-right: 0;
	}
}

.ie8 .con_com_villa .box_point ul li {
	width: 23.68421%;
	margin-right: 1.75439%;
}

.ie8 .con_com_villa .box_point ul li:last-child {
	margin-right: 0;
}

@media only screen and (max-width: 767px) {
	.con_com_villa .box_point ul li {
		width: 48%;
		margin: 0 2% 30px 0;
	}
	.con_com_villa .box_point ul li:nth-child(2n) {
		margin-right: 0;
	}
}

.con_com_villa .box_point ul li .img {
	position: relative;
	margin-bottom: 15px;
}

.con_com_villa .box_point ul li .img img {
	z-index: 1;
}

@media only screen and (max-width: 767px) {
	.con_com_villa .box_point ul li .img img {
		width: 100%;
	}
}

.con_com_villa .box_point ul li .img span {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	font-size: 179%;
	font-family: "Times New Roman", serif;
	letter-spacing: 1px;
}

.con_com_villa .box_point ul li .st {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-size: 158%;
	text-align: center;
	margin-bottom: 20px;
	font-feature-settings: "palt";
	line-height: 26px;
}

.con_com_villa .box_point ul li .st em {
	font-size: 137%;
	color: #7b1d15;
}

@media only screen and (max-width: 767px) {
	.con_com_villa .box_point ul li .st {
		line-height: 38px;
	}
}

@media only screen and (max-width: 1135px) {
	.con_com_villa .box_point ul li .st .view_pc {
		display: none;
	}
}

@media print {
	.con_com_villa .box_point ul li .st .view_pc {
		display: none;
	}
}

.ie8 .con_com_villa .box_point ul li .st .view_pc {
	display: none;
}

.con_com_villa .box_point ul li .comparison p {
	text-align: center;
	color: #fff;
	padding: 10px;
	width: 100%;
	font-size: 108%;
	line-height: 20px;
	display: table;
}

.con_com_villa .box_point ul li .comparison p span {
	display: table-cell;
	vertical-align: middle;
}

.con_com_villa .box_point ul li .comparison .gray {
	background: #929292;
}

.con_com_villa .box_point ul li .comparison i {
	color: #7b1d15;
	text-align: center;
	font-size: 215%;
	display: block;
	margin: 5px 0;
}

.con_com_villa .box_point ul li .comparison .red {
	background: #7b1d15;
}

.con_com_villa .box_point .txt_data {
	text-align: right;
}

/* -----------------------------------------------------------
	.con_charm
----------------------------------------------------------- */
.con_charm {
	margin-bottom: 100px;
	border-top: 1px solid #dfd1b3;
	background: url(../images/common/bg_texture01.jpg) 0 0 repeat-x;
	background-size: auto 100%;
	padding-top: 40px;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_charm {
		margin-bottom: 100px;
	}
}

@media only screen and (max-width: 767px) {
	.con_charm {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_charm {
		margin-top: 50px;
	}
}

.con_charm:after {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	background: #fffcf4;
}

.con_charm .st_high_border {
	margin-bottom: 30px;
}

.con_charm ul {
	overflow: hidden;
}

.con_charm ul li {
	float: left;
	background: #fff;
	width: 30.70175%;
	margin-right: 3.94737%;
	margin-bottom: 40px;
	padding: 30px 20px;
}

.con_charm ul li:nth-child(3n) {
	margin-right: 0;
}

@media only screen and (max-width: 767px) {
	.con_charm ul li {
		float: none;
		width: 100%;
	}
}

.con_charm ul li .st {
	text-align: center;
	margin-bottom: 15px;
}

.con_charm ul li .st .namber {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	color: #fff;
	font-size: 358%;
	background: #4e3427;
	width: 78px;
	height: 78px;
	line-height: 78px;
	margin: 0 auto 10px auto;
	vertical-align: middle;
	font-weight: normal;
	border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_charm ul li .st .namber {
		font-size: 358%;
	}
}

@media only screen and (max-width: 767px) {
	.con_charm ul li .st .namber {
		font-size: 215%;
	}
}

@media only screen and (max-width: 767px) {
	.con_charm ul li .st .namber {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
}

.con_charm ul li .st .txt_st {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	color: #4e3427;
	font-size: 158%;
	letter-spacing: -1px;
}

/* -------- .btn_gui -------------------------------------------- */
.btn_gui {
	text-align: center;
	margin: 0 auto 100px;
	max-width: 800px;
	width: 91.66667%;
}

@media only screen and (max-width: 767px) {
	.btn_gui {
		margin-bottom: 0;
	}
}

.btn_gui a {
	display: block;
}

/*# sourceMappingURL=../maps/beginner.css.map */
