@charset "utf-8";

/* ======================================
ヘッダー、フッターなど、その他共通項目
====================================== */


/* 共通
====================================== */

* {
	box-sizing: border-box;
}

html,
body,
#wrapper {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: "新ゴ L", "Shin Go Light", Sans-Serif;
	line-height: 1;
}

h1,
h2,
h3,
h4,
ul,
li,
form,
dl,
dt,
dd,
p,
a,
fieldset,
table,
tr,
td,
button,
input {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
	list-style-type: none;
}

table,
tr,
th,
td {
	border-collapse: collapse;
	border: none;
}

input,
input[type="text"],
input[type="checkbox"],
input[type="radio"],
button,
select,
textarea,
button {
	font-family: "新ゴ EL", "Shin Go Light", "ヒラギノ角ゴ Pro W3", "メイリオ", Sans-Serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-width: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	text-indent: .01px;
	text-overflow: "";
	border: none;
	box-sizing: border-box;
}

span {
	vertical-align: baseline;
}

a {
	text-decoration: none;
}

a:hover,
button:hover,
input[type="submit"]:hover {
	opacity: .5;
}

.clear {
	clear: both;
	display: block;
}

.clearfix {}

.clearfix::after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	width: 100%;
	overflow: hidden;
	visibility: hidden;
}

#wrapper {
	margin: 0;
	padding: 0;
}


/* フォーム類 */

textarea,
input,
input[type="text"] {
	font-size: 14px;
	padding: 2px 8px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #dddddd;
	background-color: #f9f9f9;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", Sans-Serif;
}

input[type="checkbox"] {
	width: 14px;
	height: 14px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #dddddd;
	background-color: #f9f9f9;
}

input[type="checkbox"]:checked {
	background-color: #555555;
	background-image: url("../img/checkbox_check.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px 10px;
	border: 1px solid #555555;
}

input[type="radio"] {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 1px solid #dddddd;
	background-color: #f9f9f9;
}

input[type="radio"]:checked {
	box-sizing: border-box;
	border: 5px solid #555555;
}

select {
	font-size: 14px;
	padding: 2px 24px 2px 8px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #dddddd;
	background-color: #f9f9f9;
	background-image: url("../images/select_arrow.png");
	background-repeat: no-repeat;
	background-size: 36px;
	background-position: right -4px center;
}

:root select {
	padding: 2px 4px\0/;
}

@media all and (-ms-high-contrast:none) {
	select {
		padding: 2px 24px 2px 8px !important;
	}
	select::-ms-expand {
		display: none;
	}
}


/* 最小幅 */

#header,
#main_map,
#main_search,
#container,
#footer {
	min-width: 1100px;
}


/* ヘッダー/黒帯部分
====================================== */

#header {
	background-image: url("../img/main_image.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 1100px 574px;
	height: 175px;
}

#header .header_barea {
	background-color: #959595;
	width: 100%;
	height: 30px;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	position: relative;
	z-index: 9999;
}

#header .header_barea .header_barea_box {
	width: 1000px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}

#header .header_barea .header_barea_box ul {
	margin: -1px 8px 0 0;
	width: 420px;
	float: right;
	text-align: right;
}

#header .header_barea .header_barea_box ul li {
	display: inline-block;
}

#header .header_barea .header_barea_box ul li a {
	display: block;
	color: #ffffff;
	font-size: 12px;
	padding: 0 4px 0 4px;
}

#header .header_barea .header_barea_box ul li a:hover {
	opacity: 1;
	background-color: #666666;
}

#header .header_barea .header_barea_box .tel_area {
	float: right;
	text-align: left;
	height: 30px;
	background-color: #8fc31f;
}

#header .header_barea .header_barea_box .tel_area p {
	display: inline-block;
	padding: 0 8px 0 4px;
	font-weight: 700;
	font-family: "新ゴ M", "Shin Go Medium", Sans-Serif;
}

#header .header_barea .header_barea_box .tel_area p.b_hour {
	font-size: 14px;
}

#header .header_barea .header_barea_box .tel_area p:first-of-type {
	padding: 0 0 0 8px;
	text-indent: 42px;
	background-image: url('../img/icon_tel.png');
	background-repeat: no-repeat;
	background-position: left 12px center;
}

