/*
Theme Name: アパート見学会LP
Description: 照正組さま「アパート見学会」ランディングページ WPテーマ
Author: hais
*/

/* ==============================================================================
				 リセット Reset
============================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
p {
	line-height: 1.5em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
body {
	-webkit-text-size-adjust: 100%;
}

.cf:before,.cf:after {content:"";display:table; }
.cf:after {clear:both; }
.cf {*zoom:1; }

/* WordPressのネイティブCSS */
.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.align_c {text-align: center;}
.align_l {text-align: left;}
.align_r {text-align: right;}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

/* ==============================================================================
				 基本ベース base
============================================================================== */
html {
	position: relative;
	min-height: 100%;
	font-size: 62.5%;
}

body {
	margin-bottom: 20px;
	background-color: #fff;
	font-family: PT Sans Caption,Josefin Sans,"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
}

#wrap {
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}

.inner-contents {
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

header {
	width: 100%;
	margin-bottom: 14px;
	background-color: #fff;
}

.header-wrap {
	padding-bottom: 20px;
	border-bottom: 1px solid #bbb;
}

#main {
	width: 100%;
/* 	padding-bottom: 500px; */
}

.content {
	padding-top: 60px;
	display: table;
	width: 100%;
}
footer {
	width: 100%;
/* 	position: absolute; */
	bottom: 0;
	background: #fff;
	text-align: center;
}
img {
	max-width: 100%;
/* 	width: 100%; */
	height: auto;
	vertical-align: bottom;
}
.breadcrumbs {
	background: #eee;
	padding: 10px 0;
	color: #888;
	line-height: 1.4em;
}
.breadcrumbs a {
	color: #888;
}

@media only screen and (max-width: 767px) {
	.inner {
		max-width: 100%;
		padding: 0;
	}
	
	.inner-contents {
		width: 96%;
	}
	
	.header-wrap {
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 840px) {
body {
	margin-bottom: 0;
}
.tab-non {
	display: none !important;
}

footer {
	position: static;
}
.content {
	display: block;
	width: auto;
}
}
.sp-non {
	display: none !important;
}
.breadcrumbs {
	font-size: 12px;
}
}
/* ==============================================================================
				 ヘッダー header
============================================================================== */
#header-box {
	display: table;
	padding: 14px 0;
}

#header-logo,
#header-btn,
#header-tell {
	display: table-cell;
	width: 33.3%;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	#header-box {
		padding: 14px 0;
	}
	
	#header-logo,
	#header-btn,
	#header-tell {
		width: 30%;
		vertical-align: middle;
	}
}

#header-btn {
	text-align: center;
}
#header-btn-inner {
	display: inline-block;
}
#header-btn a {
	margin-right: 10px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #931c23;
	width: 100px;
	line-height: 35px;
	font-size: 15px;
	border-radius: 4px;
}
#header-tell p {
	font-size: 14px;
	margin-bottom: 0px;
}

