@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
fieldset {
	border-width: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
}
button {
	font-weight: 500;
	outline: none;
	background-color: #000;
	color: #fff;
	padding: 1em 4em;
	border: none;
	border-radius: 0.2em;
}
button.ss {
	padding: 0.25em 0.75em;
}
button:disabled:hover {
	background-color: #000;
	cursor: default;
}
button:hover {
	background-color: #D70000;
	cursor: pointer;
}
button:disabled {
	opacity: 0.5;
}
select {
	outline: none;
	text-indent: 0.01px;
	text-overflow: '';
	background-color: #fff;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	padding: 0.25em;
	border: 1px solid #111;
	border-radius: 0.25em;
}
select option {
	background-color: #fff;
	color: #333;
	border: none;
}
select::-ms-expand {
	border: none;
	background-color: transparent;
}
select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #828c9a;
}
body {
	font-size: 0.9375rem;
	letter-spacing: 0.01em;
	line-height: 1.22;
	font-family: "Noto Sans JP","Yu Gothic",YuGothic,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
	/*font-family: a-otf-gothic-bbb-pr6n, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;*/
    /*font-family: "ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"游ゴシック体","Yu Gothic",YuGothic,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
    /*font-family: HiraKakuPro-W3, "Hiragino Sans", 游ゴシック, "Yu Gothic", sans-serif;*/
	font-weight: 500;
	font-style: normal;
	color: #333;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
}
/*IE11*/
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, body {
		font-family: Verdana, "メイリオ", Meiryo, sans-serif;
	}
}
/*IE10以降*/
@media all and (-ms-high-contrast:none) {
	body {
		font-family: Verdana, "メイリオ", Meiryo, sans-serif;
	}
}
a {
	text-decoration: none;
	color: #D70000;
}
a:hover {
	text-decoration: none;
	border: none;
	color:  #fd9494;
	outline: none;
	background: none;
}
.center {
	text-align: center
}
.right {
	text-align: right
}
.left {
	text-align: left
}
.text_ss {
	font-size: 0.75em;
}
.fc-bule{
	color: #D70000;
}
.fc-gray{
	color: #2d3956;
}
.fc-pink{
	color: #D70000;
}
section {
	padding: 20px 0 30px 0;
}
.container {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 50px;
	display: block;
	overflow: hidden;
	box-sizing: content-box;
}
.contents-box {
	max-width: 960px;
	margin: auto;
}
.hd_container {
	margin: 0 auto;
	padding: 0 0 0 30px;
	display: block;
	overflow: hidden;
	box-sizing: content-box;
}

b, strong {
	font-weight: 800;
}
p {
	margin: 1em 0 1.5em 0;
	font-size: 1.0em;
	line-height: 1.6em;
	text-align: center;
}

/*　768px　*/
@media only screen and (max-width: 768px) {
	.hd_container {
		padding: 0;
        margin: 0 auto;
        text-align: center;
		font-size: 90%;
	}
	.container {
		padding: 0 15px;
		font-size: 90%;
	}
	.contents-box p br {
		display: none;
	}
}
.bar {
	background-color: #FFF;
	color: #D70000;
	line-height: 1.8;
}

/*---------------------------------
ボタン お知らせ 一覧を見る 〇
---------------------------------*/
a.btn_list {
	font-weight: 700;
	color: #D70000;
	border: 2px solid #D70000;
	text-decoration: none;
	padding: 0.5em 1em;
	border-radius: 1.2em;
	line-height: 1;
	margin-top: 0;
	background: #fff;
	display: block;
}
a.btn_list:hover, a.btn_list_s_R:hover, a.btn_list_s_S:hover {
	color: #D70000;
	background: #fff;
}
a.btn_list_s_R {
	font-weight: 700;
	color: #D70000;
	border: 2px solid #D70000;
	text-decoration: none;
	float: right;
	padding: 0.5em 1em;
	margin: 0 5px;
	border-radius: 1.2em;
	line-height: 1;
	margin-top: 0;
	background: #fff;
}
a.btn_list_s_S {
	font-weight: normal;
	color: #fff;
	border: 2px solid #D70000;
	text-decoration: none;
	padding: 0.5em 1em;
	margin: 0 2px;
	border-radius: 6px;
	line-height: 1;
	margin-top: 0;
	background: #D70000;
	float: none;
}
/*---------------------------------
ヘッダー
---------------------------------*/
header {
	background-color: #FFFFFF;
}
.wrap {}
.wrap.header-fixed header {
	width: 100%;
	position: fixed;
	z-index: 10;
	top: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.50);
}
.wrap.header-fixed {
	padding-top: 90px;
}
.header-sizing {
	height: 90px;
}
.header-main {
	padding: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: block;
}
/*---------------------------------
ヘッダーメニュー固定
---------------------------------*/
.header-main.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.75);
}
.header-main .logo-box {
	display: inline-block;
}
.header-main .logo {
	display: flex;
	margin: 0;
	padding: 0;
	margin-right: 1em;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	height: 90px;
}
.header-main .logo {}
.header-main .logo a {
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-main .logo a img {
	width: 100%;
	height: auto;
}
.header-main .logo a .logotext {
	max-width: 240px;
	padding: 0
}
/*---------------------------------
ヘッダーinfo
---------------------------------*/
.header-info-box {
    padding: 0;
    margin: 0.75em 0.75em 0.5em 0.5em;
    float: right;
}    
.header-info-item {
    font-size: 0.75em;
    text-align: center;
    padding: 0;
    margin: 0 0.75em 0 0;
    float: left;
}
.header-info-item a {
    color: #D70000;
}
.header-info-item a:hover {
    color: #D70000;
}
.header-info-free {
    font-size: 1.85em;
    font-weight: 800;
}
.header-info-tel {   
}
.header-info-time {
	font-weight: 600;
}
header i {
    position: relative;
    top: -0.1em;
    margin-right: 0.5em;
    color: #D70000;
    font-size: 20px;
}
header i.wh {
    position: relative;
    top: 0;
    margin-right: 0.5em;
    color: #fff;
    font-size: 18px;
}

@media only screen and (max-width: 1024px){
    .header-info-box {
    float: none;
    margin: 0 auto;
     text-align: center;
}
    .header-info-item {
    float: none;
    margin: 0 auto;
     text-align: center;
}
    header i {
    font-size: 16px;
}
    .header-info-free {
    font-size: 20px;
}
	.header-info-time {
    display: none;
}
  header i.wh {
    color: #D70000;
    font-size: 28px;
    margin: 0;
}
}
/*---------------------------------
ヘッダーメニュー
---------------------------------*/
.header-menu {
	font-weight: 600;
	margin: 0;
	padding: 0;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	float: right;
}
.header-menu-item {
	position: relative;
	box-sizing: border-box;
	margin: 0 20px 0 0;
	padding: 0;
	font-size: 1.2em;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	transition: .3s;
	color: #000C2E;
	text-decoration: none;
	line-height: 3;
}
.header-menu-item a:hover {
	color: #D70000;
}
.header-menu-item a {
	color: #1F1F1F;
	text-decoration: none;
}
.header-menu-item::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 4px;
	background-color: #D70000;
	transition: .3s;
	transform: translateX(-50%);
    border-radius: 3px;
}
.header-menu-item:hover::after {
	width: 100%;
}
#menu-btn {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
    width: 60px;
    height: 60px;
    padding: 12px;
    box-sizing: border-box;
}
.menu-trigger, .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	color: #D70000;
	font-size: 10px;
	white-space: nowrap;
	text-align: center;
	font-weight: normal;   
}
.menu-trigger {
	position: relative;
	width: 40px;
	height: 40px;
}
.menu-trigger span.bar {
	width: 100%;
	height: 3px;
	background-color: #D70000;
	border-radius: 5px;
}
.menu-trigger span.bar:nth-of-type(1) {
	top: 0;
}
.menu-trigger span.bar:nth-of-type(2) {
	top: 10px;
}
.menu-trigger span.bar:nth-of-type(3) {
	top: 20px;
}
.menu-trigger span:nth-of-type(4) {
	bottom: 0;
}
.menu-trigger.active span.bar:nth-of-type(1) {
	-webkit-transform: translateY(15px) rotate(-45deg);
	transform: translateY(15px) rotate(-45deg);
}
.menu-trigger.active span.bar:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span.bar:nth-of-type(3) {
	-webkit-transform: translateY(-15px) rotate(45deg);
	transform: translateY(-15px) rotate(45deg);
	top: 30px;
}
.menu-trigger.active span:nth-of-type(4) {
	display: none;
}
/*　1280px　*/
@media only screen and  (max-width: 1280px) {
    .header-info-form span {
    display: none;
}
    header i.wh {
    margin-right: 0;
}
    .header-menu-item {
	margin: 0 15px 0 0;
	font-size: 1.0em;
}
}
/*　1024px　*/
@media only screen and (max-width: 1024px) {
	.header-main .logo img {
		width: 240px;
	}
    .header-menu-item {
	margin: 0 10px 0 0;
	font-size: 0.95em;
}
}

