@charset "UTF-8";

/* =============================================
リセット追加
============================================= */
body {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	line-height: 1.7;
	font-size: 15px;
	color: #333333;
	word-wrap: break-word;
}

img {
	vertical-align: bottom;
	font-size: 0;
	line-height: 0;
	border: 0;
}

a:hover img {
	opacity: 0.55;
}

a img {
	transition: opacity 0.3s ease-out;
}

a:hover img.a100 {
	opacity: 1;
}

a {
	outline: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

sup {
	font-size: 10px;
	vertical-align: super;
}


/* IE8+, Chrome */

input,
button {
	outline: none;
}


/* Firefox */

input::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-weight: normal;
	font-style: normal;
}

em,
strong {
	font-weight: bold;
	font-style: normal;
}

ol,
ul {
	list-style: none;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

*:before,
*:after {
	margin: 0;
	padding: 0;
}

.cf {
	overflow: hidden;
}


/* =============================================
印刷用
============================================= */
@media print {
	body {
		transform: scale(0.9);
		transform-origin: left top;
	}
}

/* =============================================
スマホ用
============================================= */

@media print,
screen and (min-width: 768px) {

	/*PCのみ*/
	.sp {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	.pc {
		display: none !important;
	}

	* {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

	body {
		-webkit-text-size-adjust: 100%;
	}

	body.open {
		position: fixed;
		width: 100%;
		height: 100%;
	}

	* {
		max-width: 100%;
	}

	table {
		width: auto !important;
		max-width: 100% !important;
	}

	img {
		height: auto;
	}
}


/* =============================================
ライトボックス
============================================= */

.sl-wrapper.simple-lightbox button {
	color: #000;
	opacity: 1;
}

.sl-wrapper.simple-lightbox button:hover {
	color: #999;
	opacity: 1;
}

.sl-wrapper.simple-lightbox .sl-close {
	display: block;
	font-family: icon_set_v1 !important;
	speak: none !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	font-size: 32px;
	letter-spacing: 0;
	right: 20px;
	top: 20px;
}

.sl-wrapper.simple-lightbox .sl-navigation button {
	font-family: icon_set_v1 !important;
	speak: none !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	margin-top: -19px;
	font-size: 34px;
	height: auto;
	width: auto;
	padding: 2px 8px;
	letter-spacing: 0;
}

.sl-wrapper.simple-lightbox .sl-navigation button.sl-next {
	right: 20px;
}

.sl-wrapper.simple-lightbox .sl-navigation button.sl-prev {
	left: 20px;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	.sl-wrapper.simple-lightbox .sl-close {
		right: 10px;
		top: 10px;
	}

	.sl-wrapper.simple-lightbox .sl-navigation button {
		margin-top: -22px;
		font-size: 20px;
		padding: 12px 10px;
	}

	.sl-wrapper.simple-lightbox .sl-navigation button.sl-next {
		right: 0;
	}

	.sl-wrapper.simple-lightbox .sl-navigation button.sl-prev {
		left: 0;
	}
}


/* =============================================
フォーム
============================================= */

input,
textarea,
select {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

input,
button {
	vertical-align: middle;
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="tel"],
input[type="button"],
input[type="submit"],
textarea {
	-webkit-appearance: none;
	background-color: transparent;
}

input[type="text"]:disabled,
input[type="search"]:disabled,
input[type="password"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="number"]:disabled,
input[type="tel"]:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled,
textarea:disabled {
	background-color: #eee;
	opacity: 0.5;
	cursor: not-allowed;
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="tel"],
textarea {
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding: 10px 10px;
}

@media only screen and (max-width: 767px) {

	input[type="text"],
	input[type="search"],
	input[type="password"],
	input[type="email"],
	input[type="url"],
	input[type="number"],
	input[type="tel"],
	textarea {
		padding: 3px 8px;
	}
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="tel"] {
	font-size: 17px;
}

@media only screen and (max-width: 767px) {

	input[type="text"],
	input[type="search"],
	input[type="password"],
	input[type="email"],
	input[type="url"],
	input[type="number"],
	input[type="tel"] {
		font-size: 16px;
	}
}

::-webkit-input-placeholder {
	color: #cbcbcb;
	opacity: 1;
}

:-moz-placeholder {
	color: #cbcbcb;
}

::-moz-placeholder {
	color: #cbcbcb;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #cbcbcb;
}

:placeholder-shown {
	color: #cbcbcb;
}

textarea {
	font-size: 17px;
	min-height: 6em;
	vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
	textarea {
		font-size: 16px;
	}
}

input[type="text"]:hover,
input[type="search"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
textarea:hover,
input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus {
	background-color: #F5F5F5;
}

input[type="text"]:hover,
input[type="search"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
textarea:hover {
	border-color: #A6A6A6;
}

input[type="text"]:disabled:hover,
input[type="search"]:disabled:hover,
input[type="password"]:disabled:hover,
input[type="email"]:disabled:hover,
input[type="url"]:disabled:hover,
input[type="number"]:disabled:hover,
input[type="tel"]:disabled:hover,
textarea:disabled:hover {
	border-color: #ccc;
	background-color: #eee;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus {
	outline: none;
	border-color: #5d5d5d;
	background-color: #eee;
}

input[type="button"],
input[type="submit"],
button {
	cursor: pointer;
	display: inline-block;
	border: 1px solid #cccccc;
	border-radius: 0;
	background-color: transparent;
	font-size: 15px;
	padding: 18px 10px;
	letter-spacing: 0.1em;
	outline: none;
	color: #333;
}

input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
	background-color: #d9d9d9;
}

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
	border: 0px;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	background-color: #fff;
	padding: 3px 20px 3px 8px;
	white-space: nowrap;
	color: #333;
}

select::-ms-expand {
	display: none;
}

select * {
	padding: 0;
}

div.select_wrap {
	margin: 0 !important;
	padding: 0 !important;
	display: inline-block !important;
	position: relative !important;
}

div.select_wrap:before {
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 10px;
	content: '';
	margin-top: -4px;
	display: block;
	border-left: 1px solid #1d1d1d;
	border-bottom: 1px solid #1d1d1d;
	width: 4px;
	height: 4px;
	transform: rotate(-45deg);
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #333;
}

select:focus {
	border-color: #A6A6A6;
	outline: none;
}

label {
	cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	overflow: hidden;
	padding: 0;
	clip: rect(0, 0, 0, 0);
}

input[type="checkbox"] + span,
input[type="radio"] + span {
	display: inline-block;
	position: relative;
	padding-left: 21px;
	cursor: pointer;
}

input[type="checkbox"] + span:before,
input[type="radio"] + span:before,
input[type="checkbox"]:checked + span:after,
input[type="radio"]:checked + span:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
}

input[type="checkbox"] + span:before,
input[type="radio"] + span:before {
	width: 16px;
	height: 16px;
	border: 1px solid #737373;
	background-color: #fff;
}

input[type="checkbox"] + span:before {
	top: 4px;
}

input[type="radio"] + span:before {
	top: 4px;
	border-radius: 50%;
}

input[type="checkbox"]:focus + span:before {
	box-shadow: 0 0 5px #bcbcbc;
}

input[type="radio"]:focus + span:before {
	box-shadow: 0 0 5px #959595;
}

input[type="checkbox"]:checked + span:after {
	top: 10px;
}

input[type="radio"]:checked + span:after {
	top: 7px;
}

input[type="checkbox"]:checked + span:after {
	left: 4px;
	width: 8px;
	height: 4px;
	border-left: 1px solid #1d1d1d;
	border-bottom: 1px solid #1d1d1d;
	transform: translateY(-1px) rotate(-47deg);
}

input[type="radio"]:checked + span:after {
	left: 3px;
	width: 10px;
	height: 10px;
	background-color: #575757;
	border-radius: 50%;
}

input[type="checkbox"]:disabled,
input[type="checkbox"]:disabled + span,
input[type="radio"]:disabled,
input[type="radio"]:disabled + span {
	cursor: not-allowed;
	opacity: 0.5;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	label {
		display: block;
	}

	input[type="checkbox"] + span,
	input[type="radio"] + span {
		display: block;
		padding: 8px 10px 8px 32px;
		background-color: #eeeeee;
	}

	input[type="checkbox"]:checked + span,
	input[type="radio"]:checked + span {
		background-color: #cbcbcb;
	}

	input[type="checkbox"] + span:before {
		top: 11px;
		left: 11px;
	}

	input[type="radio"] + span:before {
		top: 11px;
		left: 11px;
	}

	input[type="checkbox"]:checked + span:after {
		top: 17px;
		left: 15px;
	}

	input[type="radio"]:checked + span:after {
		top: 14px;
		left: 14px;
	}
}


/* =============================================
WEBフォント（アイコン）
============================================= */

@font-face {
	font-family: 'icon_set_v1';
	src: url('../web_fonts/icon_set_v1.eot');
	src: url('../web_fonts/icon_set_v1.eot?#iefix') format('embedded-opentype'), url('../web_fonts/icon_set_v1.woff') format('woff'), url('../web_fonts/icon_set_v1.ttf') format('truetype'), url('../web_fonts/icon_set_v1.svg#icon_set_v1') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* =============================================
共通
============================================= */
html.use_wf {
	visibility: hidden !important;
}

html.use_wf.wf-active,
html.use_wf.loading-delay {
	visibility: visible !important;
}

header .inner,
#header nav ul,
#content,
#footer_con {
	max-width: 1200px;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 1260px) {

	/*スマホのみ*/
	header .inner,
	#header_con,
	#header nav ul,
	#content,
	#footer_con {
		width: 100%;
		max-width: 100%;
		padding: 0 30px;
	}
}

a.t_blank {
	margin-right: 3px;
	padding-right: 19px;
	position: relative;
	white-space: nowrap;
}

a.t_blank:before {
	position: absolute;
	font-family: icon_set_v1 !important;
	speak: none !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	content: '\e93d';
	font-size: 14px;
	color: #333333;
	top: 50%;
	right: 0;
	margin-top: -7px;
}


/* =============================================
ヘッダー
============================================= */

header #header_top {
	background-color: #666;
	padding: 0 30px;
}

#top header #header_top h1,
header #header_top p {
	color: #fff;
}

header #header_top p a:before {
	position: absolute;
	font-family: icon_set_v1 !important;
	speak: none !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	top: 50%;
}

header #header_top > .inner {
	font-size: 0;
}

header #header_menu > p {
	display: inline-block;
}

header #header_menu p a {
	color: #fff;
	position: relative;
	display: inline-block;
	line-height: 1;
	text-decoration: none;
}

header #header_top p#header_login_user {
	margin-left: 12px;
	position: relative;
	padding-left: 13px;
}

header #header_top p#header_login_user:before,
header #header_top p#header_login_user:after {
	position: absolute;
	content: '';
	top: 50%;
}

header #header_top p#header_login_user:before {
	left: 1px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

header #header_top p#header_login_user:after {
	left: 0;
	width: 8px;
	height: 6px;
	border-radius: 4px 4px 0 0;
}

header #header_login_logout,
header #header_login_logout > p {
	display: inline-block;
}

@media print,
screen and (min-width: 1260px) {

	/*PCのみ*/
	header #header_top {
		padding: 0 30px;
	}
}