#header .header_barea .header_barea_box .tel_area p span {
	font-size: 20px;
	vertical-align: top;
	line-height: 27px;
	margin: 0 0 0 4px;
}

#header .header_barea .header_barea_box .tel_area p a {
	color: #ffffff;
}


/* ログイン時 */

#header .header_barea.login {
	background-color: #ffb205;
	min-width: 1000px;
	height: 36px;
	line-height: 38px;
	font-size: 12px;
	overflow: hidden;
}

#header .header_barea.login .header_barea_box ol {
	height: 36px;
}

#header .header_barea .header_barea_box ol li {
	font-size: 18px;
}

#header .header_barea.login .header_barea_box ul li a {
	color: #ffffff;
	font-size: 12px;
}

#header .header_barea.login .header_barea_box ul li a:hover {
	background-color: #fe9b33;
}

#header .header_barea.login .header_barea_box ol li span {
	line-height: 36px;
}

#header .header_barea.login .header_barea_box .tel_area {
	height: 36px;
}


/* 途中離脱 */

.header_entry_area {
	background-color: #fffff9;
}

.header_entry_area a {
	display: block;
	padding: 12px 8px 8px 8px;
	background-color: #eb6100;
	color: #ffffff;
	text-align: center;
	line-height: 1.5;
	position: relative;
	z-index: 9999;
}

.header_entry_area .unfinished {
	font-size: 18px;
	font-weight: 100;
}

.header_entry_area .unfinished img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin: 0 0 4px 0;
}

.header_entry_area .unfinished span {
	font-size: 14px;
	font-weight: 100;
}

.header_entry_area .header_entry_close {
	position: absolute;
	top: 14px;
	right: 8px;
	z-index: 99999;
}

.header_entry_area .header_entry_close img {
	width: 20px;
	height: 20px;
}


/* ヘッダー/ロゴ・バナー部分
====================================== */

#header .logo_area {
	min-width: 1000px;
	width: 100%;
	background-color: #ffffff;
	/*	background-image: url("../img/main_image.png");
	background-repeat: no-repeat;
	background-position: top -50px center;
	background-size: 1100px 574px;*/
	position: relative;
	z-index: 9999;
}

#header .logo_area .logo_area_box {
	width: 1000px;
	margin: 0 auto;
	height: 95px;
}

#header .logo_area .logo_area_box .h1_title {
	margin: 12px 0;
	float: left;
}

#header .logo_area .logo_area_box .h1_title a img {
	/*	width: 285px;*/
	height: 65px;
}

#header .logo_area .logo_area_box .entry_banner {
	position: relative;
	margin: 14px 0;
	float: right;
	width: 316px;
	text-align: right;
}

#header .logo_area .logo_area_box .entry_banner a {
	display: block;
}

#header .logo_area .logo_area_box .entry_banner img {
	width: 316px;
	height: 66px;
}

#header .logo_area .logo_area_box .entry_banner a .seminar_date {
	position: absolute;
	top: 43px;
	left: 10px;
	width: 108px;
	font-weight: bold;
	font-size: 18px;
    font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", Sans-Serif;
	letter-spacing: -.1em;
	color: #ea3527;
	text-align: center;
}

/* ログイン時 */

#header .logo_area.login .entry_banner .login_name {
	position: absolute;
	top: -5px;
	left: -8px;
	padding: 6px 8px 4px 8px;
	font-size: 11px;
	color: #333333;
	background-color: #ffbf05;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	line-height: 16px;
	vertical-align: bottom;
}

#header .logo_area.login .entry_banner .login_name span {
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	padding: 0 4px;
	color: #ea3527;
	line-height: 16px;
	vertical-align: bottom;
	font-family: "新ゴ M", "Shin Go Medium", Sans-Serif;
}


/* ヘッダー/グローバルナビ
====================================== */

#header .global_nav {
	background-color: #fe9b33;
	min-width: 1000px;
	width: 100%;
	height: 50px;
	position: relative;
	z-index: 9999;
}

#header .global_nav #pulldown_menu {
	width: 1000px;
	margin: auto;
}