/*　834px　*/
@media only screen and (max-width: 1024px) {
	.wrap.header-fixed {
		padding-top: 60px;
	}
.hd_container {
    padding: 0;
}
	.header-sizing {
		height: 60px;
		display: none;
	}
    .header-main {
    height: 60px;
}
    .header-main .logo-box {
    display: table;
    text-align: center;
    margin: 0 auto;
}
	.header-main .logo {
		width: 220px;
		height: 60px;
        margin-right: 0;
	}
	#menu-btn {
		display: block;
        width: 60px;
    height: 60px;
	}
}

/*---------------------------------
セクション背景　〇
---------------------------------*/
.color-fff {
	background-color: #fff;
}
.color-pale_gray {
	background-color: #f9f6f4;
}
.color-gray {
	background-color: #e3e5ea;
	/*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) inset;*/
}
.color-yellow {
	background-color: #fffdec;
}
.color-pastel-pink {
	background-color: #ffdcdc;
}
.color-stripe {
    background-image: repeating-linear-gradient(-45deg,transparent,transparent 5px,hsla(0,0%,100%,.1) 0,hsla(0,0%,100%,.1) 7px);
    background-size: 200% auto;
}
/*---------------------------------
コメ　〇
---------------------------------*/
ul.rice {margin: 0.5em 0 1em 0;}
ul.rice li {
	padding-left: 1.5em;
	position: relative;
    list-style: none;
    margin: 0 0 0.25em 0;
}
ul.rice li::before {
	content: "※";
	position: absolute;
	left: 0;
}
.kome {
	font-size: 0.85em;
}
/*---------------------------------
h2　〇
---------------------------------*/
h2.text_ver {
	text-align: center;
	margin: 0 auto;
	color: #333;
	background-color: #ffdcdc;
	padding: 3.0em 0 2.0em 0;
}
h2.text_ver .h2_t {
	font-style: normal;
	font-weight: 700;
	font-size: 2.0em;
	display: block;
}
h2.text_ver .h2_sub_t {
	font-weight: 700;
	font-size: 1.0em;
	line-height: 100%;
	color: rgba(0, 0, 0, .5);
	margin-top: 1em;
	display: block;
}
h2.text_ver .h2_en {
	display: block;
	margin-top: 0.5em;
}
/*---------------------------------
h3
---------------------------------*/
h3 {
	text-align: left;
	color: rgba(0, 0, 0, 1.0);
	margin: 1.5em auto 1.5em;
	position: relative;
	padding: 0 0.5em 0.5em 1.0em;
	/*text-indent: 1em;*/
}
h3 span {
	/*display: block;*/
}
h3 span.ja {
	font-style: normal;
	font-weight: 800;
	font-size: 2.0em;
    color: #353535;
}
h3 span.en {
	font-weight: 700;
	font-size: 1.0em;
	color: #D70000;
	margin: 0 1em;
}
h3.white span.en {
	color: #fff;
}
h3 span.ja::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 6px;
    background: #fd9494;
    position: absolute;
    top: -20px;
    left: 0;
}
h3 span.ja::after {
    content: '';
    display: inline-block;
    width: 200px;
    height: 6px;
    background: #D70000;
    position: absolute;
    top: -20px;
    left: 0;
}
h3.b_left {
	font-weight: 600;
	padding: 0.75em 0.5em;
	margin: 0 0 0.5em 0;
	background: #D70000;
	color: #fff;
	text-align: center;
}
h3 span.h3_t {
	color: #333;
}
.dot {
	color: #D70000;
    border-bottom: 4px dotted #fd9494;
    padding-bottom: 2%;
}
.grad_green {
background-image: linear-gradient(180deg, rgba(160,211,132,0.00), rgba(224,224,224,1.00) 100px);}