@media print,
screen and (min-width: 1025px) {

	/*PCのみ*/
	header #header_top {
		padding: 6px 30px;
		margin-bottom: 8px;
	}

	body:not(.site_type__fudo) header #header_top,
	body.header_menu_none header #header_top {
		padding: 4px 0 8px 0;
		margin: 0;
		background-color: transparent;
	}

	header #header_top > .inner {
		display: table;
		border-collapse: collapse;
	}

	#top header #header_top h1,
	header #header_top p {
		font-size: 11px;
	}

	body:not(.site_type__fudo) #top #header_top h1,
	body:not(.site_type__fudo) #header_top p,
	.header_menu_none #top #header_top h1,
	.header_menu_none #header_top p {
		color: #333;
	}

	header #header_menu > p {
		margin-left: 16px;
	}

	header #header_menu > p:first-child {
		margin-left: 0;
	}

	header #header_top p a {
		transition: opacity 0.3s ease-out;
	}

	header #header_top p a:hover {
		opacity: 0.55;
	}

	#top header #header_top h1#header_description,
	header #header_top p#header_description,
	header #header_top #header_menu {
		display: table-cell;
		vertical-align: middle;
	}

	#top header #header_top h1#header_description,
	header #header_top p#header_description {
		width: 50%;
	}

	header #header_menu {
		text-align: right;
		width: 50%;
	}

	header #header_mylist a {
		padding-left: 16px;
	}

	header #header_mylist a:before {
		color: #fff;
		font-size: 13px;
		content: '\e90c';
		left: 0;
		margin-top: -7px;
	}

	header #header_mylist a span {
		color: #fff;
		margin-left: 2px;
		font-size: 18px;
		vertical-align: sub;
	}

	header #header_history a {
		padding-left: 17px;
	}

	header #header_history a:before {
		color: #fff;
		font-size: 14px;
		content: '\e8d9';
		left: 0;
		margin-top: -9px;
	}

	header #header_history + #header_search_history {
		margin-left: 10px;
	}

	header #header_search_history a {
		padding-left: 18px;
	}

	header #header_search_history a:before {
		color: #fff;
		font-size: 18px;
		content: '\ea21';
		left: 0;
		margin-top: -10px;
	}

	header #header_top #header_login_logout {
		position: relative;
	}

	#registration.register header #header_top p#header_login_user,
	#registration.register header #header_top p#header_logout {
		display: none;
	}

	header #header_top p#header_login_user {
		cursor: pointer;
	}

	header #header_top p#header_login_user:before,
	header #header_top p#header_login_user:after {
		background-color: #eee;
	}

	header #header_top p#header_login_user:before {
		margin-top: -7px;
	}

	header #header_top p#header_login_user #header_login_user_name {
		position: relative;
		padding-right: 11px;
	}

	header #header_top p#header_login_user:hover #header_login_user_name {
		color: #dedede;
	}

	header #header_top p#header_login_user #header_login_user_name:before {
		position: absolute;
		content: '';
		top: 50%;
		right: 0;
		margin-top: -2px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 4px 0 4px;
		border-color: #eee transparent transparent transparent;
	}

	header #header_top p#header_logout {
		display: none;
		position: absolute;
		z-index: 1;
		right: -1px;
		top: 100%;
		margin-top: 1px;
	}

	header #header_top p#header_logout.logout_show {
		display: block;
	}

	header #header_top p#header_logout a {
		display: inline-block;
		background-color: #333;
		border: 1px solid #ccc;
		padding: 8px 0;
		width: 8em;
		text-align: center;
	}

	header #header_top p#header_logout a:hover {
		background-color: #525252;
		opacity: 1;
	}

	header #header_top p#header_login {
		margin-left: 10px;
	}

	header #header_top p#header_register a,
	header #header_top p#header_login a {
		text-align: center;
		text-decoration: none;
		display: block;
		padding: 5px 8px 5px 22px;
		color: #fff;
		border-radius: 3px;
		background-color: #c60000;
	}

	header #header_top p#header_register a {
		background-color: #c60000;
	}

	header #header_top p#header_login a {
		background-color: #8c8c8c;
	}

	header #header_top p#header_register a:before,
	header #header_top p#header_login a:before {
		color: #fff;
	}

	header #header_top p#header_register a:before {
		content: '\e9ec';
		font-size: 11px;
		left: 7px;
		margin-top: -6px;
	}

	header #header_top p#header_login a:before {
		content: '\e929';
		font-size: 11px;
		left: 7px;
		margin-top: -6px;
	}

	header #header_top p#header_register a:hover,
	header #header_top p#header_login a:hover {
		opacity: 1;
	}

	header #header_top p#header_register a:hover {
		background-color: #b40000;
	}

	header #header_top p#header_login a:hover {
		background-color: #898989;
	}

	#header_con > .inner {
		margin-bottom: 6px;
		display: table;
		border-collapse: collapse;
	}

	#header_con #site_name,
	#header_info {
		display: table-cell;
		vertical-align: bottom;
	}

	#header_con #site_name {
		width: 60%;
	}

	#header_con #site_name p {
		padding-right: 20px;
		line-height: 1.3;
	}

	#header_con #site_name a {
		font-size: 28px;
		text-decoration: none;
	}

	#header_con #site_name img {
		max-width: 100%;
		max-height: 150px;
		display: inline-block;
		margin-bottom: 4px;
	}

	#header_info {
		text-align: right;
		width: 40%;
	}

	#header_info .address {
		font-size: 13px;
		line-height: 1.4;
		margin-bottom: 4px;
	}

	#header_info .tel {
		font-size: 30px;
		position: relative;
		padding-left: 24px;
		letter-spacing: 0.01em;
		line-height: 1;
		display: inline-block;
	}

	#header_info .tel:before {
		position: absolute;
		font-family: icon_set_v1 !important;
		speak: none !important;
		font-style: normal !important;
		font-weight: normal !important;
		font-variant: normal !important;
		text-transform: none !important;
		line-height: 1 !important;
		-webkit-font-smoothing: antialiased !important;
		-moz-osx-font-smoothing: grayscale !important;
		content: '\e8f5';
		font-size: 23px;
		color: #333333;
		top: 50%;
		left: 2px;
		margin-top: -10px;
	}

	#header_info .tel span {
		font-size: 20px;
		margin-right: 4px;
	}

	#header_info #opening_hours_closed {
		margin-top: -6px;
	}

	#header_info #opening_hours_closed p {
		display: inline-block;
		font-size: 11px;
	}

	#header_info #opening_hours_closed p span {
		margin-right: 6px;
	}

	#header_info #opening_hours_closed p.closed {
		margin-left: 12px;
	}

	#header_info .inquiry {
		margin-bottom: 4px;
	}

	#header_info .inquiry a {
		font-size: 12px;
		text-align: center;
		color: #FFFFFF;
		background-color: #4b4b4b;
		padding-top: 2px;
		padding-bottom: 2px;
		text-decoration: none;
		border-radius: 4px;
		width: 230px;
		display: inline-block;
		letter-spacing: 0.15em;
	}

	#header_info .inquiry a:hover {
		background-color: #343434;
	}
}

@media only screen and (max-width: 1024px) {

	header #header_top #header_description,
	#header_info .address,
	#opening_hours_closed {
		display: none;
	}

	header #header_top {
		padding: 8px 2.5%;
		text-align: center;
		margin-bottom: 1.8em;
		position: relative;
	}

	body:not(.site_type__fudo) #header_top,
	.header_menu_none #header_top {
		display: none;
	}

	header #header_menu p {
		font-size: 11px;
		line-height: 1;
		margin-left: 10px;
		padding-left: 10px;
		border-left: 1px solid #fff;
	}

	header #header_menu p:first-child {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}

	header #header_menu p a {
		padding: 2px 0;
	}

	header #header_mylist a span {
		font-size: 12px;
		margin-left: 1px;
		font-weight: bold;
	}

	header #header_menu #header_login_logout {
		position: absolute;
		top: 100%;
		right: 0;
		padding: 0 2.5%;
		width: 100%;
		text-align: right;
	}

	header #header_menu #header_login_logout p,
	header #header_menu #header_login_logout a {
		color: #333;
		font-size: 12px;
	}

	header #header_menu #header_login_logout a {
		text-decoration: underline;
	}

	header #header_menu #header_login_user,
	header #header_menu #header_login {
		margin-top: 0.5em;
	}

	header #header_top p#header_login_user:before,
	header #header_top p#header_login_user:after {
		background-color: #666;
	}

	header #header_top p#header_login_user:before {
		margin-top: -6px;
	}

	header #header_top p#header_login_user:after {
		margin-top: 1px;
	}

	header #header_menu p#header_login a {
		padding-left: 13px;
	}

	header #header_menu p#header_login a:before {
		content: '\e929';
		left: 0;
		font-size: 13px;
		margin-top: -7px;
	}

	header #header_menu p#header_logout {
		padding-left: 0;
	}

	header #header_con {
		border-bottom: #cccccc 1px solid;
		height: 41px;
		overflow: hidden;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
		background: #fff;
	}

	body.header_fixed header #header_con,
	body.open header #header_con {
		position: fixed;
	}

	header #site_name {
		margin: 0 50px;
	}

	body.sp_icon_header_none header #site_name {
		margin: 0 50px 0 2.5%;
	}

	header #site_name p {
		text-decoration: none;
		font-size: 20px;
		height: 40px;
		line-height: 1;
		display: flex;
		align-items: center;
	}

	body:not(.sp_icon_header_none) header #site_name p {
		justify-content: center;
	}

	header #site_name img {
		max-height: 30px;
	}
}


/* =============================================
ヘッダー お問い合わせ・電話ボックス
============================================= */

