@charset "UTF-8";



.pageContentsInner {
	margin-bottom: 40px;
}
.box_text {
	margin: 20px 0;
}





/*--------------------------------------------------------------------
メインビジュアル
--------------------------------------------------------------------*/
.todofuken {
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 97%;
}
.main_v {
	text-align: center;
}





/*--------------------------------------------------------------------
説明会ボタン
--------------------------------------------------------------------*/

.briefing {
	max-width: 500px;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 10px;

	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.briefing:hover {
	padding-top: 10px;
	padding-bottom: 0;
}
.briefing a {
	display: block;
	padding: 10px 20px;
	background: #f6b353;
	border-radius: 10px;
	box-shadow: 0px 10px 0px 0px #f28e00;

	text-align: center;
	text-decoration: none;
	line-height: 1.6;
	font-size: 150%;
	font-weight: bold;
	color: #fff !important;

	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
@media screen and (max-width: 768px) {
	.briefing a {
		font-size: 120%;
	}
}
.briefing:hover a {
	box-shadow: 0px 0px 0px 0px #f28e00;
}
.briefing a:hover {
	text-decoration: none !important;
}








/*--------------------------------------------------------------------
キャッチ文
--------------------------------------------------------------------*/
.catch_box {
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
	.catch_box {
		text-align: left;
	}
}
.catch_box .catch_heading {
	font-size: 140%;
	font-weight: bold;
	color: #033695;
	background: -webkit-linear-gradient(transparent 60%, #ffff66 60%);
	background: -o-linear-gradient(transparent 60%, #ffff66 60%);
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
.catch_box p {
	margin-bottom: 1em;
}





/*--------------------------------------------------------------------
担当者
--------------------------------------------------------------------*/
.area_person {
	background: #D0ECFB;
	overflow: hidden;

	display: -webkit-box; /*box仕様：旧Safari・Chrome・Android4.3以前*/
	display: -moz-box;    /*box仕様：旧Firefox*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*旧Safari・Chrome・Android*/
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.area_person_img {
	align-self: center;

	max-width: 300px;
	width: 30%;
	min-width: 200px;
}
.area_person_img img {
	width: 100%;
	width: auto;
	height: auto;
	min-width: 200px;
}
@media screen and (max-width: 768px) {
	.area_person_img {
		display: none;
	}
}


.area_person_text {
	padding: 10px;
}
.area_person_text_heading {
	margin-bottom: 3px;
	padding: 0 10px;
	font-weight: bold;
	font-size: 90%;
}
.area_person_text_comment {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	padding: 10px;
	border-radius: 10px;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
.area_person_text_comment:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #fff;
}
.area_person_img_m {
	display: none;
	float: left;
	width: 40%;
	max-width: 100px;
	margin: 0 10px 20px 0;
}
@media screen and (max-width: 768px) {
	.area_person_text_comment {
		margin-left: 0;
	}
	.area_person_text_comment:before {
		border: none;
	}
	.area_person_img_m {
		display: block;
	}
}







/*--------------------------------------------------------------------
エリア内の都道府県別　説明会ボタン
--------------------------------------------------------------------*/
.todofuken_briefing {
	margin-bottom: 40px;

	display: -webkit-box; /*box仕様：旧Safari・Chrome・Android4.3以前*/
	display: -moz-box;    /*box仕様：旧Firefox*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*旧Safari・Chrome・Android*/
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.todofuken_briefing li {
	width: 96%;
	margin: 0 5px;
}
.todofuken_briefing li a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 2px;
	border-radius: 10px;
	background: #7e9eed;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	text-decoration: none !important;
	color: #fff !important;

	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
@media screen and (max-width: 768px) {
	.todofuken_briefing li a {
		padding-right: 10px;
		font-size: 100%;
	}
}
.todofuken_briefing li a:hover {
	background: #063683;
	text-decoration: none !important;
	color: #fff !important;
}
/***矢印用***/
.todofuken_briefing li a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}
.todofuken_briefing li a::before,
.todofuken_briefing li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.todofuken_briefing li a::after {
	left: 90%;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
	.todofuken_briefing li a::after {
		left: 82%;
	}
}
/******/

.cta_button {
	text-align: center;
}
.cta_button .note {
	font-size: 80%;
	color: #000;
}
.cta_button a {
	display: inline-block;
}






/*--------------------------------------------------------------------
先輩オーナー紹介
--------------------------------------------------------------------*/

.senior_box {
	margin: 20px -2%;
	overflow: hidden;

	font-size: 90%;
}
.senior_box li {
	float: left;
	width: 46%;
	margin: 0 2% 10px;
}
.senior_box li:nth-child(odd) {
	clear: both;
}

.senior_box li a {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 6px;
	border: 2px solid #ccc;
	border-radius: 6px;
	color: #393939 !important;
	overflow: hidden;
}
.senior_box li img {
	float: left;
	width: 40%;
	max-width: 300px;
	margin: 0 0 10px;
}
.senior_msg {
	margin: 0 0 20px 43%;
	text-align: left;
}
.senior_store {
	margin: 0 0 30px 43%;
	text-align: left;
	font-weight: bold;
	font-size: 80%;
}
@media screen and (max-width: 768px) {
	.senior_box li img {
		float: none;
		width: 80%;
	}
	.senior_msg,
	.senior_store {
		margin-left: 0;
	}
}


.senior_box li a .next {
	position: absolute;
	right: 20px;
	bottom: 6px;

	box-sizing: border-box;
	height: 22px;
	padding: 2px 6px 0;
	background: #ef5279;
	text-align: center;
	text-decoration: none;
	font-size: 80%;
	color: #fff;
}
.senior_box li a .next::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -22px;

	width: 0;
	height: 0;
	border-top: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 11px solid #ef5279;
}
.senior_box li a:hover .next {
	background: #F386A1;
}
.senior_box li a:hover .next::after {
	border-left: 11px solid #F386A1;
}