/*　640px　*/
@media only screen and (max-width: 640px) {
	h3 {
		margin: 2.0em auto;
	}
	h3 span.ja {
		font-size: 1.4em;
	}
	h3 span.en {
		margin: 0.25em 0 0.5em 0;
        display: block;
	}
}
/*---------------------------------
ニュース・新着情報 
---------------------------------*/
.list-box {
	padding: 1em 2em;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 3vw;
}
.list-box b, strong {
    font-weight: 600;
    font-size: 1.0em;
}
.list-box h4 {
    font-size: 1.4em;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    border-bottom: 2px solid #fd9494;
    padding: 0.4em 0;
    color: #D70000;
}
.list-box ul.news_list {
	overflow: hidden;
	margin: 0 0 1em 0;
    padding: 0;
    border-top: 1px #ccc solid;
}
.list-box ul li.news_item {
	padding: 0;
	margin: /*0.25em 0*/0;
	width: 100%;
	box-sizing: border-box;
}
.list-box ul li.news_item h4 {
	font-weight: 700;
	margin: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-align: left;
	overflow: hidden;
    border-bottom: 1px solid #cfcfcf;
}
.list-box ul li {
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.list-box ul li h4 {
	margin: 0 0 0.5em 0;
}
.list-box .news_icon {
	padding: 0;
	margin: 0 0.5em;
	float: left;
}
.list-box .news_data {
	display: block;
	padding: 0;
	margin: 0;
	float: left;
    width: 7em;
}
.list-box .news_day {
	padding: 0;
	font-size: 0.75em;
	font-weight: normal;
    color: #333;
}
.list-box .news_icon .news_info {
	background-color: #f6bf00;
	padding: 0 0.25em;
    margin: 0 auto;
    border-radius: 6px;
    width: 3.5em;
    display: block;
	text-align: center;
	}
.list-box .news_icon .news_info:before {
	content: "お知らせ";
	top:0;
	left: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}
.list-box .news_icon .news_chintai {
	background-color: #D70000;
	padding: 0 0.25em;
    margin: 0 auto;
    border-radius: 6px;
    width: 3.5em;
    display: block;
	text-align: center;
	}
.list-box .news_icon .news_chintai:before {
	content: "賃貸";
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}
.list-box .news_icon .news_baibai {
	background-color: #D70000;
	padding: 0 0.25em;
    margin: 0 auto;
    border-radius: 6px;
    width: 3.5em;
    display: block;
	text-align: center;
	}
.list-box .news_icon .news_baibai:before {
	content: "売買";
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}
.list-box .news_icon img {
	vertical-align: top;
}
.list-box .news_title {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
	text-align: left;
    float: left;
}
.list-box .news_title a {
	color: #D70000;
    padding: 0;
    font-size: 0.75em;
    font-weight: 600;
}
.list-box .news_title a:hover {
	text-decoration: underline;
}
.list-box .news_content {
	float: left;
	padding-top: 0.25em;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 7.0em;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.list-box .news_content strong, .list-box .news_content b {
	font-size: 1.0em;
	color: #D70000;
}
.list-box .news_content br {
	display: none;
}
.list-box .news_content img {
	display: none;
}
.all-list {
	text-align: center;
	padding: 1em 0;
	margin: 0 auto;
	display: block;
	font-size: 1.0em;
}
/*　834px　*/
@media only screen and (max-width: 834px){	
	#info .list-box {
		padding: 1em 0;
	}
}
/*　768px　*/
@media only screen and (max-width: 768px){
	.list-box {
		padding: 1em 1.5em;
	}
}
/*　640px　*/
@media only screen and (max-width: 640px) {
	#info .list-box, .list-box {
		padding: 1em 1em;
	}
	.list-box ul.news_list {
	display: block;
}
	.list-box ul li.news_item {
		width: 100%;
		margin: 0 0 0.25em 0;
	}
	.list-box h4 {
		font-size: 1.25em;
		word-wrap: normal;
	}
    .list-box .news_icon {
    padding: 0;
    margin: 0.5em 0.5em 0.5em 0;
    float: left;
}
    .list-box .news_data {
	padding: 0;
    float: none;
        overflow: hidden;
}
    .list-box .news_day {
	padding: 0;
    float: none;
}
    .list-box .news_title {
    float: none;
    white-space: inherit;
	vertical-align: sub;
	margin: 0;
}
}

/*---------------------------------
2カラム　7対3
---------------------------------*/
.main-block {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.side-block {
	width: 28%;
}
.main-block, .side-block {
	padding: 0;
	padding-top: 0.5em;
}

/* 920px */
@media only screen and (min-width : 920px) {
	.info_flexbox {
		display: -webkit-flex;
		display: flex;
	}
	.main-block {
		margin: 0 20px 0 0;
		width: 72%;
	}
	.side_bn ul li {
		width: 240px;
	}
}
/* 920px */
@media screen and (max-width : 920px) {
	.side-block {
		width: 100%;
		display: contents;
	}
}

/*---------------------------------
お問い合わせ
---------------------------------*/
#contact-column {}
#contact-column .contact-block {
	margin: 0 auto;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
}
#contact-column .list-box, .two-block .list-box {
	background-color: rgba(255, 255, 255, 1.0);
}
h3.fff, h3 span.fff {
	color: #fff;
}
.c-box {
    margin: 0.75em 0;
}
#contact-column .tel-line {
	vertical-align: middle;
	font-weight: 800;
	font-size: 2.0em;
	line-height: 1.5em;
}
#contact-column .time-line {
	font-size: 1.2em;
		line-height: 1.5em;
		vertical-align: middle;
}
#contact-column .tel-line .num {}
#contact-column i {
    position: relative;
    top: -0.1em;
    margin-right: 0.5em;
	color: #D70000;
    font-size: 0.8em;
}
 #policy-nav i {
    position: relative;
    top: -0.1em;
    margin-right: 0.5em;
	     color: #fff;
     font-size: 0.85em;
}

/*　1024px　*/
@media only screen and (max-width:1024px) {
	#contact-column .contact-block dl {
		display: block;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border: none;
	}
	#contact-column .contact-block dl dt {
		display: block;
		margin: 1em 0 0;
		padding: 0.5em;
		width: 100%;
		box-sizing: border-box;
	}
	#contact-column .contact-block dl dd {
		display: block;
		padding: 0.5em;
		/*margin-bottom: 1em;*/
		text-align: center;
		width: 100%;
		flex-basis: 100%;
		box-sizing: border-box;
	}
	#contact-column .tel-line {
		margin-left: 0;
	}
	#contact-column .time-line {
		font-size: 1.2em;
	}
}
/*　640px　*/
@media only screen and (max-width: 640px) {
	#contact-column .list-box {
		padding: 0 0em;
	}
	#contact-column .tel-line a {
		font-size: 1.0em;
	}
}