@media print,
screen and (min-width: 1025px) {

	/*PCのみ*/
	#header_info .inquiry a + span,
	#header_inquiry_tel .wrapper {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {

	#header_info .tel,
	#header_info .inquiry {
		position: absolute;
		z-index: 200;
		top: 0;
	}

	body.header_fixed #header_info .tel,
	body.header_fixed #header_info .inquiry {
		position: fixed;
	}

	body.sp_icon_header_slide #header_info .tel,
	body.sp_icon_header_inquiry #header_info .tel,
	body.sp_icon_header_none #header_info .tel,
	body.sp_icon_header_tel #header_info .inquiry,
	body.sp_icon_header_none #header_info .inquiry {
		display: none;
	}

	#header_info .tel {
		left: 0;
	}

	#header_info .inquiry {
		left: 0;
		cursor: pointer;
	}

	.sp_icon_header_slide #header_info .inquiry:before {
		transform: skewY(-45deg);
		margin: 0;
		position: absolute;
		padding: 0;
		top: 50%;
		left: 12px;
		content: '';
		display: block;
		width: 20px;
		border-top: 1px solid #333;
	}

	.header_inquiry_tel_open.sp_icon_header_slide #header_info .inquiry:before {
		display: none;
	}

	#header_info .tel,
	#header_info .inquiry a,
	#header_info .inquiry span {
		overflow: hidden;
		display: block;
		width: 44px;
		height: 40px;
		position: relative;
		padding-left: 44px;
	}

	body.sp_icon_header_slide #header_info .inquiry a {
		display: none;
	}

	#header_info .tel:before,
	#header_info .inquiry a:before,
	#header_info .inquiry span:before,
	#header_info .inquiry span:after {
		font-family: icon_set_v1 !important;
		speak: none !important;
		font-style: normal !important;
		font-weight: normal !important;
		font-variant: normal !important;
		text-transform: none !important;
		line-height: 1 !important;
		-webkit-font-smoothing: antialiased !important;
		-moz-osx-font-smoothing: grayscale !important;
		color: #333;
		position: absolute;
		top: 50%;
		left: 50%;
	}

	#header_info .tel:before {
		content: '\e8f5';
		font-size: 26px;
		margin-top: -12px;
		margin-left: -10px;
	}

	#header_info .tel {
		position: absolute;
	}

	#header_info .tel a {
		display: block;
		width: 44px;
		height: 40px;
		position: absolute;
		top: 0;
		left: 0;
		padding-left: 44px;
	}

	#header_info .inquiry {
		display: block !important;
	}

	#header_info .inquiry a:before,
	#header_info .inquiry span:before {
		content: '\ea04';
		font-size: 29px;
		margin-top: -14px;
		margin-left: -15px;
	}

	.sp_icon_header_slide #header_info .inquiry span:before {
		font-size: 19px;
		margin-top: -17px;
		margin-left: -18px;
	}

	.sp_icon_header_slide #header_info .inquiry span:after {
		content: '\e8f5';
		font-size: 16px;
		margin-top: -1px;
		margin-left: 4px;
	}

	.header_inquiry_tel_open #header_info .inquiry a:before,
	.header_inquiry_tel_open #header_info .inquiry a:after,
	.header_inquiry_tel_open #header_info .inquiry span:before,
	.header_inquiry_tel_open #header_info .inquiry span:after {
		margin: 0;
		position: absolute;
		padding: 0;
		top: 50%;
		left: 14px;
		content: '';
		display: block;
		width: 16px;
		border-top: 1px solid #333;
	}

	.header_inquiry_tel_open #header_info .inquiry a:before,
	.header_inquiry_tel_open #header_info .inquiry span:before {
		transform: skewY(-45deg);
	}

	.header_inquiry_tel_open #header_info .inquiry a:after,
	.header_inquiry_tel_open #header_info .inquiry span:after {
		transform: skewY(45deg);
	}

	#header_inquiry_tel .wrapper {
		position: absolute;
		top: -70px;
		width: 100%;
		z-index: 2;
		background-color: #fff;
		padding: 18px 2.5% 20px 2.5%;
		text-align: center;
	}

	body.header_fixed #header_inquiry_tel .wrapper {
		position: fixed;
	}

	#header_inquiry_tel .wrapper ul {
		font-size: 0;
	}

	#header_inquiry_tel .wrapper li {
		display: inline-block;
		color: #333;
		border: 1px solid #ccc;
		border-radius: 4px;
		position: relative;
		width: 48.5%;
	}

	#header_inquiry_tel .wrapper li.inquiry {
		margin-right: 3%;
	}

	#header_inquiry_tel .wrapper li,
	#header_inquiry_tel .wrapper li:after {
		background-color: #f8f8f8;
	}

	#header_inquiry_tel .wrapper li:hover,
	#header_inquiry_tel .wrapper li:hover:after {
		background-color: #eee;
	}

	#header_inquiry_tel .wrapper li:before,
	#header_inquiry_tel .wrapper li:after {
		border-radius: 0 0 3px 3px;
		content: '';
		position: absolute;
		display: block;
		width: 100%;
		left: 0;
	}

	#header_inquiry_tel .wrapper li:before {
		height: 6px;
		bottom: 0;
		background-color: #e2e0d8;
	}

	#header_inquiry_tel .wrapper li:after {
		height: 3px;
		bottom: 3px;
	}

	#header_inquiry_tel .wrapper li a {
		position: relative;
		padding: 24px 4px 14px 4px;
		font-size: 13px;
		text-decoration: none;
		display: block;
		text-align: center;
	}

	#header_inquiry_tel .wrapper li a:before {
		font-family: icon_set_v1 !important;
		speak: none !important;
		font-style: normal !important;
		font-weight: normal !important;
		font-variant: normal !important;
		text-transform: none !important;
		line-height: 1 !important;
		-webkit-font-smoothing: antialiased !important;
		-moz-osx-font-smoothing: grayscale !important;
		color: #333;
		position: absolute;
		left: 50%;
	}

	#header_inquiry_tel .wrapper li.inquiry a:before {
		content: '\ea04';
		top: 4px;
		font-size: 24px;
		margin-left: -10px;
	}

	#header_inquiry_tel .wrapper li.tel a:before {
		content: '\e8f5';
		top: 8px;
		font-size: 18px;
		margin-left: -7px;
	}

	#header_inquiry_tel .header_inquiry_tel_layer {
		display: none;
		position: fixed;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #333;
		background-color: rgba(0, 0, 0, .7);
		z-index: 1;
	}

	body.header_fixed #header_inquiry_tel .header_inquiry_tel_layer {
		top: 41px;
	}
}


/* =============================================
グローバルナビ / ハンバーガーメニュー
============================================= */

@media print,
screen and (min-width: 1025px) {

	/*PCのみ*/
	#gNavi_hamburgerMenu {
		background-color: #E6E6E6;
		margin-bottom: 14px;
	}

	#gNavi_hamburgerMenu nav {
		max-width: 1200px;
		margin: 0 auto;
	}

	#gNavi_hamburgerMenu nav ul {
		display: table;
		border-collapse: collapse;
		table-layout: fixed;
		width: 100%;
		text-align: center;
		border-right: 1px solid #CCCCCC;
	}

	#gNavi_hamburgerMenu nav li {
		display: table-cell;
		vertical-align: middle;
		border-left: 1px solid #CCCCCC;
	}

	#gNavi_hamburgerMenu nav li.sp {
		display: none;
	}

	#gNavi_hamburgerMenu nav li a {
		font-size: 13px;
		text-decoration: none;
		display: block;
		padding: 14px 4px;
		text-align: center;
		line-height: 1.25;
	}

	#gNavi_hamburgerMenu nav li a:hover,
	#gNavi_hamburgerMenu nav li a.current {
		background-color: #F2F2F2;
	}
}

@media only screen and (max-width: 1024px) {

	#gNavi_hamburgerMenu nav {
		position: fixed;
		top: 41px;
		padding-bottom: 40px;
		right: -80%;
		z-index: 1000;
		width: 80%;
		max-width: 400px;
		height: 100%;
		background-color: #fff;
		text-align: left;
		overflow: auto;
	}

	#gNavi_hamburgerMenu nav li.pc {
		display: none;
	}

	#gNavi_hamburgerMenu nav li.sp {
		display: block !important;
	}

	body:not(.ua_sp) #gNavi_hamburgerMenu li.hm_tel {
		display: none !important;
	}

	#gNavi_hamburgerMenu li a {
		padding: 14px 28px 14px 14px;
		position: relative;
		color: #333333;
		text-decoration: none;
		display: block;
		border-bottom: 1px solid #cccccc;
		font-size: 13px;
	}

	#gNavi_hamburgerMenu li a:before {
		position: absolute;
		font-family: icon_set_v1 !important;
		speak: none !important;
		font-style: normal !important;
		font-weight: normal !important;
		font-variant: normal !important;
		text-transform: none !important;
		line-height: 1 !important;
		-webkit-font-smoothing: antialiased !important;
		-moz-osx-font-smoothing: grayscale !important;
		content: '\e916';
		font-size: 11px;
		color: #acacac;
		top: 50%;
		right: 8px;
		margin-top: -6px;
	}

	#gNavi_hamburgerMenu li.hm_tel a:before {
		content: '';
	}

	#gNavi_hamburgerMenu li.ico a {
		padding-left: 28px;
	}

	#gNavi_hamburgerMenu li.ico a:after {
		position: absolute;
		font-family: icon_set_v1 !important;
		speak: none !important;
		font-style: normal !important;
		font-weight: normal !important;
		font-variant: normal !important;
		text-transform: none !important;
		line-height: 1 !important;
		-webkit-font-smoothing: antialiased !important;
		-moz-osx-font-smoothing: grayscale !important;
		top: 50%;
		color: #333;
	}

	#gNavi_hamburgerMenu li.hm_tel a {
		background-color: #f5f4ea;
	}

	#gNavi_hamburgerMenu li.hm_tel a:after {
		content: '\e8f5';
		font-size: 17px;
		left: 10px;
		margin-top: -7px;
	}

	#gNavi_hamburgerMenu li.hm_top a:after {
		content: '\e8f2';
		font-size: 16px;
		left: 9px;
		margin-top: -8px;
	}

	#gNavi_hamburgerMenu li.hm_login a:after {
		font-size: 16px;
		content: '\e929';
		left: 10px;
		margin-top: -8px;
	}

	#gNavi_hamburgerMenu li.hm_logout a:after {
		font-size: 15px;
		content: '\e995';
		left: 9px;
		margin-top: -8px;
	}

	#gNavi_hamburgerMenu li.hm_register a:after {
		font-size: 15px;
		content: '\e9ec';
		left: 8px;
		margin-top: -7px;
	}

	#gNavi_hamburgerMenu .layer {
		position: fixed;
		top: 41px;
		z-index: 5;
		display: none;
		width: 100%;
		height: 100%;
		background-color: #333;
		background-color: rgba(0, 0, 0, .7);
	}
}


/* =============================================
ハンバーガーメニューアイコン
============================================= */

@media print,
screen and (min-width: 1025px) {

	/*PCのみ*/
	#hamburgerMenu {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {

	#hamburgerMenu {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 300;
	}

	body.header_fixed #hamburgerMenu,
	body.open #hamburgerMenu {
		position: fixed;
	}

	#hamburgerIcon {
		width: 44px;
		float: left;
		display: block;
		position: relative;
		height: 40px;
		cursor: pointer;
	}

	header.open #hamburgerIcon {
		margin-left: -48px;
	}

	#hamburgerIcon span {
		width: 22px;
		height: 1px;
		display: block;
		background-color: #333;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -11px;
		margin-top: -1px;
	}

	#hamburgerIcon span {
		transform: rotate(0deg);
	}

	#hamburgerIcon .top {
		transform: translateY(-7px);
	}

	#hamburgerIcon .bottom {
		transform: translateY(7px);
	}

	.open #hamburgerIcon .middle {
		background: rgba(255, 255, 255, 0);
	}

	.open #hamburgerIcon .top {
		transform: rotate(-45deg) translateY(0px);
	}

	.open #hamburgerIcon .bottom {
		transform: rotate(45deg) translateY(0px);
	}
}


/* =============================================
content / main
============================================= */
@media only screen and (max-width: 1024px) {

	#container {
		padding-top: 40px;
		margin-bottom: 0;
	}
}

#content {
	margin-bottom: 30px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 100%;
}

body.single_column #content {
	display: block;
}

#main_content {
	margin-bottom: 80px;
}

@media only screen and (max-width: 1024px) {
	#content {
		display: block;
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	body.header_fixed #content {
		margin-top: -41px;
		padding-top: 41px;
	}

	#main_content {
		margin-bottom: 40px;
	}

	#main_content > .wrapper {
		padding: 0 2.5%;
	}
}

#main_content table {
	border-collapse: collapse;
}

#main_content table,
#main_content table th,
#main_content table td {
	border: 1px solid #CCC;
}

body.single_column #main {
	width: 100%;
	float: none;
}

#main,
body.single_column #news #main,
body.single_column #blog #main,
body.single_column #item #main {
	width: 880px;
}

@media only screen and (max-width: 1260px) {

	#main,
	body.single_column #news #main,
	body.single_column #blog #main,
	body.single_column #item #main {
		width: 100%;
	}
}

@media only screen and (max-width: 1024px) {

	#main,
	body.single_column #news #main,
	body.single_column #blog #main,
	body.single_column #item #main {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	#main,
	body.single_column #news #main,
	body.single_column #blog #main,
	body.single_column #item #main {
		width: auto;
		padding: 0 0 10px 0;
	}
}

.one_column #main {
	width: auto;
	float: none;
}


#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
	letter-spacing: 0.05em;
	margin-bottom: 0.8em;
	font-weight: bold;
}

#main h1 {
	font-size: 30px;
}