@media only screen and (min-width: 841px) {
.pc-non {
	display: none !important;
}
}
@media only screen and (max-width: 840px) {
header {}
#header-logo, #header-btn {
	width: 20%;
	vertical-align: middle;
}
}
@media only screen and (max-width: 480px) {
header {}
.drawer-hamburger {
	top: -6px !important;
}
#header-logo, #header-btn {
	width: 20%;
}
#header-btn a {
	width: 80px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
}
/* ==============================================================================
				 トップページ top page
============================================================================== */
.btn-to-form {
	z-index: 9999;
	position: fixed;
	bottom: 20%;
	right: 12px;
	margin-right: 10px;
	padding: 7px 5px;
	background-color: #ef7f1c;
	border-radius: 3px;
	font-size: 15px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.ad-box {
	margin: 40px auto;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.btn-to-form {
		bottom: 0;
		right: 0;
		width: 100%;
		margin-right: 0;
		padding: 12px 0;
		border-radius: 0;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
	}
	
	.ad-box {
		margin: 15px auto;
	}
	
}

.btn-to-form a {
	color: #fff;
	text-decoration: none;
}

.contents-wrap {
	max-width: 1280px;
	margin: 0 auto;
	padding-bottom: 50px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.contents-wrap:first-child {
	padding-bottom: 0;
}


@media only screen and (max-width: 767px) {
	.contents-wrap {
		border-right: none;
		border-left: none;
	}
}


.deco-bottom {
	border-bottom: 1px solid #ccc;
}

#top-img {
	position: relative;
	width: 100%;
	height: 0;
	margin-bottom: 14px;
	padding: 41% 0 0 0;
	background: url("images/img_main.jpg") center top no-repeat;
	background-size: 100%;
	border-bottom: 1px solid #bbb;
}

.inner-main {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
}

.btn-form {
	position: absolute;
	bottom: 15px;
	left: 100px;
}

.btn-media {
	position: absolute;
	bottom: 20px;
	right: 0;
}

@media only screen and (max-width: 767px) {
	.btn-wrap {
		position: absolute;
		top: -210px;
		left: 0;
		text-align: center;
	}
	
	.btn-form {
		position: relative;
		bottom: 0;
		left: 0;
	}
	
	.btn-media {
		position: relative;
		padding-top: 30px;
	}
}

.btn-form img,
.btn-media img {
	max-width: 80%;
}

.top-application-btn {
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.top-application-btn a {
	text-decoration: none;
	color: #fff;
	font-size: 26px;
	background: #931c23;
	padding: 14px 50px;
	border-radius: 5px;
	box-shadow: 2px 2px 10px -2px #000;
}

span.big-icon i {
	display: block;
	font-size: 120px;
	color: #d54e21;
	text-align: center;
	padding: 50px 0 40px 0;
}
#top-reason ul li a {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #d54e21;
	padding-top: 20px;
	position: absolute;
	bottom: 0;
}

.lecturer-wrap {
	overflow: hidden;
	width: 85%;
	margin: 0 auto;
}

.lecturer-detail {
	overflow: hidden;
	float: right;
	width: 48%;
	margin: 20px 0;
}

.lecturer-detail:nth-child(2n) {
	float: left;
	width: 48%;
}

.lecturer-pic {
	float: left;
	width: 32%;
}

.lecturer-profile {
	float: right;
	width: 65%;
}

.lecturer-content {
	padding-bottom: 4px;
	border-bottom: 1px solid #ef7f1c;
	color: #ef7f1c;
	font-weight: bold;
	line-height: 1.4;
}

.lecturer-title {
	margin-top: 4px;
	font-size: 14px;
}

.lecturer-name {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
}

.lecturer-category {
	margin-left: 7px;
	padding: 6px;
	border-radius: 3px;
	background-color: #ef7f1c;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
	.lecturer-wrap {
		width: 95%;
	}

	.lecturer-detail {
		float: none;
		width: 100%;
		margin: 20px 0;
	}
	
	.lecturer-detail:nth-child(2n) {
		float: none;
		width: 100%;
	}
	
	.lecturer-title {
		font-size: 13px;
	}
	
	.lecturer-name {
		margin-top: 5px;
		font-size: 14px;
	}
	
	.lecturer-category {
		margin-left: 3px;
		padding: 3px;
		font-size: 12px;
	}
}

@media only screen and (max-width: 767px) {
	#top-img {
		position: relative;
		background: url("images/img_main_sp.jpg") center center / contain no-repeat;
		margin-bottom: 0;
		padding-top: 95.625%;
	}
}

/* ==============================================================================
				 フッター footer
============================================================================== */
#footer-contact {
	background-color: #ef7f1c;
}



#footer-contact .right {
	width: 40%;
	float: right;
	padding-top: 20px;
}
#footer-contact .right p {
	font-size: 22px;
	color: #fff;
	margin-bottom: 10px;
}
#footer-contact .right .btn1 {
	display: inline-block;
	text-decoration: none;
	background: #fff;
	border-radius: 3px;
	color: #d54e21;
	padding: 16px 40px;
	margin-right: 20px;
	font-weight: bold;
}
#footer-contact .right .btn2 {
	display: inline-block;
	text-decoration: none;
	box-shadow: 0 0 0 4px #fff inset;
	border-radius: 3px;
	color: #fff;
	padding: 16px 40px;
}
#footer-contact .left {
	width: 55%;
	float: left;
	display: table;
}
#footer-contact .left-box1	{
	width: 70%;
	display: table-cell;
	vertical-align: top;
	text-align: left;
}
#footer-contact .left-box1 img {
	width: 90%;
	padding-top: 10px;
}
#footer-contact .left-box1 p {
	position: relative;
	display: inline-block;
	padding: 10px 25px;
	width: auto;
	line-height: 1.5em;
	color: #fff;
	text-align: center;
	background: #d54e21;
	border: 2px solid #fff;
	z-index: 0;
	border-radius: 8px;
}
#footer-contact .left-box1 p:before {
	content: "";
	position: absolute;
	top: 50%; right: -24px;
	margin-top: -14px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 0 15px 25px;
	border-color: transparent transparent transparent #d54e21;
	z-index: 0;
}
#footer-contact .left-box1 p:after {
	content: "";
	position: absolute;
	top: 50%; right: -27px;
	margin-top: -15px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 16px 0 16px 26px;
	border-color: transparent transparent transparent #fff;
	z-index: -1;
}
#footer-contact .left-box2 {
	width: 30%;
	display: table-cell;
	vertical-align: bottom;
}