@media (max-width: 768px){
    .company_name span.sp-none, .sp-none {
    display: none;
}
}

/*---------------------------------
プライバシー
---------------------------------*/
.privacy ol {
	padding-left: 2em;
}
.privacy ol li {
	margin: 2em 0 0.5em 0;
	position: relative;
	padding-left: 0;
	line-height: 1.4em;
}
.privacy ol li ul {
	margin-bottom: 2em;
	padding-left: 2em;
}
.privacy ol li ul li {
	list-style: circle;
	margin: 0.5em 0;
	padding-left: 0;
}
.page_about p {
	margin: 1em 0 1.5em 0;
	font-size: 1.15em;
	line-height: 1.8em;
}
ol li p {
	text-align: left;
}
.privacy p a {
	text-decoration: none;
	color: #4184f3;
}

/*---------------------------------
テーブル
---------------------------------*/
.tbl-1 {
	width: 100%;
}
.tbl-1 th, .tbl-1 td {
	padding: 0.75em;
	float: none;
	border-bottom: none;
	text-align: left;
	line-height: 1.8em;
}
.tbl-1 th {
	border-bottom: 1px dashed #e4e4e4;
	vertical-align: middle;
	width: 12.5em;
	font-weight: 600;
}
.tbl-1 td {
	border-bottom: 1px dashed #e4e4e4;
}
.tbl-1 td ul {
	padding-left: 1.5em;
}
/*　768px　*/
@media only screen and (max-width: 768px) {
	.tbl-1 {
		display: table;
	}
	.tbl-1 th, .tbl-1 td {
		display: block;
	}
	.tbl-1 th {
		white-space: nowrap;
		min-width: auto;
		width: auto;
		border-bottom: none;
		background-color: #e4e4e4;
		display: block;
		overflow: hidden;
		margin-top: 0.25em;
	}
	.tbl-1 td {
		border-bottom: none;
	}
}
/*　　*/
#contact p {
	text-align: left;
}
#contact .caption {
	line-height: 1.2em;
}
#contact .required {
	color: #ff7da2;
}
#contact table th:before {
	content: "";
	border: 0.5em solid transparent;
	border-left-color: #ff7da2;
	display: inline-block;
	margin: 0 0.5em 0 0;
}
/*　768px　*/
@media only screen and (max-width: 768px) {
	#contact table th:before {
		content: "";
		border: 0.5em solid transparent;
		border-top-color: #ff7da2;
		display: inline-block;
		margin: 0.5em 0.5em -0.5em 0;
	}
}
#contact table td {
	box-sizing: content-box;
}
#contact table td input[type="text"], #contact table td textarea {
	width: 100%;
}
#contact table td label {
	margin-right: 1em;
}
#contact table td.err span.err {
	display: inline-block;
	color: #f00;
}
#contact table td input[type="text"], #contact table td textarea {
	width: 100%;
}
#contact table td input[type="text"], 
#contact table td input[type="tel"],
#contact table td input[type="email"],
#contact table td textarea, #contact table td select {
	font-size: 1.1em;
	padding: 0.3em 0.5em 0.2em;
	border-radius: 0.3em;
	margin-bottom: 0.2em;
	box-sizing: border-box;
	border: 1px solid #888;
}
#contact table td.err input[type="text"],
#contact table td.err input[type="tel"],
#contact table td.err input[type="email"]{
	background-color: #FFDDDD;
}
#contact #formfoot {
	text-align: center;
	padding: 0.5em;
}
#contact #formfoot button {
	padding: 1em;
}
#contact h5 {
	color: #fff;
	letter-spacing: 0.25em;
	display: block;
	overflow: hidden;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0 1em;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	background-color: #D70000;
	padding: 0.75em;
}
.submit_btn {
	padding: 1em 2em;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background-color: #D70000;
	background-position: 0 50%;
	background-repeat: no-repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 0 #D70000;
	margin: 0.5em 1em;
	border: 2px outset #D70000;
}
.submit_btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
/*　　*/
#contact #phone {
	list-style: none;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 1em;
	overflow: hidden;
}
#contact #phone li {
	display: block;
	float: left;
	margin-right: 2em;
}
#contact #phone li.freedial {
	font-size: 1.5em;
	margin-top: 0;
}
#contact #phone li.freedial img {
	width: 1.5em;
	height: auto;
	vertical-align: middle;
}
#contact #phone li.tel {
	clear: left;
}
#contact #phone li.fax {}
#contact #phone li.hour {
	clear: left;
}
#contact #phone li.fax {}
/*---------------------------------
フッター
---------------------------------*/
footer {
	background: #868686;
}
.footer-content {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
#footer-nav {
	font-size: 1em;
	font-weight: 400;
	margin: 0;
	padding: 20px 0;
	background-color: #A8A8A8;
	color: #fff;
}
#footer-nav ul.link-group {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#footer-nav ul.link-group > li {
	width: 100%;
	text-align: center;
}
#footer-nav ul.link-group li.link-home {
	display: none;
}
#footer-nav ul.link-group > li > ul {
	display: block;
	text-align: left;
}
#footer-nav ul.link-group > li > ul > li {
	width: 100%;
	margin: 0.5em auto;
	position: relative;
	padding: 0;
	display: block;
	transition: .3s;
}
#footer-nav ul.link-group > li > ul > li a {
	text-decoration: none;
}
#footer-nav ul.link-group .s-btn a {
	text-decoration: none;
	color: #fff;
	padding: 0.5em;
}
#footer-nav ul.link-group .s-btn a:hover {
	color: #D70000;
}
#footer-nav ul.link-parent > li a.parent {
	font-weight: 800;
	line-height: 2em;
	min-width: 12em;
	display: inline-block;
	pointer-events: none;
	color: #fff;	
}
#footer-nav ul.link-parent > li > ul > li {
	margin: 0.5em auto;
	position: relative;
	padding: 0.1em 0.3em;
	display: block;
	transition: .3s;
}
#footer-nav ul.link-parent > li > ul.link-children {
	display: inline-table;
}
#footer-nav ul.link-parent > li > ul.link-children > li {
	margin: 0.5em;
	position: relative;
	padding: 0;
	display: inline-table;
	transition: .3s;
}
@keyframes PanelAnime {
	from {
		height: 0;
		opacity: 0;
	}
	to {
		height: calc(100% - 65px);
		opacity: 1;
	}
}
#main-menu > li a.main-btn:hover::before, #main-menu > li a.main-btn:hover::after {}
/*---------------------------------
スマホ　メニュー
---------------------------------*/
#Panel-Menu-box {
	padding: 0;
	width: 100%;
	top: 60px;
	left: 0;
	position: fixed;
	background-color: rgba(255, 255, 255, 0.9);
	box-sizing: border-box;
	z-index: 100;
	display: none;
	overflow: auto;
}
#Panel-Menu-box.active {
	background-color: rgba(255,255,255,0.90);
	    color: #2d3956;
	display: block;
	animation: PanelAnime 0.5s linear;
	height: calc(100% - 65px);
}
#Panel-Menu-box.active a {
	color: #2d3956;
}
#Panel-Menu-box.active a:hover {
	color: #D70000;
}
#Panel-Menu-box .link-group {
	overflow: hidden;
}
#Panel-Menu-box .link-group > li {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #D70000;
	line-height: 3.0em;
}
#Panel-Menu-box li.link-sub-group {
	margin: 0;
	padding: 0;
	border-bottom: 0;
}
#Panel-Menu-box ul.link-parent li.s_search {
	padding: 0 0.5em;
	background-color: #D70000;
	border-bottom: 1px dashed #fff;
	display: block;
	color: #fff;
	font-weight: 600;
}
@media only screen and (min-width: 768px) {
	#footer-nav ul.link-group > li > ul > li.s_search {
		display: none;
	}
	#footer-nav ul.link-group > li.link-sub {
		display: none;
	}
}
#Panel-Menu-box ul.link-sub-parent > li {
	margin: 0;
	padding: 0;
		border-bottom: 1px solid #D70000;
}
#Panel-Menu-box .link-group > li > ul > li {}
#Panel-Menu-box .link-group > li > ul > li a {
	display: block;
	padding: .5em;
}
#Panel-Menu-box .link-group > li.link-sub > ul > li {
		border-bottom: 1px solid #D70000;
}
#Panel-Menu-box ul.link-parent li.s-btn-box {
	padding: 0 1em 0;
	background-color:  #F7C9DA;
}
#Panel-Menu-box ul.link-parent li.s-btn-box a {
	    color: #D70000;
}
#Panel-Menu-box ul.link-parent li.s-btn-box a:hover {
	color: #D70000;
}
#Panel-Menu-box ul.link-parent li.s-btn-box .parent {
	color: #D70000;
	font-weight: 600;
}
#Panel-Menu-box ul.link-children li.s_menu23 {
	background-position: 24px center;
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-image: url(../images/icon_kashichi.png);
	text-indent: 4.5em;
	padding: 0;
}
/*賃貸*/
#Panel-Menu-box ul.link-children li.s_menu11 {
	background-position: 24px center;
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-image: url(../images/icon_apart.png);
	text-indent: 4.5em;
	padding: 0;
}
#Panel-Menu-box ul.link-children li.s_menu12 {
	background-position: 24px center;
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-image: url(../images/icon_parking.png);
	text-indent: 4.5em;
	padding: 0;
}
#Panel-Menu-box ul.link-children li.s_menu13 {
	background-position: 24px center;
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-image: url(../images/icon_tenant.png);
	text-indent: 4.5em;
	padding: 0;
}
/*売買*/
#Panel-Menu-box ul.link-children li.s_menu21 {
	background-position: 24px center;
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-image: url(../images/icon_tochi.png);
	text-indent: 4.5em;
	padding: 0;
}
#Panel-Menu-box ul.link-children li.s_menu22 {
	background-position: 24px center;
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-image: url(../images/icon_home.png);
	text-indent: 4.5em;
	padding: 0;
}
#Panel-Menu-box ul.link-children li.s_menu24 {
	background-position: 24px center;
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-image: url(../images/icon_mansyon.png);
	text-indent: 4.5em;
	padding: 0;
}
/*---------------------------------
スマホ　メニュー　アクティブ 
---------------------------------*/
#Panel-Menu-box ul.link-parent.active > li.s-btn-box {
	padding: 0 1em 1em 1em;
}
#Panel-Menu-box ul.link-parent.active > li.s-mini-box {
	padding: 0 1em 1em 1em;
}
#Panel-Menu-box ul.link-parent > li a {
	position: relative;
}
#Panel-Menu-box ul.link-parent > li a.parent::after, #Panel-Menu-box ul.link-parent > li a.parent::before {
	content: "";
	height: 5px;
	width: 20px;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	right: 0;
	background-color: #fff;
	transition: all .3s ease;
}
#Panel-Menu-box ul.link-parent > li.s-btn-box a.parent::after, #Panel-Menu-box ul.link-parent > li.s-btn-box a.parent::before {
	background-color: #2d3956;
}
#Panel-Menu-box ul.link-parent > li a.parent::before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#Panel-Menu-box ul.link-parent.active > li a.parent::before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
#Panel-Menu-box ul.link-children {
	background: rgba(255, 255, 255, .80);
	color: #2d3956;
	border-radius: 0.5em;
}
#Panel-Menu-box ul.link-children a {
	color: #2d3956;
		border-bottom: 2px solid #F7C9DA;
}
#Panel-Menu-box ul.link-children li:last-child a {
	border-bottom: none;
}
/*---------------------------------
個人情報　メニュー
---------------------------------*/
#policy-nav {
	margin: 0;
	/*background-color: #D70000;*/
	padding: 1em;
    color: #fff;
}
#policy-nav ul {
	padding: 1em 0;
}
#policy-nav ul li {
	display: inline-block;
	position: relative;
	line-height: 1.8em;
}
#policy-nav ul li::before {
	content: "";
	position: absolute;
	top: 50%;
	width: 1px;
	height: 1em;
	margin-top: -0.5em;
	background-color: #fff;
}
#policy-nav ul li a {
	padding: 0.25em 1em;
	display: emline-block;
	width: calc(100% - 3px);
	color: #fff;
}
#policy-nav ul li a:hover {
	color:  #D70000;
}
.footer-name {
	margin-bottom: 40px;
	font-weight: bold;
	text-align: center;
}
.footer-copyright {
	font-size: 0.7em;
	text-align: center;
	line-height: 2.6em;
    color: #fff;
	background-color: #474747;
}
.bnr {
    text-align: center;
    padding: 1.5em 0 1em;
}
/*　540px　*/
@media only screen and (max-width: 540px) {
	.footer-copyright span {
		display: none;
	}
}
/*---------------------------------
フッター　tel 
---------------------------------*/
.tel_box {
	font-size: 0.85em;
	text-align: center;
	padding: 1em 1em 1em 0;
	margin: 1em 3em 1em 0;
	float: left;
	color: #fff;
}
.company_name {
	font-size: 1.4em;
	font-weight: 500;
}
.company_name span {
	display: inline-block;
}
.co_box {
    margin: 0.5em 0;
    padding: 5px 0;
    font-size: 1.2em;
    line-height: 1.4;
}
.tel_no {
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2em;
}
.tel_no a {
	color: #fff;
}