#main h1.title {
	font-size: 19px;
	margin-bottom: 4px;
	border: 1px solid #BFBFBF;
	padding-top: 36px;
	padding-right: 20px;
	padding-bottom: 36px;
	padding-left: 20px;
	font-weight: bold;
	border-radius: 5px;
}

#main h2 {
	font-size: 27px;
}

#main h3 {
	font-size: 24px;
}

#main h4 {
	font-size: 20px;
}

#main h5 {
	font-size: 17px;
}

#main h6 {
	font-size: 15px;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	#main h1 {
		font-size: 26px;
	}

	#main h1.title {
		font-size: 18px;
		text-align: center;
		padding: 36px 12px;
		background-color: #eee;
		margin-bottom: 2px;
	}

	#main h2 {
		font-size: 23px;
	}

	#main h3 {
		font-size: 21px;
	}

	#main h4 {
		font-size: 18px;
	}

	#main h5 {
		font-size: 17px;
	}

	#main h6 {
		font-size: 15px;
	}
}

#main .box {
	margin-bottom: 50px;
}

#main .box:last-child {
	margin-bottom: 0;
}

#main .common_donyu {
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	#main .common_donyu {
		margin-bottom: 24px;
	}
}


/* =============================================
投稿
============================================= */

/*投稿記事*/

#main .post_content * {
	max-width: 100%;
}

body.gutenberg_use #main h2#post_title {
	font-size: 28px;
	font-weight: bold;
}

#main .post_content,
#main .post_content p {
	line-height: 2.2;
	font-size: 15px;
	letter-spacing: 0.12em;
}

#main .post_content em {
	font-style: italic;
}

#main .post_content p {
	margin-bottom: 1.5em;
}

#main .post_content ul,
#main .post_content figure,
#main .post_content .wp-block-columns {
	margin-bottom: 2em;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	body.gutenberg_use #main h2#post_title {
		font-size: 24px;
	}

	#main .post_content,
	#main .post_content p {
		line-height: 1.75;
		font-size: 14px;
	}
}


/*投稿記事：画像*/

#main .post_content img {
	height: auto;
}

#main .post_content .wp-block-image figcaption {
	font-size: 13px;
}


/*投稿記事：見出し*/

#main .post_content h1,
#main .post_content h2,
#main .post_content h3,
#main .post_content h4,
#main .post_content h5,
#main .post_content h6 {
	letter-spacing: 0.05em;
	margin-bottom: 0.8em;
	font-weight: bold;
}

#main .post_content h1 {
	font-size: 30px;
}

#main .post_content h2 {
	font-size: 27px;
}

#main .post_content h3 {
	font-size: 24px;
}

#main .post_content h4 {
	font-size: 22px;
}

#main .post_content h5 {
	font-size: 18px;
}

#main .post_content h6 {
	font-size: 15px;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	#main .post_content h1 {
		font-size: 26px;
	}

	#main .post_content h2 {
		font-size: 23px;
	}

	#main .post_content h3 {
		font-size: 21px;
	}

	#main .post_content h4 {
		font-size: 19px;
	}

	#main .post_content h5 {
		font-size: 17px;
	}

	#main .post_content h6 {
		font-size: 15px;
	}
}


/*投稿記事：リスト*/

#main .post_content ul,
#main .post_content ol {
	padding: 10px;
}

#main .post_content ul {
	list-style: disc;
}

#main .post_content ol {
	list-style: decimal;
}

#main .post_content li {
	margin-left: 1em;
	line-height: 1.45;
	margin-bottom: 0.6em;
}

#main .post_content li:last-child {
	margin-bottom: 0;
}


/*その他*/

#main .post_content hr {
	margin: 3em 0;
}


#main .post_content mark {
	font-style: normal;
}



/* =============================================
パンくずリスト
============================================= */

#breadcrumb {
	margin-bottom: 22px;
	text-align: right;
	font-size: 0;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	#breadcrumb {
		padding: 0 2.5%;
		margin-bottom: 30px;
		text-align: left;
	}
}

#breadcrumb div {
	font-size: 12px;
	margin-top: 6px;
	margin-right: 9px;
	display: inline-block;
	line-height: 1;
	vertical-align: top;
}

#breadcrumb div:last-child {
	margin-right: 0;
}

#breadcrumb div:before {
	content: '>';
	margin-right: 7px;
	font-size: 12px;
	vertical-align: top;
}

#breadcrumb div.home:before {
	content: '';
	margin-right: 0;
}

#breadcrumb div span.bc_title {
	display: inline-block;
	max-width: 300px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.3;
}

#breadcrumb div a span.bc_title {
	text-decoration: underline;
}

#breadcrumb div a:hover span.bc_title {
	text-decoration: none;
}

#breadcrumb div span.bc_title * {
	margin: 0 !important;
	padding: 0 !important;
	display: inline !important;
	color: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	font-style: inherit !important;
	line-height: inherit !important;
	text-decoration: inherit !important;
}


/* =============================================
ページャー
============================================= */

.wp-pagenavi {
	margin-top: 38px;
	text-align: center;
	font-size: 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 12px;
	line-height: 1;
}

.wp-pagenavi span.pages {
	margin-right: 8px;
}

.wp-pagenavi span.extend {
	margin-left: 2px;
	margin-right: 2px;
}

.wp-pagenavi a,
.wp-pagenavi span.current {
	display: inline-block;
	border: solid 1px #CCCCCC;
	padding: 8px 0;
	margin-left: 2px;
	margin-right: 2px;
	width: 3em;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
	width: 3.8em;
}

.wp-pagenavi a.first,
.wp-pagenavi a.last {
	width: 3em;
}

.wp-pagenavi a.first {
	margin-right: 4px;
}

.wp-pagenavi a.last {
	margin-left: 4px;
}

.wp-pagenavi a {
	color: #707070;
	background-color: #FFFFFF;
	text-decoration: none;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	background-color: #333333;
	border-color: #333333;
	color: #FFFFFF;
}

.wp-pagenavi span.current {
	background-color: #737373;
	border-color: #737373;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	.wp-pagenavi span.pages + a {
		border-left: solid 1px #CCCCCC;
	}

	.wp-pagenavi a,
	.wp-pagenavi span {
		font-size: 11px;
	}

	.wp-pagenavi span.pages,
	.wp-pagenavi span.extend {
		display: none;
	}

	.wp-pagenavi a,
	.wp-pagenavi span.current,
	.wp-pagenavi a.nextpostslink,
	.wp-pagenavi a.previouspostslink,
	.wp-pagenavi a.first,
	.wp-pagenavi a.last {
		width: 3em;
	}

	.wp-pagenavi a,
	.wp-pagenavi span.current {
		border-left: none;
		padding: 10px 0;
		margin-left: 0;
		margin-right: 0;
	}

	.wp-pagenavi a.first {
		margin-right: 0;
	}

	.wp-pagenavi a.last {
		margin-left: 0;
	}
}


/* =============================================
キーワード検索
============================================= */

.search_box {
	position: relative;
}

.search_box input[type="text"],
.search_box input[type="search"] {
	padding: 0 51px 0 6px;
	height: 32px;
	font-size: 16px;
}

.search_box input[type="text"]:hover,
.search_box input[type="search"]:hover,
.search_box input[type="text"]:focus,
.search_box input[type="search"]:focus {
	border-color: #ccc;
	background-color: transparent;
}

.search_box .search_bt {
	position: absolute;
	top: 1px;
	right: 1px;
	border-left: 1px solid #ccc;
	background-color: #f5f5f5;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.search_box .search_bt .searchsubmit,
.search_box .search_bt .searchsubmit:hover {
	background-color: transparent;
}

.search_box .search_bt .searchsubmit {
	width: 44px;
	border: none;
	padding: 0;
	height: 30px;
	font-family: icon_set_v1 !important;
	speak: none !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	font-size: 19px;
}


/* =============================================
サイドバー 共通
============================================= */

#sidebar {
	width: 280px;
	min-width: 280px;
	margin-right: 40px;
}

@media only screen and (max-width: 1024px) {

	/*スマホのみ*/
	#sidebar {
		width: 100%;
		min-width: 100%;
		margin-right: 0;
		padding: 0 30px;
	}
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	#sidebar {
		width: auto;
		min-width: auto;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

#sidebar h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 0.08em;
}

#sidebar .side_bana {
	margin-bottom: 20px;
}

#sidebar .side_bana nav li {
	margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
	#sidebar .side_bana nav li {
		text-align: center;
	}
}

#sidebar .side_bana nav li:last-child {
	margin-bottom: 0;
}

#sidebar .side_menu_01 {
	margin-bottom: 20px;
}

#sidebar .side_menu_01 nav li {
	border-bottom: 1px solid #CCCCCC;
	list-style: none;
	position: relative;
}

#sidebar .side_menu_01 nav li:first-child {
	border-top: 1px solid #CCCCCC;
}

#sidebar .side_menu_01 nav li:before {
	position: absolute;
	font-family: icon_set_v1 !important;
	speak: none !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	content: '\e916';
	font-size: 13px;
	color: #a8a8a8;
	top: 50%;
	right: 10px;
	margin-top: -9px;
}

#sidebar .side_menu_01 nav li:hover:before {
	color: #484848;
}

#sidebar .side_menu_01 nav li a {
	padding-top: 18px;
	padding-right: 28px;
	padding-bottom: 18px;
	padding-left: 16px;
	text-decoration: none;
	display: block;
	font-size: 15px;
	color: #333333;
}

#sidebar .side_menu_01 nav li a:hover,
#sidebar .side_menu_01 nav li a.current {
	background-color: #EEEEEE;
}

#sidebar .side_menu_02 {
	margin-bottom: 20px;
}

#sidebar .side_menu_02 nav {
	border: 4px solid #d8d8d8;
}

#sidebar .side_menu_02 li {}

#sidebar .side_menu_02 li:last-child {}

#sidebar .side_menu_02 li a {
	padding: 22px 18px;
	text-decoration: none;
	display: block;
	font-size: 15px;
	border-bottom: 1px solid #d8d8d8;
}

#sidebar .side_menu_02 li:last-child a {
	border-bottom: none;
}

#sidebar .side_menu_02 li a:hover {
	background-color: #eee;
}

#sidebar .side_menu_03 {
	margin-bottom: 20px;
}

#sidebar .side_menu_03 h3 {
	margin-bottom: 4px;
}

#sidebar .side_menu_03 li a {
	text-decoration: none;
	display: block;
	font-size: 14px;
	border-bottom: 1px dashed #b9b9b9;
	padding: 18px 14px;
	background-color: #f7f7f7;
}

#sidebar .side_menu_03 li:last-child a {
	border-bottom: none;
}

#sidebar .side_menu_03 li a:hover {
	background-color: #eaeaea;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	#sidebar .side_menu_01,
	#sidebar .side_menu_03 {
		padding: 0 2.5%;
	}

	#sidebar .side_menu_02 {
		margin-left: 2.5%;
		margin-right: 2.5%;
	}

	#sidebar .side_menu_01 nav li a {
		font-size: 16px;
	}

	#sidebar .side_menu_02 li a {
		font-size: 16px;
	}

	#sidebar .side_menu_03 li a {
		font-size: 16px;
	}
}

#sidebar #side_info {
	border: 1px solid #CCCCCC;
	padding: 12px;
	margin-top: 24px;
}

#sidebar #side_info .side_name {
	font-size: 20px;
	line-height: 1.3;
}

#sidebar #side_info .side_name img {
	max-width: 100%;
	display: block;
	margin-bottom: 8px;
}

#sidebar #side_info .side_ph {
	margin-top: 6px;
}

#sidebar #side_info .side_ph img {
	width: 100%;
	height: auto;
}