#header .global_nav #pulldown_menu li {
	float: left;
}

#header .global_nav #pulldown_menu li > a {
	display: block;
	height: 50px;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.2;
	background-repeat: no-repeat;
	background-position: left 10px center;
}

#header .global_nav #pulldown_menu li > a.nolink {
	pointer-events: none;
	cursor: default;
}

#header .global_nav #pulldown_menu li > a span {
	display: block;
}

#header .global_nav #pulldown_menu li.icon_search > a {
	background-image: url("../img/icon_search.png");
	padding: 18px 0 0 40px;
	width: 120px;
}

#header .global_nav #pulldown_menu li.icon_home > a {
	background-image: url("../img/icon_home.png");
	padding: 8px 0 0 40px;
	width: 200px;
}

#header .global_nav #pulldown_menu li.icon_data > a {
	background-image: url("../img/icon_data.png");
	padding: 8px 0 0 40px;
	width: 180px;
}

#header .global_nav #pulldown_menu li.icon_money > a {
	background-image: url("../img/icon_money.png");
	padding: 8px 0 0 40px;
	width: 200px;
}

#header .global_nav #pulldown_menu li.icon_balloon > a {
	background-image: url("../img/icon_balloon.png");
	padding: 8px 0 0 40px;
	width: 180px;
}

#header .global_nav #pulldown_menu li.icon_event > a {
	background-image: url("../img/icon_event.png");
	padding: 8px 0 0 40px;
	width: 120px
}


/* トップページのみ */

#header .global_nav.top_page {
	border-bottom: 2px solid #fe9b33;
	border-top: 2px solid #fe9b33;
	background-color: #ffffff;
	box-sizing: content-box;
}

#header .global_nav.top_page > ul > li > a > span {
	color: #fe9b33;
}

#header .global_nav.top_page #pulldown_menu li.icon_search > a {
	background-image: url("../img/icon_search_2.png");
}

#header .global_nav.top_page #pulldown_menu li.icon_home > a {
	background-image: url("../img/icon_home_2.png");
}

#header .global_nav.top_page #pulldown_menu li.icon_data > a {
	background-image: url("../img/icon_data_2.png");
}

#header .global_nav.top_page #pulldown_menu li.icon_money > a {
	background-image: url("../img/icon_money_2.png");
}

#header .global_nav.top_page #pulldown_menu li.icon_balloon > a {
	background-image: url("../img/icon_balloon_2.png");
}

#header .global_nav.top_page #pulldown_menu li.icon_event > a {
	background-image: url("../img/icon_event_2.png");
}

#pulldown_menu li ul li:first-of-type {
	border-top: 2px solid #fe9b33;
}


/* プルダウンメニュー */

#layer {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 999;
}

#header #pulldown_menu li {
	position: relative;
}

#header #pulldown_menu li ul {
	display: none;
	position: absolute;
	top: 50px;
	left: 6px;
	width: 300px;
	z-index: 9999;
}

#header #pulldown_menu li:nth-of-type(1) ul {
	left: 0;
}

#header #pulldown_menu li ul.manga {
	float: left;
}

#header #pulldown_menu li ul.manga:first-of-type {
	right: 318px;
}

#header #pulldown_menu li ul.manga li > a {
	height: 78px;
}

#header #pulldown_menu li:nth-last-of-type(1) ul {
	right: 0;
	left: auto;
}

#header #pulldown_menu li:nth-last-of-type(2) ul {
	right: 20px;
	left: auto;
}

#pulldown_menu li ul li {
	margin: 0;
	padding: 0;
	width: 300px;
	background-color: #ffffff;
	border-bottom: 2px solid #fe9b33;
	border-right: 2px solid #fe9b33;
	border-left: 2px solid #fe9b33;
}

#header .global_nav #pulldown_menu li ul li > a {
	height: auto;
	color: #444444;
	padding: 12px;
	line-height: 1.3;
}

#header #pulldown_menu li ul li > a:hover {
	color: #fe9b33;
}


/* フッター
====================================== */

#footer {
	background-color: #eeeeee;
	padding: 40px 0;
}

#footer p,
#footer a {
	color: #555555;
	font-size: 11px;
	line-height: 12px;
}