/*　768px　*/
@media only screen and (max-width: 768px) {
	.tel_box {
		width: 100%;
        padding: 1em 0;
    margin: 1em 0;
    float: none;
	}
    .company_name span {
	display: block;
}
    #policy-nav {
    padding: 1em 0.75em;
}
}
/*---------------------------------
ページトップ 
---------------------------------*/
.pagetop {
	position: fixed;
	bottom: 80px;
	right: -3px;
	z-index: 99;
}
.pagetop a {
	font-size: 0.75em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 20px;
	line-height: 1;
	border-radius: 0.75em 0 0 0.75em;
	border: 2px solid #fff;
	background: #d70000;
	position: relative;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
/* 768px以下 */
@media only screen and (max-width: 768px) {
	.categorylist-item {
		font-size: 7px;
		font-size: 0.75rem;
	}
	.opening {
		height: calc(300px - 200px);
		min-height: 300px;
	}
	.opening-img {
		right: 0;
		width: calc(100% + 200px);
		height: 360px;
	}
	.opening-logo {
		display: none;
	}
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

/*---------------------------------
ページ画像見出し
---------------------------------*/
.content_head {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 50px 0 20px;
	position: relative;
	width: 100%;
}
.ventforet {
	margin: 0 auto;
	text-align: center;
}
/*---------------------------------
ページh1　
---------------------------------*/
.content_head h1 {
	text-align: center;
	position: relative;
	color: #333;
	font-style: normal;
	font-weight: 700;
}
h1 span {
	display: block;
}
.content_head h1 span.ja {
	font-weight: 700;
	font-size: 0.9em;
	margin-top: 0.25em;
}
.content_head h1 span.en {
	font-weight: 700;
	font-size: 1.6em;
	line-height: 1.6em;
	color: #333;    
}

/* 768px */
@media (max-width: 768px) {
	.content_head h1 span.txt {
		font-size: 12px;
	}
	.content_head h1 span.en {
		font-size: 1.2em;
	}
}
/* 980px */
@media (max-width: 980px) {
	.ventforet img {
		width: 100%;
	}
}
/*---------------------------------
会社案内
---------------------------------*/
.about_table {
	margin: 10px 0;
	width: 100%;
	border-bottom: 1px solid #cfcfcf;
}
.about_table th {
	background-color: #f2f2f2;
	text-align: left;
	font-weight: 600;
    vertical-align: middle;
}
.about_table th.midashi {
	background-color: #e3e5ea;
	text-align: left;
	font-weight: 500;
}
.about_table th, .about_table td {
	padding: 8px 18px 10px;
	border-top: 1px solid #cfcfcf;
}
.about_table td {
	line-height: 1.5;
	text-align: left;
}
.list-box .about_table ul {
}
.list-box .about_table ul li{
    list-style: disc;
    list-style-position: inside;
    padding-left: 2em;
    text-indent: -1.5em;
}
ul.pict-box {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
ul.pict-box li {
	margin: 0;
	padding: 1em;
	width: 50%;
	float: left;
	box-sizing: border-box;
}
ul.pict-box li img {
	width: 100%;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}
#map {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 400px;
}
#site_link {
	margin: 0;
	height: auto;
	padding: 10px;
	float: left;
	width: 100%;
	box-sizing: border-box;
}
#site_link ul {
	padding: 0px;
	margin: 0;
}
#site_link ul li {
	width: 23%;
	list-style: none;
	float: left;
	margin: 1%;
	height: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#site_link ul li img {
	width: 100%;
	height: auto;
	border: 1px solid #999999;
}
/* 767px */
@media (max-width: 767px) {
	.about_table th, .about_table td {
		display: block;
	}
	.about_table th.midashi {
		display: none;
	}
	.about_table td {
		border-top: none;
	}
	.about_table td:nth-of-type(2), .about_table td:nth-of-type(3) {
		border-top: 1px dashed #8f99ab;
	}
	ul.pict-box li {
		width: 100%;
	}
	#site_link ul li {
		width: 48%;
	}
}
/*　お問い合わせフォーム　*/
.sub-menu {
	overflow: hidden;
	margin: 20px auto;
}
.sub-menu ul {}
.sub-menu.one-column ul li {}
.sub-menu.two-column ul li {
	float: left;
	width: 48%;
	margin: 1%;
}
.sub-menu ul li a {
	display: block;
	font-size: 1.2em;
	background: #D70000;
    box-shadow: 0 3px 0 rgb(0 0 0 / 20%);
	color: #fff;
	text-align: center;
	padding: 1em;
	max-width: 300px;
    border-radius: 1.5em;
    margin: 3px auto;
    transition: .3s;
    transform: rotate(0.03deg);
}
.sub-menu ul li a:hover {
	background-color: #fd9494;
	color: #FFF;
    transform: translateY(3px);
    box-shadow: 0 0 0 rgb(0 0 0 / 10%);
}
.sub-menu ul li a.btn-color-0080d9 {
	background-color: #0080d9;
}
/*　640px　*/
@media only screen and (max-width: 640px) {
	.sub-menu.two-column ul li {
		float: none;
		width: 100%;
		margin: 0 0 1em 0;
		max-width: none;
	}
}
/*---------------------------------
個人情報
---------------------------------*/
.p_txt {}
.list-box ol, .list-box ul {
	padding: 0;
	margin: 1em 0;
	counter-reset: counter-name;
	overflow: hidden;
}
.list-box ol li {
	margin: 0.5em 0 1em 0;
	list-style: none;
	position: relative;
	line-height: 1.4em;
}
.list-box ul li {
	margin: 0.5em 0 0 0;
	list-style: none;
	position: relative;
	line-height: 1.4em;
}
.list-box ol li b {
	font-weight: 800;
	font-size: 1.4em;
	color: #D70000;
	padding-left: 2em;
	display: flex;
}
.list-box ul li b {
	font-weight: 800;
	font-size: 1.4em;
	color: #D70000;
	padding-left: 0;
	display: flex;
}
.list-box ol li p, .list-box ul li p {
	text-align: left;
	line-height: 1.5em;
}
.list-box ol li ul, .list-box ul li ul {
	margin-bottom: 2em;
	padding-left: 2em;
}
.list-box ol li ul li {
	list-style: circle;
}
.list-box ol li ul li:before {
	display: none;
}
.list-box ol li ol {
	margin-bottom: 1em;
	padding-left: 2em;
}
.list-box ol li ol li {
	list-style: decimal;
}
.list-box ul li ul li {
	list-style: none;
	padding-left: 2em;
	text-indent: -1em;
}
.list-box ul li ol li {
	list-style: decimal inside;
	padding-left: 3em;
	text-indent: -1em;
	list-style-type: lower-latin;
	border: none;
}
.list-box ul li ol li:before {
	display: none;
}
.list-box ol li ol li:before {
	display: none;
}
/*---------------------------------
プライバシー　連絡先
---------------------------------*/
/* 768px */
@media (max-width: 768px) {
	.p_contact {
		text-align: left;
		line-height: 2;
	}
	.contents-box .p_contact br {
		display: block;
	}
    .list-box ul li b {
	font-size: 1.2em;
}
}