#sidebar #side_info .side_adr {
	margin-top: 6px;
	font-size: 14px;
}

#sidebar #side_info .side_tel {
	font-size: 34px;
	position: relative;
	padding-left: 25px;
	letter-spacing: 0.01em;
	line-height: 1;
	margin-top: 6px
}

#sidebar #side_info .side_tel:before {
	position: absolute;
	font-family: icon_set_v1 !important;
	speak: none !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	content: '\e8f5';
	font-size: 25px;
	color: #333333;
	top: 50%;
	left: 2px;
	margin-top: -9px;
}

#sidebar #side_info .side_access {
	margin-top: 10px;
}

#sidebar #side_info .side_access a {
	background-color: #666666;
	color: #FFFFFF;
	text-align: center;
	padding: 2px 0;
	display: block;
	text-decoration: none;
	letter-spacing: 0.15em;
	position: relative;
	font-size: 13px;
}

#sidebar #side_info .side_access a:before {
	position: absolute;
	font-family: icon_set_v1 !important;
	speak: none !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	content: '\e932';
	font-size: 16px;
	color: #FFFFFF;
	top: 50%;
	left: 14px;
	margin-top: -9px;
}

#sidebar #side_info .side_access a:hover {
	background-color: #000000;
}

@media only screen and (max-width: 1024px) {
	#sidebar #side_info .side_ph {
		text-align: center;
	}

	#sidebar #side_info .side_ph img {
		width: auto;
	}

	#sidebar #side_info {
		width: 390px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/

	#sidebar #side_info .side_ph img {
		width: 100%;
	}

	#sidebar #side_info {
		border-left: none;
		border-right: none;
		width: 100%;
	}

	#sidebar #side_info .side_adr {
		font-size: 16px;
	}

	#sidebar #side_info .side_tel {
		font-size: 30px;
	}

	#sidebar #side_info .side_access a {
		font-size: 15px;
	}

	#sidebar #side_info .side_access a:before {
		margin-top: -7px;
	}
}


/* =============================================
サイドバー 物件
============================================= */

.widget_fudo_cat,
.widget_fudo_b_k,
.widget_fudo_b_c,
.widget_fudo_b_r,
.widget_fudo_r_k,
.widget_fudo_r_c,
.widget_fudo_r_r,
.widget_fudo_kaiin,
.widget_fudo_search,
#map_search {
	border: 2px solid #e7e7e7;
	margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	.widget_fudo_cat,
	.widget_fudo_b_k,
	.widget_fudo_b_c,
	.widget_fudo_b_r,
	.widget_fudo_r_k,
	.widget_fudo_r_c,
	.widget_fudo_r_r,
	.widget_fudo_kaiin,
	.widget_fudo_search,
	#map_search {
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
}


.widget_fudo_b_r h2,
.widget_fudo_r_r h2,
.widget_fudo_b_c h2,
.widget_fudo_r_c h2,
.widget_fudo_b_k h2,
.widget_fudo_r_k h2,
.widget_fudo_cat h2,
.widget_fudo_tag h2,
/*.widget_fudo_search h2,*/

.widget_fudo_kaiin h2,
#map_search h2 {
	text-align: center;
	padding: 6px 4px;
	letter-spacing: 0.08em;
	font-size: 15px;
	color: #FFF;
	background-color: #666;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	.widget_fudo_b_r h2,
	.widget_fudo_r_r h2,
	.widget_fudo_b_c h2,
	.widget_fudo_r_c h2,
	.widget_fudo_b_k h2,
	.widget_fudo_r_k h2,
	.widget_fudo_cat h2,
	.widget_fudo_tag h2,
	.widget_fudo_kaiin h2,
	#map_search h2 {
		font-size: 16px;
	}
}

.widget_con.no_border {
	border: none;
}

.widget_fudo_b_r ul,
.widget_fudo_r_r ul,
.widget_fudo_b_c ul,
.widget_fudo_r_c ul,
.widget_fudo_b_k ul,
.widget_fudo_r_k ul,
.widget_fudo_cat ul,
.widget_fudo_tag ul,
.widget_fudo_b_r form,
.widget_fudo_r_r form,
.widget_fudo_b_c form,
.widget_fudo_r_c form,
.widget_fudo_b_k form,
.widget_fudo_r_k form,
.widget_fudo_cat form,
.widget_fudo_tag form,
/*.widget_fudo_search form,*/

#map_search form {
	padding: 10px;
	display: block;
}

.widget_con.no_border ul {
	padding: 0;
}


/*物件キーワード検索*/

.widget_fudo_search {
	padding: 12px;
}

.widget_fudo_search h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}


/*物件数カウント*/

.widget_fudo_bukkensu {
	margin-bottom: 20px;
	border: 3px solid #cccccc;
}

.widget_fudo_bukkensu h2 {
	margin-bottom: 0;
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	padding: 5px 20px;
}

.widget_fudo_bukkensu .inner {
	padding: 8px 20px 9px 20px;
}

.widget_fudo_bukkensu .item_count {
	display: table;
	border-collapse: collapse;
	width: 100%;
}

.widget_fudo_bukkensu .item_count dl {
	display: table-row;
}

.widget_fudo_bukkensu .item_count dt,
.widget_fudo_bukkensu .item_count dd {
	display: table-cell;
	line-height: 1;
	padding: 5px 0;
	vertical-align: bottom;
}

.widget_fudo_bukkensu .item_count dt {
	font-weight: normal;
	text-align: left;
	width: 10em;
	font-size: 15px;
}

.widget_fudo_bukkensu .item_count dd {
	font-weight: normal;
	text-align: right;
}

.widget_fudo_bukkensu .item_count dd span {
	font-weight: bold;
	color: #cc1111;
	margin-right: 2px;
	font-size: 24px;
	letter-spacing: 0.04em;
}


@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	.widget_fudo_bukkensu {
		margin-left: 2.5%;
		margin-right: 2.5%;
	}

	.widget_fudo_bukkensu h2 {
		font-size: 19px;
	}

	.widget_fudo_bukkensu .item_count dt {
		font-size: 17px;
	}

	.widget_fudo_bukkensu .item_count dd span {
		font-size: 27px;
	}
}


/* =============================================
	条件検索
============================================= */

/*価格いったん非表示*/

#sidebar .search div.kakaku_b,
#sidebar .search div.chinryo_c {
	display: none;
}

#sidebar .search form select#shu:after {
	content: "必須";
}

#sidebar .search form div {
	margin-bottom: 14px;
}

#sidebar .search form #roseneki div.inner,
#sidebar .search form #chiiki div.inner {
	margin-bottom: 4px;
}

#sidebar .search form div span:first-child {
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin-bottom: 1px;
	margin-left: 0;
}

#sidebar .search form div div.inner_check li {
	font-weight: normal;
	font-size: 12px;
}

@media print,
screen and (min-width: 768px) {

	/*PCのみ*/
	#sidebar .search form div div.inner_check ul {
		padding: 0;
		margin: 0 0 0 -10px;
	}

	#sidebar .search form div div.inner_check li {
		display: inline-block;
		margin-left: 10px;
	}

	#sidebar .search form div div.inner_check li input[type="checkbox"] + span,
	#sidebar .search form div div.inner_check li input[type="radio"] + span {
		padding-left: 19px;
	}
}

#sidebar .search form div div.inner_check li input[type="checkbox"] + span:before {
	width: 14px;
	height: 14px;
	top: 2px;
	left: 1px;
}

#sidebar .search form div div.inner_check li input[type="radio"] + span:before {
	width: 14px;
	height: 14px;
	top: 3px;
	left: 1px;
}

#sidebar .search form div div.inner_check li input[type="checkbox"]:checked + span:after {
	top: 7px;
	left: 4px;
}

#sidebar .search form div div.inner_check li input[type="radio"]:checked + span:after {
	top: 6px;
	left: 4px;
	width: 8px;
	height: 8px;
}

#sidebar .search form #shubetsu {
	border: 4px solid #e2e2e2;
	padding: 6px 10px;
}

#sidebar .search form select {
	font-size: 13px;
}

#sidebar .search form input[type="submit"]#btn {
	display: block;
	width: 100%;
	border: none;
	background-color: #333;
	color: #FFF;
	margin-top: 16px;
	margin-bottom: 10px;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#sidebar .search form input[type="submit"]#btn:hover {
	background-color: #666;
}

#sidebar .search form input[type="submit"]#btn:disabled,
#sidebar .search form input[type="submit"]#btn[disabled] {
	background-color: #adadad;
	cursor: default;
}

#sidebar .search form .memseki select,
#sidebar .search form .kakakumap_c select,
#sidebar .search form .kakakumap_b select {
	width: auto;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	#sidebar .search form div span:first-child {
		font-size: 17px;
	}

	#sidebar .search form div div.inner_check ul {
		padding: 0;
		margin-top: -2px;
	}

	#sidebar .search form div div.inner_check ul li {
		margin-top: 4px;
		font-size: 16px;
	}

	#sidebar .search form div div.inner_check li input[type="checkbox"] + span:before {
		top: 14px;
		left: 11px;
	}

	#sidebar .search form div div.inner_check li input[type="radio"] + span:before {
		top: 14px;
		left: 12px;
	}

	#sidebar .search form div div.inner_check li input[type="checkbox"]:checked + span:after {
		top: 19px;
		left: 14px;
	}

	#sidebar .search form div div.inner_check li input[type="radio"]:checked + span:after {
		top: 17px;
		left: 15px;
	}

	#sidebar .search form select {
		font-size: 16px;
	}
}


/* 地域、路線検索 */

.widget_con li.cat-item:first-child,
.widget_con ul.children li.cat-item {
	border-top: none;
	padding-top: 0;
}

.widget_con ul.children {
	padding: 0;
}

.widget_con li.cat-item {
	border-top: 1px dotted #999999;
	list-style: none;
	padding: 10px 0;
}

.widget_con li.cat-item:last-child {
	padding-bottom: 0;
}

.widget_con li.cat-item a {
	font-size: 14px;
	display: block;
	text-decoration: none;
	padding: 4px 0 4px 18px;
	position: relative;
}

.widget_con li.cat-item a.current {
	font-weight: bold;
}

.widget_con li.cat-item a:hover {
	text-decoration: underline;
}

.widget_con li.cat-item a:after {
	position: absolute;
	font-family: icon_set_v1 !important;
	speak: none !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	content: '\e91e';
	font-size: 13px;
	color: #898989;
	top: 8px;
	left: 0;
}

.widget_con ul.children li.cat-item {
	padding: 0;
}

.widget_con ul.children li.cat-item a {
	padding: 2px 0 4px 26px;
}

.widget_con ul.children li.cat-item a:after {
	content: '\e912';
	font-size: 15px;
	color: #898989;
	top: 5px;
	left: 17px;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	.widget_con li.cat-item a:after {
		top: 9px;
	}

	.widget_con ul.children li.cat-item a:after {
		top: 7px;
	}
}



/* =============================================
サイドバー：会員登録・ログイン
============================================= */

#registration .widget_fudo_kaiin {
	display: none;
}

#registration.complete .widget_fudo_kaiin {
	display: block;
}

.widget_fudo_kaiin h2 {
	margin-bottom: 0;
}

.widget_fudo_kaiin .inner {
	padding: 12px;
}

.widget_fudo_kaiin .caution {
	padding: 8px 12px;
	font-size: 12px;
	background-color: #efefef;
	margin-bottom: 8px;
}

.widget_fudo_kaiin.widget_con form {
	padding: 0;
}