footer h4 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
#footer-link {
	padding: 30px 0;
}
#footer-link li {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	line-height: 1.5em;
	padding: 0 20px;
	margin-bottom: 20px;
}
#footer-link li dt {
	color: #b3b3b3;
}
#footer-link li dd a {
	color: #fff;
	text-decoration: none;
}
#footer-link li dd a:hover {
	text-decoration: underline;
}
#footer-banner {
	display: inline-block;
	margin-bottom: 40px;
}
#footer-banner li {
	display: inline-block;
	padding: 0 10px;
}
#footer-nav {
	display: inline-block;
	margin-bottom: 10px;
}
#footer-nav ul {
	text-align: center;
}
#footer-nav li {
	list-style: none;
	display: inline-block;
	border-right: 1px solid #fff;
	margin: 4px 0;
}
#footer-nav li:last-child {
	border: none;
}
#footer-nav li a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	line-height: 1em;
	padding: 0 12px 0 10px;
}
#footer-nav li a:hover {
	opacity: 1;
	background: #931c23;
	text-decoration: underline;
}
#copy {
	margin-top: 18px;
	color: #444;
	font-size: 14px;
}

.footer-staff {
	padding: 40px 0 0 0;
}

.footer-bottom {
	padding: 30px 0 0;
}

@media only screen and (max-width: 767px) {
	.footer-staff {
		padding: 15px 0 0 0;
	}
	
	.footer-bottom {
		padding-bottom: 50px;
	}
}

@media only screen and (max-width: 840px) {
#footer-contact .right {
	width: 100%;
	float: none;
	padding: 20px 0 40px 0;
}
#footer-contact .left {
	width: 70%;
	float: none;
	display: table;
	margin: 0 auto;
}
#footer-contact .left-box1 p {
	font-size: 15px;
}
}
@media only screen and (max-width: 480px) {
#footer-contact .right p {
	font-size: 18px;
	margin-bottom: 20px;
}
#footer-contact .right .btn1 {
	padding: 16px 20px;
}
#footer-contact .right .btn2 {
	padding: 16px 20px;
}
#footer-contact .left {
	width: 95%;
	display: table;
	position: relative;
	padding-top: 60px;
}
#footer-contact .left-box1	{
	width: 75%;
	text-align: center;
	vertical-align: middle;
}
#footer-contact .left-box2 {
	width: 25%;
}
#footer-contact .left-box1 img {
	position: absolute;
	top: -130px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#footer-contact .left-box1 p {
	font-size: 12px;
	position: relative;
	display: inline-block;
	padding: 10px 4px;
	width: auto;
	line-height: 1.4em;
	color: #fff;
	text-align: center;
	background: #d54e21;
	border: 2px solid #fff;
	z-index: 0;
	border-radius: 8px;
}
#footer-contact .left-box1 p:before {
	content: "";
	position: absolute;
	top: 50%; right: -13px;
	margin-top: -14px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 15px;
	border-color: transparent transparent transparent #d54e21;
	z-index: 0;
}
#footer-contact .left-box1 p:after {
	content: "";
	position: absolute;
	top: 50%; right: -16px;
	margin-top: -15px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 11px 0 11px 16px;
	border-color: transparent transparent transparent #fff;
	z-index: -1;
}
footer h4 {
	font-size: 16px;
}
#footer-link li {
	font-size: 14px;
	padding: 0 10px;
	margin-bottom: 20px;
}
#footer-banner {
	margin-bottom: 20px;
}
#footer-banner li {
	padding: 0 4px;
}
#footer-banner img {
	width: auto;
	height: 36px;
}
#footer-nav li a {
	font-size: 12px;
}
#copy {
	color: #ef7f1c;
	font-size: 9px;
}
}
/* ==============================================================================
				 固定ページ page
============================================================================== */
.page {
	max-width: 700px;
	margin: 0 auto;
}
.page-title {
	text-align: center;
}
.page-title h1 {
	font-size: 32px;
	display: inline-block;
	padding: 10px 0;
	border-bottom: 2px solid #931C23;
	margin-bottom: 30px;
}
@media only screen and (max-width: 840px) {
.page {
	margin-bottom: 80px;
}
}
@media only screen and (max-width: 413px) {
.page-title h1 {
	font-size: 20px;
	line-height: 1.4em;
}
}
/* ==============================================================================
				 スマホメニュー mobile menu
============================================================================== */
ul.drawer-menu li {
	position: relative;
	padding: 20px 10px;
	border-bottom: 1px solid #fff;
}
ul.drawer-menu li a {
	color: #fff;
	text-decoration: none;
}
ul.drawer-menu li a:after {
	content: "\f04b";
	font-family: FontAwesome;
	position: absolute;
	right: 20px;
}