#footer ul {
	width: 1000px;
	margin: 0 auto;
}

#footer li,
#footer p {
	padding: 4px 0;
}

#footer .one_block li > a {
	display: inline-block;
	padding: 4px 0;
}

#footer ul > li {
	position: relative;
}

#footer ul > li::before {
	content: "■ ";
	display: inline-block;
	position: absolute;
	left: -16px;
	top: 8px;
	font-size: 12px;
}

#footer ul > li.noitem::before {
	content: "";
}

#footer ul + ul {
	margin-top: 24px;
}

#footer ul.four_block > li {
	width: 25%;
	float: left;
}

#footer ul.four_block ol {
	padding: 0 0 0 10px;
}

#footer ul.four_block ol > li {
	position: relative;
	word-break: normal;
	white-space: normal;
	width: 200px;
	line-height: 16px;
	text-indent: -10px;
}

#footer ul.four_block ol > li::before {
	content: "";
	display: inline-block;
	margin: 0 6px 2px 0;
	width: 4px;
	height: 4px;
	background-color: #555555;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

#footer ul.one_block ol > li {
	display: inline-block;
	width: 120px;
}

#footer .copyright {
	margin: 80px auto 0 auto;
	text-align: center;
	width: 1000px;
}

#footer .footer_spsite_link {
	text-align: center;
}

#footer .footer_spsite_link a {
	display: inline-block;
	margin: 0 auto 36px auto;
	padding: 20px 20px 20px 60px;
	background-color: #fe9b33;
	background-image: url("../img/icon_sp.png");
	background-repeat: no-repeat;
	background-position: left 18px center;
	background-size: 32px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	font-size: 32px;
	font-weight: 700;
	color: #ffffff;
}


/* 物件タグ
====================================== */

.linkimage_all.linkimage_01 {
	background-color: #65b7cc;
}

.linkimage_all.linkimage_02 {
	background-color: #448aca;
}

.linkimage_all.linkimage_03 {
	background-color: #de8c22;
}

.linkimage_all.linkimage_04 {
	background-color: #ac8c3f;
}

.linkimage_all.linkimage_05 {
	background-color: #9ac584;
}


/* その他共通
====================================== */

#contents {
	width: 1000px;
	margin: 0 auto;
}

#main_search + #container #contents {
	width: 1100px;
}

.p_navi {
	width: 1000px;
	font-size: 10px;
	line-height: 1.3;
	color: #999999;
	margin: 20px auto;
	font-family: "新ゴ EL", "Shin Go ExLight", Sans-Serif;
}

.p_navi a {
	color: #999999;
}

.p_navi a::after {
	content: " > ";
	pointer-events: none;
}

.notfound_area {
	text-align: center;
}

.notfound_area p {
	font-size: 14px;
	color: #595959;
	margin: 10px 0 0 0;
}

.notfound_logo {
	padding: 80px 0 20px 0;
}

.notfound_button {
	margin: 40px 0 0 0;
}

.notfound_button a {
	display: inline-block;
	padding: 12px 24px;
	background-color: #fe9b33;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 1;
	vertical-align: top;
}

.confirm_red {
	color: #ff0000;
	font-size: 20px;
}


/* 8つのサービス */

#service_links {
	margin: 36px auto 60px;
	width: 950px;
	font-size: 0;
}

#service_links p {
	text-align: left;
	display: inline-block;
	line-height: 1.3;
	width: 25%;
	font-size: 14px;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}

#service_links p a {
	display: block;
	color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background-color: #fe9b33;
	padding: 17px 8px;
}

#service_links p.active a {
	border: 2px solid #fe9b33;
	color: #fe9b33;
	background-color: #ffffff;
	font-family: "新ゴ R", "Shin Go Regular", Sans-Serif;
	padding: 15px 6px;
}

#service_links p:nth-of-type(1) a,
#service_links p:nth-of-type(3) a,
#service_links p:nth-of-type(5) a {
	padding: 8px;
}

#service_links p.active:nth-of-type(1) a,
#service_links p.active:nth-of-type(3) a,
#service_links p.active:nth-of-type(5) a {
	padding: 6px;
}