.widget_fudo_kaiin.widget_con #loginform ul,
.widget_fudo_kaiin.widget_con #repass ul {
	padding: 0;
}

.widget_fudo_kaiin.widget_con #loginform ul li,
.widget_fudo_kaiin.widget_con #repass ul li {
	margin-bottom: 6px;
}

.widget_fudo_kaiin.widget_con #loginform ul li label,
.widget_fudo_kaiin.widget_con #repass ul li label {
	display: block;
	font-size: 13px;
}

.widget_fudo_kaiin.widget_con #loginform ul li input {
	font-size: 16px;
}

.widget_fudo_kaiin.widget_con .error {
	font-size: 13px;
	color: #d00000;
	margin: 2px 0;
}

.widget_fudo_kaiin.widget_con #loginform .remember_login {
	margin-bottom: 8px;
}

.widget_fudo_kaiin.widget_con #loginform .remember_login label {
	font-size: 13px;
}

.widget_fudo_kaiin.widget_con #loginform .login_submit_bt,
.widget_fudo_kaiin.widget_con #repass .repass_submit_bt,
.widget_fudo_kaiin.widget_con #repass .disabled {
	margin-bottom: 12px;
}

.widget_fudo_kaiin.widget_con #loginform .login_submit_bt,
.widget_fudo_kaiin.widget_con #repass .repass_submit_bt {
	background-color: #0071bc;
}

.widget_fudo_kaiin.widget_con #loginform .login_submit_bt:hover,
.widget_fudo_kaiin.widget_con #repass .repass_submit_bt:hover {
	background-color: #0061a2;
}

.widget_fudo_kaiin.widget_con #loginform .login_submit_bt input[type="submit"],
.widget_fudo_kaiin.widget_con #repass .repass_submit_bt input[type="submit"],
.widget_fudo_kaiin.widget_con #repass .disabled {
	color: #fff;
	font-size: 14px;
	padding: 10px 10px;
	line-height: 1;
}

.widget_fudo_kaiin.widget_con #loginform .login_submit_bt input[type="submit"],
.widget_fudo_kaiin.widget_con #repass .repass_submit_bt input[type="submit"] {
	border: none;
	background-color: transparent;
	outline: none;
	width: 100%;
}

.widget_fudo_kaiin.widget_con #repass .disabled {
	text-align: center;
	letter-spacing: 0.1em;
	background-color: #ccc;
}

.widget_fudo_kaiin.widget_con #loginform .login_submit_bt {
	position: relative;
}

.widget_fudo_kaiin.widget_con #loginform .login_submit_bt:before {
	position: absolute;
	font-family: icon_set_v1 !important;
	speak: none !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	display: block;
	color: #fff;
	top: 50%;
	font-size: 13px;
	content: '\e929';
	left: 16px;
	margin-top: -12px;
}

.widget_fudo_kaiin.widget_con .kaiin_register,
.widget_fudo_kaiin.widget_con .logout_repass {
	font-size: 13px;
}

.widget_fudo_kaiin.widget_con .logout_repass {
	padding: 8px 0;
}

.widget_fudo_kaiin.widget_con .kaiin_register span.register a {
	position: relative;
	padding-left: 17px;
	display: inline-block;
}

.widget_fudo_kaiin.widget_con .kaiin_register span.register a:before {
	position: absolute;
	font-family: icon_set_v1 !important;
	speak: none !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	color: #333;
	top: 50%;
	font-size: 14px;
	content: '\e9ec';
	left: 0;
	margin-top: -8px;
}

.widget_fudo_kaiin.widget_con .kaiin_register span.register + span.lostpassword:before,
.widget_fudo_kaiin.widget_con .logout_repass span.repass_title:before {
	content: '｜';
	display: inline-block;
	margin-left: 4px;
	padding-right: 4px;
}

.widget_fudo_kaiin.widget_con .kaiin_register .lostpassword span.open-popup-link {
	text-decoration: underline;
	cursor: pointer;
}

.widget_fudo_kaiin.widget_con .kaiin_register .lostpassword span.open-popup-link:hover {
	text-decoration: none;
}

.widget_fudo_kaiin.widget_con .logout_repass span.logout_title {
	position: relative;
	padding-left: 16px;
}

.widget_fudo_kaiin.widget_con .logout_repass span.logout_title:before {
	position: absolute;
	font-family: icon_set_v1 !important;
	speak: none !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	color: #333;
	top: 50%;
	font-size: 14px;
	content: '\e995';
	left: 0;
	margin-top: -12px;
}

.widget_fudo_kaiin.widget_con .logout_repass span.repass_title {
	position: relative;
	padding-right: 17px;
}

.login_ok .widget_fudo_kaiin.widget_con .logout_repass span.repass_title {
	display: none;
}

.login_ok #repass {
	display: none !important;
}

.widget_fudo_kaiin.widget_con .logout_repass span.repass_title a {
	padding-left: 15px;
}

.widget_fudo_kaiin.widget_con .logout_repass span.repass_title a:after {
	position: absolute;
	font-family: icon_set_v1 !important;
	speak: none !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	content: '\e8de';
	font-size: 14px;
	top: 50%;
	left: 20px;
	margin-top: -12px;
}

.widget_fudo_kaiin.widget_con .logout_repass span.repass_title a.open:after {
	content: '\e8df';
}

.widget_fudo_kaiin.widget_con #repass .inner {
	padding-top: 0;
	margin-top: -10px;
}

.widget_fudo_kaiin.widget_con #repass #pass-strength-result {
	margin: 12px 0;
	padding: 3px 6px;
}

.widget_fudo_kaiin.widget_con .rpass_submit {
	margin: 0;
}

.widget_fudo_kaiin.widget_con input#pass1,
.widget_fudo_kaiin.widget_con input#pass2 {
	width: 98% !important;
	display: block;
}

.widget_fudo_kaiin.widget_con #repass {
	display: none;
}

.widget_fudo_kaiin.widget_con ul #repass {
	display: none;
}

.widget_fudo_kaiin.widget_con #repass .indicator-hint {
	margin: 10px 0;
}

.widget_fudo_kaiin.widget_con #pass-strength-result {
	background-color: #eee;
	border-color: #ddd !important;
	border-style: solid;
	border-width: 1px;
	margin: 5px 0;
	padding: 5px;
	text-align: center;
	width: auto;
	display: none;
}

.widget_fudo_kaiin.widget_con #pass-strength-result.bad {
	background-color: #ffb78c;
	border-color: #ff853c !important;
}

.widget_fudo_kaiin.widget_con #pass-strength-result.good {
	background-color: #ffec8b;
	border-color: #ffcc00 !important;
}

.widget_fudo_kaiin.widget_con #pass-strength-result.short {
	background-color: #ffa0a0;
	border-color: #f04040 !important;
}

.widget_fudo_kaiin.widget_con #pass-strength-result.strong {
	background-color: #c3ff88;
	border-color: #8dff1c !important;
}

.widget_fudo_kaiin.widget_con #repass div.hide-if-no-js + .rpass_submit .repass_submit_bt,
.widget_fudo_kaiin.widget_con #repass div.hide-if-no-js.mismatch + .rpass_submit .repass_submit_bt,
.widget_fudo_kaiin.widget_con #repass div.hide-if-no-js.short + .rpass_submit .disabled,
.widget_fudo_kaiin.widget_con #repass div.hide-if-no-js.bad + .rpass_submit .disabled,
.widget_fudo_kaiin.widget_con #repass div.hide-if-no-js.good + .rpass_submit .disabled,
.widget_fudo_kaiin.widget_con #repass div.hide-if-no-js.strong + .rpass_submit .disabled {
	display: none;
}

.widget_fudo_kaiin.widget_con #repass div.hide-if-no-js.short + .rpass_submit .repass_submit_bt,
.widget_fudo_kaiin.widget_con #repass div.hide-if-no-js.bad + .rpass_submit .repass_submit_bt,
.widget_fudo_kaiin.widget_con #repass div.hide-if-no-js.good + .rpass_submit .repass_submit_bt,
.widget_fudo_kaiin.widget_con #repass div.hide-if-no-js.strong + .rpass_submit .repass_submit_bt,
.widget_fudo_kaiin.widget_con #repass div.hide-if-no-js + .rpass_submit .disabled,
.widget_fudo_kaiin.widget_con #repass div.hide-if-no-js.mismatch + .rpass_submit .disabled {
	display: block;
}

.widget_fudo_kaiin.widget_con #repass .description {
	margin: 0;
	font-size: 12px;
}

.widget_fudo_kaiin.widget_con .login_success .login_comment {
	line-height: 1.5;
}

.widget_fudo_kaiin.widget_con .login_success .login_comment span {
	display: block;
	font-weight: bold;
}


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

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	#footer_wrap {
		display: flex;
		flex-direction: column-reverse;
	}
}

footer {
	padding-top: 16px;
	background-color: #E7E7E7;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	/*footerFixed.jsを無効にする*/
	footer {
		position: static !important;
		top: auto !important;
		padding-top: 0;
	}
}

#footer_con {
	padding-bottom: 14px;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	/*footerFixed.jsを無効にする*/
	#footer_con {
		padding: 24px 20px;
	}
}

footer #footer_menu {
	min-height: 100px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	#footer_menu {
		display: none;
	}
}

footer nav {
	font-size: 0;
	margin-left: -24px;
	margin-top: -12px;
}

footer nav li ul {
	display: inline;
}

footer nav li {
	display: inline-block;
	font-size: 12px;
	margin-left: 24px;
	margin-top: 12px;
	position: relative;
	z-index: 0;
}

footer nav li:before {
	font-family: icon_set_v1 !important;
	speak: none !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	content: '\e912';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
	font-size: 12px;
	color: #333;
	z-index: -1;
}

footer nav li a {
	text-decoration: none;
	padding-left: 9px;
}

footer nav li a:hover {
	text-decoration: underline;
}

footer .f_s {
	font-size: 12px;
	margin-bottom: 20px;
	color: #656565;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	footer .f_s {
		display: none;
	}
}

footer #copy {
	font-size: 12px;
	text-align: center;
}

footer #footer_s_link {
	text-align: center;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	#footer_s_link {
		display: none;
	}
}

footer #footer_s_link a {
	font-size: 11px;
	display: inline-block;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
	color: #919191;
	line-height: 1;
}

footer #footer_s_link a:hover {
	text-decoration: underline;
}

@media print,
screen and (min-width: 768px) {

	/*PCのみ*/
	#pagetop {
		display: none;
	}

	#pagetop a {
		position: fixed;
		bottom: 24px;
		right: 24px;
		background-color: #535353;
		display: block;
		border-radius: 50%;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		transition: all 0.3s ease;
		text-decoration: none;
	}

	#pagetop a:hover {
		bottom: 29px;
		background-color: #000;
	}

	#pagetop a span {
		position: relative;
		display: block;
		width: 60px;
		height: 60px;
	}

	#pagetop a span:before {
		position: absolute;
		font-family: icon_set_v1 !important;
		speak: none !important;
		font-style: normal !important;
		font-weight: normal !important;
		font-variant: normal !important;
		text-transform: none !important;
		line-height: 1 !important;
		-webkit-font-smoothing: antialiased !important;
		-moz-osx-font-smoothing: grayscale !important;
		content: '\e917';
		font-size: 16px;
		color: #FFF;
		top: 50%;
		left: 50%;
		margin-top: -12px;
		margin-left: -6px;
		text-indent: 0;
	}
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	#pagetop {
		margin-bottom: 0;
		/*display: block !important;*/
		/*opacity: 1 !important;*/
	}

	#pagetop a {
		height: 24px;
		background-color: #333;
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		position: relative;
	}

	#pagetop a:before {
		position: absolute;
		font-family: icon_set_v1 !important;
		speak: none !important;
		font-style: normal !important;
		font-weight: normal !important;
		font-variant: normal !important;
		text-transform: none !important;
		line-height: 1 !important;
		-webkit-font-smoothing: antialiased !important;
		-moz-osx-font-smoothing: grayscale !important;
		content: '\e917';
		font-size: 14px;
		color: #FFF;
		top: 50%;
		left: 50%;
		margin-top: -8px;
		margin-left: -6px;
		text-indent: 0;
	}
}