/* ==============================================================================
	コンテンツ
============================================================================== */
.required {
	color: #931c23;
}

.container-seminar {
	margin: 60px auto 0;
	padding-bottom: 15px;
	border: 3px solid #EF7F1C;
}

.tit-schedule {
	padding: 12px 8px;
	background-color: #ef7f1c;
}

.tit-lecturer {
	margin: 30px auto 0;
	padding: 10px 0;
	border-radius: 3px;
	background-color: #e6e6e6;
	font-size: 21px;
	font-weight: bold;
}

/* 表組み */
.schedule-seminar {
	width: 85%;
	margin: 20px auto 12px;
	padding: 0;
	font-size: 14px;
}

.schedule-seminar th,
.schedule-seminar td {
	margin: 0;
	padding: 10px 5px;
	border: 1px solid #ccc;
	line-height: 1.6;
}

.schedule-seminar th {
	background-color: #FAF5F5;
	font-weight: bold;
	white-space: nowrap;
}

.schedule-seminar td {
	text-align: center;
	vertical-align: middle;
}

.schedule-seminar tr:nth-child(2) {
	border: 4px solid #d3000e;
}

@media only screen and (max-width: 767px) {
	.schedule-seminar {
		width: 95%;
	}
}


/* メールフォーム周り */
.mail-form {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
}

.mail-form caption {
	padding: 12px 5px;
	background-color: #E5DC89;
	border: 1px solid #ccc;
	border-bottom: none;
	font-size: 16px;
	font-weight: bold;
}

.mail-form th,
.mail-form td {
	padding: 12px 6px;
	border: 1px solid #ccc;
	line-height: 1.5;
}

.mail-form th {
	width: 30%;
	background-color: #FFF0D2;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

.mail-form td {
	background-color: #FAFAF0;
}

.wpcf7-form .mail-form tr:first-child th,
.wpcf7-form .mail-form tr:first-child td {
	border-top: none;
}

.mail-form td.btnArea {
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-color: #fff;
}

input[type=text],
input[type=email],
input[type=tel] {
	width: 95%;
	padding: 5px;
	border: 1px solid #ddd;
	font-size: 15px;
	font-size: 1.5rem;
}

input[type=text]#your-number {
	width: 25%;
}


input[type=image] {
	width: 93%;
}
	
.mail-form textarea {
	width: 95%;
	padding: 5px;
	border: 1px solid #ddd;
	font-size: 15px;
	font-size: 1.5rem;
}

.ttl-thanks {
	font-size: 21px;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	.mail-form {
		width: 90%;
		margin: 0 auto;
	}

	.mail-form th,
	.mail-form td {
		display: block;
		width: 100%;
		padding: 8px 2px;
	}

	.mail-form th {}

	.mail-form td {
		background-color: #FAFAF0;
	}
	
	input[type=text],
	input[type=email],
	input[type=tel] {
		width: 95%;
		padding: 5px;
		border: 1px solid #ddd;
	}
	
	input[type=number] {
		padding: 5px;
		border: 1px solid #ddd;
	}
	
	input[type=image] {
		width: 95%;
	}
	
	.mail-form textarea {
		width: 96%;
		padding: 5px;
		border: 1px solid #ddd;
	}
}

.wpcf7-list-item {
	display: block;
}

.button-submit {
	margin: 15px 0 0 0;
	padding: 6px 32px;
	background-color: #e6821e;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
}

.button-submit:hover {
	cursor: pointer;
}

.title{
	font-weight: bold;
	font-size: 20px;
	margin: 40px 0 10px 0;
	color: #931C23;
}

.sub-title{
	font-weight: bold;
	font-size: 16px;
	margin: 40px 0 10px 0;
	color: #D54E21;
}

.main-title{
	font-weight: bold;
	font-size:18px;
	margin: 40px 0 10px 0;
}

.common-title {
	margin: 0 0 14px 0;
	padding: 14px 7px;
	background-color: rgba(147, 28, 35, .12);
	border-left: 4px solid rgb(147, 28, 35);
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}

.wrap-login {
	overflow: hidden;
	margin: 0 0 32px 0;
	padding: 24px 16px 5px;
	border: 1px solid #931C23;
	border-radius: 3px;
	line-height: 1;
}

.wrap-login:last-child {
	margin-bottom: 0;
}

.title-login {
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.button-common {
	display: inline-block;
	width: 48%;
	margin: 0 18px 0 0;
	border-radius: 3px;
}




/* ページ上部へ戻るボタン */
.page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

.page-top a {
	display: block;
	width: 50px;
	padding: 15px;
	background-color: #999;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	}

.page-top a:hover {
	text-decoration: none;
	background: #999;
}

.faq-wrap {
	overflow: hidden;
	margin-bottom: 30px;
}