/*---------------------------------
パンくず
---------------------------------*/
.breadcrumbs_wrapper {
	width: 100%;
	position: absolute;
	right: 0;
	z-index: 1;
}
.breadcrumbs {
	font-size: 0.95em;
	margin: auto;
	padding: 5px 15px;
	overflow-x: auto;
	word-break: keep-all;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.breadcrumbs ul {
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.breadcrumbs li {
	padding-right: 25px;
}
.breadcrumbs li:not(:last-child) {
	position: relative;
}
.breadcrumbs li:not(:last-child)::after {
	content: "＞";
	display: block;
	position: absolute;
	width: 9px;
	height: 15px;
	top: 0;
	bottom: 0;
	right: 10px;
}
.breadcrumbs a {
	color: #D70000;
}
.breadcrumbs a:hover {
	color: #d75876;
}
/* 768px */
@media screen and (max-width: 768px) {
	.breadcrumbs {
		padding: 5px 15px;
	}
	.breadcrumbs ul {
		display: block;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		overflow: auto;
		white-space: nowrap;
	}
	.breadcrumbs li {
		display: inline;
		padding-right: 20px;
		flex: 0 0 40%;
	}
    ul.sitemap_list li {
	padding: 0.75em 0;
}
}
/*---------------------------------
バナーエリア 物件検索MENU
---------------------------------*/
h4.banner-tit{
	margin: 0;
	padding: 2em 0 1em 0;
	text-align: center;
	font-size: 1.8em;
	font-weight: normal;
}
.banner-area-box {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.banner-area {
	color: #FFFFFF;
	overflow: hidden;
	display: flex;
	    flex-wrap: wrap;
	padding: 1em 0.5em 2em 0.5em;
	margin: 0;
}

.banner-content-onethird {
	background-color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
	width: 31.3%;
	margin: 0.75em 1%;
    height: 128px;
    border: 1px solid #555;
	-webkit-box-shadow: none;
    box-shadow: none;
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
	box-sizing: border-box;
}
.banner-content-onethird:hover, .banner-content-half:hover {
	background-color: rgba(255,255,255,0.50);
    border: 1px solid #555;
	-webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.banner-content-half {
	background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
	width: 47%;
	margin: 0.75em 1%;
    border: 1px solid #555;
	/*-webkit-box-shadow: 0 10px 0 #f6bf00;
    box-shadow: 0 10px 0 #f6bf00;*/
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
	box-sizing: border-box;
}
.banner-content-onethird a, .banner-content-half a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.banner-box{
	padding: 0;
	margin: 0;
	overflow: hidden;
	box-sizing: border-box;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.80);
	background: linear-gradient(to top, rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 100%);
}

.banner11:hover, .banner12:hover, .banner13:hover, .banner21:hover, .banner22:hover, .banner23:hover, .banner24:hover {
	/*opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";*/
}
.banner11 {
	background: url(../images/search_11.jpg) no-repeat center center;
	background-color: #f4f4f4;
    width: 100%;
    height: 128px;
    flex-shrink: 0;
	background-size: cover;
}
.banner12 {
	background: url(../images/search_12.jpg) no-repeat center center;
	background-color: #f4f4f4;
    width: 100%;
    height: 128px;
    flex-shrink: 0;
	background-size: cover;
}
.banner13 {
	background: url(../images/search_13.jpg) no-repeat center center;
	background-color: #f4f4f4;
    width: 100%;
    height: 128px;
    flex-shrink: 0;
	background-size: cover;
}
.banner24 {
	background: url(../images/search_06.jpg) no-repeat center center;
	background-color: #f4f4f4;
    width: 100%;
    height: 128px;
    flex-shrink: 0;
	background-size: cover;
}
.banner-box h3 {
	margin: 0 auto;
    text-align: center;
}
.banner-box .b_title {
font-size: 2.0em;
color: #D70000;
font-weight: 800;
margin: 0.5em 0.25em 0.25em 0.25em;
display: block;
}
.banner-box .b_detail {
	font-size: 1.0em;
color: #333;
font-weight: 800;
	margin: 0 0.5em 3.5em;
	display: block;
}
.banner23 h3::before {
	background-image: url(../images/icon_kashichi.png);
	background-size: 65%;
	background-position-y: 5px;
}
.banner21 h3::before {
	background-image: url(../images/icon_tochi.png);
	background-size: 65%;
	background-position-y: 5px;
}
.banner22 h3::before {
	background-image: url(../images/icon_home.png);
	background-size: 65%;
	background-position-y: 5px;
}
.banner24 h3::before {
	background-image: url(../images/icon_mansyon.png);
	background-size: 65%;
	background-position-y: 5px;
}
.banner02 h3 {
	letter-spacing: 0em;
}
/* 768px */
@media screen and (max-width: 768px) {
	.banner-content-half, .banner-content-onethird {
		width: 98%;
	}
	.banner-content h3::before {
		position: relative;
		background-position: center;
		background-repeat: no-repeat;
		background-color: #C1C1C1;
		border-radius: 50%;
		content: "";
		display: inline-block;
		height: 55px;
		width: 55px;
		margin: 10px 0 10px 0;
		overflow: hidden;
		text-align: center;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

/*---------------------------------
smp　改行
---------------------------------*/
.br-sp, .contents-box p br.br-sp {
    display: block;
}
@media screen and (min-width: 768px){
.br-sp, .contents-box p br.br-sp {
    display: none;
    }
}
/*---------------------------------
スライダー
---------------------------------*/
#opening {
  overflow: hidden;
  background-color: #fff;
  height: 560px;
  width: 100%;
}
#opening .slick-slider {
  height: 560px;
  width: 100%;
}
#opening .slick-slider .slick-slide {
  height: 560px;
  width: 100%;
}
#opening .slick-slider .slick-slide img {
  opacity: 1;
  width: 100%;
  height: auto;
}
#opening .slick-slider .slick-slide a.link {
}
#opening .slick-slider .slick-slide .open_text_l {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 560px;
  padding: 2em;
  margin: 0;
  box-sizing: border-box;
  color: #fcfeff;
  font-size: 1.8em;
  display: block;
  vertical-align: middle;
  line-height: 180%;
  font-weight: 600;
  text-shadow: rgba(0, 0, 0, 0.33) 1px 1px 5px, rgba(0, 0, 0, 0.33) -1px 1px 5px, rgba(0, 0, 0, 0.33) 1px -1px 5px, rgba(0, 0, 0, 0.33) -1px -1px 10px;
  z-index: 20;
}
#opening .photo_c {
	font-family: serif;
  font-weight: 900;
  position: absolute;
  width: 100%;
  padding: 0.5em 1em;
  box-sizing: border-box;
  color: #fcfeff;
  font-size: 0.95em;
  z-index: 20;
  left: 0;
	bottom:0;
	text-shadow: rgba(0, 0, 0, 0.33) 1px 1px 5px, rgba(0, 0, 0, 0.33) -1px 1px 5px, rgba(0, 0, 0, 0.33) 1px -1px 5px, rgba(0, 0, 0, 0.33) -1px -1px 10px;
}
#opening .s-box {
  position: absolute;
  width: 100%;
  padding: 1em 0.5em;
  box-sizing: border-box;
  color: #fcfeff;
  font-size: 1.6em;
  z-index: 20;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#opening ul .link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#opening .s-title {
	font-family: serif;
  font-size: 1.4em;
  font-weight: 900;
  /*letter-spacing: 0.1em;*/
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-shadow: rgba(0, 0, 0, 0.33) 1px 1px 5px, rgba(0, 0, 0, 0.33) -1px 1px 5px, rgba(0, 0, 0, 0.33) 1px -1px 5px, rgba(0, 0, 0, 0.33) -1px -1px 10px;
}
#opening .s-lead {
	font-family: serif;
  line-height: 1.4;
  color: #fff;
  font-size: 0.85em;
  font-weight: 600;
  text-shadow: rgba(0, 0, 0, 0.33) 1px 1px 5px, rgba(0, 0, 0, 0.33) -1px 1px 5px, rgba(0, 0, 0, 0.33) 1px -1px 5px, rgba(0, 0, 0, 0.33) -1px -1px 10px;
  letter-spacing: 0.1em;
  margin: 1em 0 0 0;
  padding: 0;
}
#opening .slick-slider .slick-slide .s-center {
  text-align: center;
}
#opening .slick-slider .slick-slide .s-left {
  text-align: left;
}