/* =============================================
検索結果
============================================= */

.search_result_number em {
	font-size: 22px;
	font-weight: bold;
	margin-right: 2px;
}

.no_post {
	margin-top: 46px;
}



/* =============================================
パスワード保護
============================================= */

.password_protected form.post_password .inner {
	margin-top: 20px;
}

.password_protected form.post_password .post_password_input {
	width: 14em;
}

.password_protected form.post_password .post_password_submit {
	background-color: #4C4C4C;
	color: #fff;
	border: none;
	padding: 6px 12px;
	margin-left: 8px;
}

.password_protected form.post_password .post_password_submit:hover {
	background-color: #333;
}

#main .post_content p.password_protected_post {
	position: relative;
	background-color: #7b7b7b;
	display: inline-block;
	color: #fff;
	padding: 8px 10px 8px 26px;
	font-size: 13px;
	line-height: 1;
}

#main .post_content p.password_protected_post:before {
	position: absolute;
	font-family: icon_set_v1 !important;
	speak: none !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	top: 50%;
	content: '\e929';
	font-size: 13px;
	left: 11px;
	margin-top: -8px;
}




/* ============================================================
カスタマイズ
============================================================ */
/* ================================================
Base
=================================================== */
body {
	color: #454545;
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 500;
	}
#container {
	background: #f0eeec url(../img/bg01.png) repeat 0 0;
	}



/* ================================================
Header
=================================================== */
/* ＞1260 --------------------------- */
@media screen and (max-width: 1260px) {

	#header_con {
		padding-left: 0;
		padding-right: 0;
		}
	#header_con > .inner {
		max-width: 1200px;
		padding: 0;
		}

} /* end ＞1260 */
/* 1025＜ --------------------------- */
@media print,
screen and (min-width: 1025px) {

	header {
		background-color: #fff;
		}
	#header_con > .inner {
		padding: 0 0 15px;
		margin-bottom: 0;
		display: flex;
		}

	/* ロゴ */
	#header_con #site_name {
		width: 353px;
		padding-left: 15px;
		display: block;
		}
	#header_con #site_name p {
		width: 100%;
		max-width: 338px;
		padding-right: 0;
		position: relative;
		top: -6px;
		}
	#header_con #site_name a {
		transition: 0.3s;
		}
	#header_con #site_name a:hover {
		opacity: 0.7;
		}
	#header_con #site_name img {
		max-height: none;
		}

	/* header_description */
	#top header #header_top h1#header_description,
	header #header_top p#header_description {
		width: 100%;
		max-width: 1200px;
		padding-top: 12px;
		padding-right: 220px;
		margin: 0 auto;
		display: block;
		color: #4e9248;
		font-size: 12px;
		font-family: fot-tsukuardgothic-std, sans-serif;
		font-weight: 700;
		text-align: right;
		}

	/* header_info */
	#header_info {
		width: calc(100% - 353px);
		height: 52px;
		padding-right: 100px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: relative;
		}

	/* TEL */
	#header_info .tel {
		padding: 3px 18px 3px 30px;
		margin-right: 18px;
		border-right: 1px solid #4e9248;
		color: #083204;
		font-size: 33px;
		font-family: fot-tsukuardgothic-std, sans-serif;
		font-weight: 700;
		}
	#header_info .tel:before {
		width: 20px;
		height: 20px;
		padding-top: 20px;
		overflow: hidden;
		left: 0;
		background: url(../img/icn_tel01.png) no-repeat 0 0 / contain;
		}
	#header_info .tel a {
		color: #083204;
		text-decoration: none;
		}

	/* 営業時間 */
	#header_info #opening_hours_closed {
		padding-top: 6px;
		color: #083204;
		font-size: 12px;
		}
	#header_info #opening_hours_closed p {
		display: block;
		text-align: left;
		}
	#header_info #opening_hours_closed p.closed {
		margin-left: 0;
		}

	/* お問い合わせ */
	#header_info .inquiry a {
		width: 66px;
		height: 66px;
		padding-top: 66px;
		margin: auto;
		display: block;
		overflow: hidden;
		position: absolute;
		top: -30px;
		bottom: 0;
		right: 15px;
		background-color: #9dbc3f;
		border-radius: 50%;
		transition: 0.3s;
		}
	#header_info .inquiry a:hover {
		background-color: #bad078;
		}
	#header_info .inquiry a::before {
		width: 30px;
		height: 20px;
		margin: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: url(../img/icn_mail01.png) no-repeat 0 0 / contain;
		content: '';
		}

	/* 他言語 */
	#gNavi_hamburgerMenu .lang {
		display: none;
		}
	#header_info .lang {
		position: absolute;
		top: -33px;
		right: 100px;
		}
	#header_info .lang a {
		padding: 5px 24px 4px 34px;
		display: block;
		position: relative;
		border: 1px solid #8bb788;
		border-radius: 9999px;
		transition: 0.3s;
		color: #4e9248;
		font-size: 11px;
		font-weight: 700;
		text-decoration: none;
		}
	#header_info .lang a:hover {
		background-color: #ecf3eb;
		}
	#header_info .lang a::before,
	#header_info .lang a::after {
		margin: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		content: '';
		}
	#header_info .lang a::before {
		width: 19px;
		height: 19px;
		left: 6px;
		background: url(../img/icn_lang.png) no-repeat 0 0 / contain;
		}
	#header_info .lang a::after {
		width: 5px;
		height: 5px;
		right: 9px;
		border-top: 1px solid #4e9248;
		border-right: 1px solid #4e9248;
		transform: rotate(45deg);
		}

	/* gNavi_hamburgerMenu */
	#gNavi_hamburgerMenu {
		margin-bottom: 0;
		z-index: 2;
		position: relative;
		background-color: transparent;
		}
	#gNavi_hamburgerMenu nav {
		max-width: 1230px;
		}
	#gNavi_hamburgerMenu nav ul {
		background-color: #fff;
		border-radius: 0 0 12px 12px;
		border-right: none;
		transition: 0.3s;
		}
	#gNavi_hamburgerMenu nav li {
		border-left: none;
		}
	#gNavi_hamburgerMenu nav li a {
		height: 82px;
		padding: 45px 0 0;
		position: relative;
		transition: 0.3s;
		color: #083204;
		font-size: 15.5px;
		font-family: fot-tsukuardgothic-std, sans-serif;
		font-weight: 700;
		}
	#gNavi_hamburgerMenu nav li a:hover {
		background-color: transparent;
		color: #4e9248;
		}
	#gNavi_hamburgerMenu nav li a.current {
		background-color: transparent;
		}
	#gNavi_hamburgerMenu nav li a::before {
		width: 46px;
		height: 28px;
		margin: auto;
		display: block;
		position: absolute;
		top: 3px;
		left: 0;
		right: 0;
		content: '';
		}
	#gNavi_hamburgerMenu nav li.li01 a::before {
		background: url(../img/icn01.png) no-repeat center center / 19px 26px;
		}
	#gNavi_hamburgerMenu nav li.li02 a::before {
		background: url(../img/icn02.png) no-repeat center center / 23px 24px;
		}
	#gNavi_hamburgerMenu nav li.li03 a::before {
		background: url(../img/icn03.png) no-repeat center center / 33px 25px;
		}
	#gNavi_hamburgerMenu nav li.li04 a::before {
		background: url(../img/icn04.png) no-repeat center center / 27px 28px;
		}
	#gNavi_hamburgerMenu nav li.li05 a::before {
		background: url(../img/icn05.png) no-repeat center center / 20px 28px;
		}
	#gNavi_hamburgerMenu nav li.li06 a::before {
		background: url(../img/icn06.png) no-repeat center center / 46px 17px;
		}
	#gNavi_hamburgerMenu nav li.li07 a::before {
		background: url(../img/icn07.png) no-repeat center center / 27px 28px;
		}

} /* end 1025＜ */
/* ＞1024 --------------------------- */
@media screen and (max-width: 1024px) {

	body.header_fixed header #header_con,
	body.open header #header_con {
		height: 40px;
		overflow: visible;
		border-bottom: none;
		}

	/* ロゴ */
	header #site_name {
		margin: 0;
		}

	/* 問い合わせアイコン */
	#header_info .inquiry a:before,
	#header_info .inquiry span:before {
		color: #3e8738;
		}

	/* Hamburgerアイコン */
	#hamburgerIcon span {
		background-color: #3e8738;
		}

	/* Hamburgerメニュー */
	#gNavi_hamburgerMenu .layer {
		z-index: 9999;
		top: 40px;
		}
	#gNavi_hamburgerMenu nav {
		z-index: 9999;
		top: 40px;
		background-color: #ecf3eb;
		}
	#gNavi_hamburgerMenu ul {
		border-top: 1px solid #c5dbc4;
		}
	#gNavi_hamburgerMenu li a {
		color: #083204;
		border-bottom-color: #c5dbc4;
		}
	#gNavi_hamburgerMenu li a:before {
		right: 15px;
		color: #3e8738;
		}
	#gNavi_hamburgerMenu li.ico a {
		padding-left: 38px;
		}
	#gNavi_hamburgerMenu li.ico a:after {
		left: 14px;
		color: #3e8738;
		}
	#gNavi_hamburgerMenu li.hm_tel a {
		background-color: #d8e7d7;
		}

	/* 他言語 */
	#header_info .lang {
		display: none;
		}
	#gNavi_hamburgerMenu .lang {
		width: 100%;
		padding: 9px 3%;
		}
	#gNavi_hamburgerMenu .lang a {
		width: 30%;
		min-width: 110px;
		padding: 5px 12px 4px 34px;
		margin: 0 0 0 auto;
		display: block;
		position: relative;
		background-color: #fff;
		border: 1px solid #8bb788;
		border-radius: 9999px;
		color: #4e9248;
		font-size: 11px;
		font-weight: 700;
		text-decoration: none;
		}
	#gNavi_hamburgerMenu .lang a::before,
	#gNavi_hamburgerMenu .lang a::after {
		margin: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		content: '';
		}
	#gNavi_hamburgerMenu .lang a::before {
		width: 19px;
		height: 19px;
		left: 6px;
		background: url(../img/icn_lang.png) no-repeat 0 0 / contain;
		}
	#gNavi_hamburgerMenu .lang a::after {
		width: 5px;
		height: 5px;
		right: 9px;
		border-top: 1px solid #4e9248;
		border-right: 1px solid #4e9248;
		transform: rotate(45deg);
		}



} /* end ＞1024 */
/* 768＜1230 --------------------------- */
@media (min-width: 768px) and (max-width: 1230px) {

	#gNavi_hamburgerMenu nav ul {
		border-radius: 0;
		}

} /* end 768＜1230 */




/* ============================================================
Sidebar（共通）
============================================================ */
/* side_bnr01, side_bnr02 */
#sidebar .side_bnr01,
#sidebar .side_bnr02 {
	margin-bottom: 24px;
	}
#sidebar .side_bnr01 li:not(:first-of-type),
#sidebar .side_bnr02 li:not(:first-of-type) {
	margin-top: 12px;
	}
#sidebar .side_bnr01 a {
	height: 70px;
	padding: 20px 0 0 90px;
	display: block;
	position: relative;
	background-color: #fff;
	border-radius: 9999px;
	transition: 0.3s;
	color: #083204;
	font-size: 17.5px;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-decoration: none;
	}
#sidebar .side_bnr01 li a::before {
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	content: '';
	}
#sidebar .side_bnr01 li.bnr_sell a::before {
	width: 33px;
	height: 25px;
	left: 30px;
	background: url(../img/icn03.png) no-repeat 0 0 / contain;
	}
#sidebar .side_bnr01 li.bnr_loan a::before {
	width: 24px;
	height: 32px;
	left: 34px;
	background: url(../img/icn08.png) no-repeat 0 0 / contain;
	}
#sidebar .side_bnr01 li.bnr_voice a::before {
	width: 41px;
	height: 27px;
	left: 30px;
	background: url(../img/icn09.png) no-repeat 0 0 / contain;
	}
#sidebar .side_bnr02 a {
	height: 70px;
	padding-top: 70px;
	display: block;
	overflow: hidden;
	border-radius: 6px;
	transition: 0.3s;
	}
#sidebar .side_bnr02 li.bnr_athome a {
	background: #fff url(../img/logo_athome.png) no-repeat center center / 130px auto;
	}
#sidebar .side_bnr02 li.bnr_suumo a {
	background: #fff url(../img/logo_suumo.png) no-repeat center center / 118px auto;
	}
#sidebar .side_bnr01 a:hover,
#sidebar .side_bnr02 a:hover {
	opacity: 0.7;
	}

/* 会社情報 */
#sidebar #side_info {
	padding: 18px 12px;
	background-color: #fff;
	border: none;
	}
#sidebar #side_info .side_name {
	padding: 0 6px;
	}
#sidebar #side_info .side_name img {
	margin-left: auto;
	margin-right: auto;
	}
#sidebar #side_info .side_adr {
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	}
#sidebar #side_info .side_tel {
	padding-left: 0;
	color: #083204;
	font-size: 27px;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	text-align: center;
	}
#sidebar #side_info .side_tel:before {
	width: 16px;
	height: 16px;
	padding-top: 16px;
	margin-right: 12px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	background: url(../img/icn_tel01.png) no-repeat 0 0 / contain;
	}
#sidebar #side_info .side_tel .tel_link a {
	text-decoration: none;
	}
#sidebar #side_info .side_access a {
	padding: 4px 0 3px;
	background-color: #3e8738;
	border-radius: 9999px;
	transition: 0.3s;
	font-size: 14px;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	}
#sidebar #side_info .side_access a:hover {
	background-color: #659f60;
	}

/* 1025＜ --------------------------- */
@media print,
screen and (min-width: 1025px) {

	body>div:not(#top) #sidebar {
		padding-top: 30px;
		}

} /* end 1025＜ */
/* ＞1024 --------------------------- */
@media screen and (max-width: 1024px) {

	#sidebar {
		width: 100%;
		min-width: auto;
		padding: 60px 9% 0;
		border-top: 1px solid #c5dbc4;
		}
	#sidebar .inner {
		max-width: 360px;
		margin: 0 auto;
		}

	/* 会社情報 */
	#sidebar #side_info {
		width: auto;
		}
	#sidebar #side_info .side_ph img {
		max-width: 100%;
		}

} /* end ＞1024 */



/* ============================================================
Sidebar（物件）
============================================================ */
/* 掲載物件数 */
#sidebar .widget_fudo_bukkensu {
	background-color: #fff;
	border: 1px solid #c5dbc4;
	}
#sidebar .widget_fudo_bukkensu h2 {
	padding: 7px 20px 6px;
	background-color: #ecf3eb;
	border: none;
	color: #083204;
	font-size: 16px;
	font-weight: 600;
	}
.widget_fudo_bukkensu .item_count dd span {
	color: #ed6b4d;
	}

/* ウィジェット調整 */
.widget_fudo_cat,
.widget_fudo_b_k,
.widget_fudo_b_c,
.widget_fudo_b_r,
.widget_fudo_r_k,
.widget_fudo_r_c,
.widget_fudo_r_r,
.widget_fudo_kaiin,
.widget_fudo_search,
#map_search {
	margin-left: 0;
	margin-right: 0;
	background-color: #fff;
	border: 1px solid #c5dbc4;
	}
.widget_fudo_b_r h2,
.widget_fudo_r_r h2,
.widget_fudo_b_c h2,
.widget_fudo_r_c h2,
.widget_fudo_b_k h2,
.widget_fudo_r_k h2,
.widget_fudo_cat h2,
.widget_fudo_tag h2,
.widget_fudo_kaiin h2,
#map_search h2 {
	background-color: #3e8738;
	color: #fff;
	font-weight: 600;
	}
.widget_con li.cat-item a {
	padding-left: 22px;
	}
.widget_con li.cat-item a:after {
	color: #3e8738;
	}
.widget_con ul.children li.cat-item a {
	padding-left: 30px;
	}
#sidebar input,
#sidebar select {
	background-color: #fff;
	border-color: #c5dbc4;
	}

/* 物件条件検索 */
#sidebar .search form #shubetsu {
	border-color: #c5dbc4;
	}
#sidebar .search form select {
	width: 100%;
	max-width: 360px;
	border-color: #c5dbc4;
	}
#sidebar .search form input[type="submit"]#btn {
	background-color: #3e8738;
	transition: 0.3s;
	}
#sidebar .search form input[type="submit"]#btn:hover {
	background-color: #659f60;
	}
#sidebar .search form input[type="submit"]#btn:disabled,
#sidebar .search form input[type="submit"]#btn[disabled],
#sidebar .search form input[type="submit"]#btn:disabled:hover,
#sidebar .search form input[type="submit"]#btn[disabled]:hover {
	background-color: #8bb788;
	}

/* 物件キーワード検索 */
.widget_fudo_search h2 {
	color: #083204;
	font-weight: 600;
	}
.search_box .search_bt {
	top: 0px;
	right: 0px;
	border-left: none;
	text-align: center;
	}
#sidebar .search_box .search_bt .searchsubmit {
	height: 32px;
	background-color: #3e8738;
	border: 1px solid #3e8738;
	border-radius: 0 3px 3px 0;
	transition: 0.3s;
	color: #fff;
	font-weight: bold !important;
	}
#sidebar .search_box .search_bt .searchsubmit:hover {
	background-color: #659f60;
	border-color: #659f60;
	color: #fff;
	}

/* 物件カテゴリー */
.widget_con li.cat-item {
	border-top: 1px solid #c5dbc4;
	}

/* ＞1024 --------------------------- */
@media screen and (max-width: 1024px) {

	/* 掲載物件数 */
	#sidebar .widget_fudo_bukkensu {
		margin-left: 0;
		margin-right: 0;
		}
	#sidebar .widget_fudo_bukkensu h2 {
		font-size: 16px;
		}
	.widget_fudo_bukkensu .item_count dt {
		font-size: 14px;
		}

	/* ウィジェット調整 */
	.widget_fudo_b_r h2,
	.widget_fudo_r_r h2,
	.widget_fudo_b_c h2,
	.widget_fudo_r_c h2,
	.widget_fudo_b_k h2,
	.widget_fudo_r_k h2,
	.widget_fudo_cat h2,
	.widget_fudo_tag h2,
	.widget_fudo_kaiin h2,
	#map_search h2 {
		font-size: 15px;
		}

	/* 物件条件検索 */
	#sidebar .search form div span:first-child {
		font-size: 15px;
		}
	#sidebar .search form select {
		font-size: 14px;
		}
	input[type="checkbox"] + span,
	input[type="radio"] + span {
		background-color: #ecf3eb;
		font-size: 14px;
		}
	input[type="checkbox"]:checked + span, input[type="radio"]:checked + span {
		background-color: #d8e7d7;
		}
	#sidebar .search form div div.inner_check li input[type="checkbox"] + span:before {
		top: 12px;
		}
	#sidebar .search form div div.inner_check li input[type="checkbox"]:checked + span:after {
		top: 17px;
		}

} /* end ＞1024 */



/* ============================================================
Pagetop
============================================================ */
#pagetop {
	position: relative;
	z-index: 9998;
	}
#pagetop a {
	z-index: 1;
	background-color: #083204;
	border-radius: 50%;
	}
#pagetop a span {
	display: block;
	overflow: hidden;
	}

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

	#pagetop a {
		width: 60px;
		height: 60px;
		bottom: 30px;
		right: 30px;
		}
	#pagetop a:hover {
		bottom: 36px;
		background-color: #395b36;
		}
	#pagetop a span {
		width: 60px;
		height: 60px;
		padding-top: 60px;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	#pagetop {
		width: 48px;
		height: 48px;
		display: none;
		position: fixed;
		bottom: 12px;
		right: 12px;
		}
	#pagetop a {
		width: 48px;
		height: 48px;
		}
	#pagetop a span {
		width: 48px;
		height: 48px;
		padding-top: 48px;
		}

} /* end ＞767 */



/* ============================================================
Footer
============================================================ */
footer {
	padding: 45px 0 30px;
	background: #3e8738 url(../img/bg02.png) repeat 0 0;
	}
footer nav li:before,
footer nav li a {
	color: #fff;
	}
footer .f_s,
footer #copy {
	color: #fff;
	}
footer #footer_s_link a {
	color: #9ec49a;
	}



/* ============================================================
Contents
============================================================ */
/* h1 */
#main h1.title {
	width: 100%;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	color: #083204;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	}
/* h2 */
#main h2 {
	color: #083204;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	letter-spacing: 0.03em;
	}
/* h3 */
#main h3 {
	color: #083204;
	font-weight: 600;
	}
/* h4 */
#main h4 {
	color: #083204;
	font-weight: 600;
	}

/* 1025＜ --------------------------- */
@media print,
screen and (min-width: 1025px) {

	body>div:not(#top) #gNavi_hamburgerMenu {
		position: relative;
		}
	body>div:not(#top) #gNavi_hamburgerMenu::after {
		width: 100%;
		height: 270px;
		display: block;
		z-index: -1;
		position: absolute;
		top: 0;
		background: #eae5e1 url(../img/bg03.png) repeat 0 0;
		content: '';
		}
	body>div:not(#top) #content {
		padding-top: 188px;
		position: relative;
		}
	body>div:not(#top) #main {
		padding-top: 30px;
		}
	/* h1 */
	#main h1.title {
		height: 188px;
		margin: auto;
		z-index: 2;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		font-size: 33px;
		text-align: center;
		}

} /* end 1025＜ */
/* 768＜1024 --------------------------- */
@media (min-width: 768px) and (max-width: 1024px) {

	body>div:not(#top) #main {
		padding-top: 144px;
		position: relative;
		}
	/* h1 */
	#main h1.title {
		height: 135px;
		margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background: #eae5e1 url(../img/bg03.png) repeat 0 0;
		border-radius: 0;
		font-size: 27px;
		}

} /* end 768＜1024 */
/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

	/* h2 */
	#main h2 {
		font-size: 29px;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	#main_content > .wrapper {
		padding: 0 6%;
		}

	/* breadcrumb */
	#breadcrumb {
		padding: 0 6%;
		}

	/* h1 */
	#main h1.title {
		height: 135px;
		margin-bottom: 9px;
		background: #eae5e1 url(../img/bg03.png) repeat 0 0;
		border-radius: 0;
		font-size: 21px;
		}
	/* h2 */
	#main h2 {
		font-size: 24px;
		line-height: 1.5;
		}

} /* end ＞767 */