/*ドット*/
#opening .slick-dots{
	display: none;
}

/* 1680px */
@media screen and (max-width: 1680px) {
  #opening, #opening .slick-slider, #opening .slick-slider .slick-slide {
    height: 450px;
  }
  #opening .slick-slider .slick-slide .open_text_l {
    height: 450px;
    font-size: 1.6em;
  }
}
/* 1024px */
@media screen and (max-width: 1024px) {
  #opening, #opening .slick-slider, #opening .slick-slider .slick-slide {
    height: 400px;
  }
  #opening .slick-slider .slick-slide .open_text_l {
    height: 400px;
    font-size: 1.6em;
  }
  #opening .slick-slider .slick-slide .s-box {
    /*font-size: 1.2em;*/
  }
}
/* 768px */
@media screen and (max-width: 768px) {
  #opening,
  #opening .slick-slider,
  #opening .slick-slider .slick-slide {
    height: 240px;
  }
}

/* 640px */
@media screen and (max-width: 640px) {
  #opening .slick-slider .slick-slide .s-box {
    top: 40%;
    font-size: 1.0em
  }
  #opening,
  #opening .slick-slider,
  #opening .slick-slider .slick-slide {
    height: 200px;
}
#opening .slick-slider .slick-slide .open_text_l {
  height: 200px;
  font-size: 1.0em;
  line-height: 1.4em;
  top: 0;
  left: 2em;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  padding: 2em;
  -ms-writing-mode: lr-tb;
  writing-mode: lr-tb;
}
#opening .slick-slider .slick-slide .s-box {
  /*font-size: 1.0em;*/
}
#opening .slick-slider .slick-slide .s-title {
  /*font-size: 1.2em;*/
}
#opening .slick-slider .slick-slide .s-lead {
  line-height: 1.4em;
  font-size: 0.85em;
  margin: 0.5em 0 0 0;
}
 #opening .slick-dots {
    bottom: 10px;
}
}

/* 360px */
@media screen and (max-width: 360px) {
  #opening,
  #opening .slick-slider,
  #opening .slick-slider .slick-slide {
    height: 160px;
}
	}

/*----- フェードイン -----*/
.inviewfadeIn {
	opacity: 0;
	transition: .8s;
}
.fadeIn {
	opacity: 1.0;
}
/*----- 上へスライド -----*/
.inviewUp {
	transform: translate(0, 40px);
	-webkit-transform: translate(0, 40px);
	transition: .8s;
}
.Up {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
/*----- ズームイン -----*/
.inviewzoomIn {
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	transition: .8s;
}
.zoomIn {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
	transition: .8s;
}
.fadeInUp {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}