@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%;
}

input::placeholder, textarea::placeholder {
    color:#ccc;
}

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: #ff6000;
	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: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", "Meiryo", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	/*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-weight: 400;
	font-style: normal;
	color: #474747;
	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: #ff6000;
}
a:hover {
	text-decoration: none;
	border: none;
	color: #ff6000;
	outline: none;
	background: none;
}
.center {
	text-align: center
}
.right {
	text-align: right
}
.left {
	text-align: left
}
.text_ss {
	font-size: 0.75em;
}
/*---------------------------------
文字
---------------------------------*/
.ebs-white {
	color: #fff;
}
.ebs-gray {
	color: #32312A;
}
.ebs-black {
	color: #11100E;
    font-weight: bold;
}
    
.ebs-orange{
	color: #FF6000;
}
.ebs-skyblue{
	color: #70AEFF;
}
.ebs-green{
	color: #8ecb00;
}
.ebs-kigreen{
	color: #42BC00;
}
.ebs-pink{
	color: #ff6d5d;
}
.ebs-yamabiki{
	color: #FFB923;
}
.ebs-red{
	color: #D80000;
}
.keiko_orange {
    background: linear-gradient(transparent 70%, #FFD6AE 30%);
    font-weight: bold;
}
.container {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 50px;
	display: block;
	overflow: hidden;
	box-sizing: content-box;
}
.hd_container {
	margin: 0 auto;
	padding: 0 0 0 30px;
	display: block;
	overflow: hidden;
	box-sizing: content-box;
}
.contents-box {
	max-width: 960px;
	margin: auto;
}
/*　834px　*/
@media only screen and (max-width: 834px) {
	.hd_container {
		padding: 0;
		font-size: 90%;
	}
}

/*　768px　*/
@media only screen and (max-width: 768px) {
	.hd_container {
		padding: 0;
		font-size: 90%;
	}
	.container {
		padding: 0 15px;
		font-size: 90%;
	}
	.contents-box p br {
		display: none;
	}
}
.bar {
	background-color: #FFF;
	color: #ff6000;
	line-height: 1.8;
}
.bar h1 {
	display: inline-block;
	font-weight: normal;
	font-size: 0.95em;
}
/*---------------------------------
ボタン お知らせ 一覧を見る
---------------------------------*/
a.btn_list {
	font-weight: 700;
	color: #ff6000;
	border: 2px solid #ff6000;
	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: #777;
	background: #fff;
}
a.btn_list_s_R {
	font-weight: 700;
	color: #ff6000;
	border: 2px solid #ff6000;
	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: 700;
	color: #fff;
	border: 1px solid #777;
	text-decoration: none;
	padding: 0.5em 1em;
	margin: 0 2px;
	line-height: 1;
	margin-top: 0;
	background: #777;
	float: none;
}
/*---------------------------------
ヘッダー
---------------------------------*/
header {
	background-color: rgba(255, 255, 255, 1.0);
}
.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 .logomark {
	max-width: 55px;
	padding: 5px 0 5px 10px;
}
.header-main .logo a .logotext {
	max-width: 220px;
	padding: 0 10px
}
/*---------------------------------
ヘッダーinfo
---------------------------------*/
.header-info-box {
    padding: 0;
    margin: 0.75em 0.75em 0.5em 0.5em;
    float: right;
}
.header-info-furigana {
    font-size: 0.5em;
    text-align: right;
    padding: 0;
    margin: 0;
    line-height:0.5em;
}    
.header-info-item {
    font-size: 0.95em;
    text-align: center;
    padding: 0;
    margin: 0 0.75em 0 0;
    float: left;
}
.header-info-free {
    font-size: 1.85em;
    font-weight: 800;
}
.header-info-tel {   
}
.header-info-time {
}
header i {
    position: relative;
    top: -0.1em;
    margin-right: 0.5em;
    color: #ff6000;
    font-size: 20px;
}
header i.wh {
    position: relative;
    top: 0;
    margin-right: 0.5em;
    color: #fff;
    font-size: 18px;
}
.header-info-form {
    width: 200px;
    height: 42px;
    float: left;
}
.header-info-form a {
    padding: 1.2em 0.5em;
    margin: 0.5em 0 0 0;
    font-size: 16px;
    font-weight: 600;
    background-color: #FF892F;
    display: block;
    text-align: center;
    color: #fff;
}
@media only screen and (max-width: 834px){
    .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-furigana {
    font-size: 8px;
     float: none;
    text-align: center;
    margin-left: 80px;
        letter-spacing:0.15em;
    }
    .header-info-form {
    width: 65px;
    position: absolute;
    top: 7px;
    left: 5px;
    z-index: 10;
}
.header-info-form a {
    padding: 0.25em;
    margin: 0;
    background-color: #fff;
}
 .header-info-form span {
font-size: 10px;
    white-space: nowrap;
    text-align: center;
    font-weight: 600;
    color: #777;
    vertical-align: text-top;
    }
  header i.wh {
    color: #ff6000;
    font-size: 28px;
    margin: 0;
}
  .header-info-form span.orange {
    color: #ff6000;
}
}
/*---------------------------------
ヘッダーメニュー
---------------------------------*/
.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;
    font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	transition: .3s;
	color: rgba(0, 0, 0, 1.00);
	text-decoration: none;
	line-height: 3;
}
.header-menu-item a:hover {
	color: #ff6000;
}
.header-menu-item a {
	color: #393939;
	text-decoration: none;
}
.header-menu-item::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	background-color: #ff6000;
	transition: .3s;
	transform: translateX(-50%);
}
.header-menu-item:hover::after {
	width: 100%;
}
#menu-btn {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
    width: 65px;
    height: 65px;
    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: #777;
	font-size: 10px;
	white-space: nowrap;
	text-align: center;
	font-weight: 600;
}
.menu-trigger {
	position: relative;
	width: 40px;
	height: 40px;
}
.menu-trigger span.bar {
	width: 100%;
	height: 4px;
	background-color: #777;
	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;
}
/*　1024px　*/
@media only screen and (max-width: 1024px) {
	.header-main .logo img {
		width: 240px;
	}
	.header-menu-item {
		font-size: 1.0em;
		margin: 0 1em 0 0;
	}
}

/*　834px　*/
@media only screen and (max-width: 834px) {
	.wrap.header-fixed {
		padding-top: 85px;
	}
	.header-sizing {
		height: 55px;
		display: none;
	}
    .header-main {
    height: 85px;
}
    .header-main .logo-box {
    display: table;
    text-align: center;
    margin: 0 auto;
}
	.header-main .logo {
		max-width: 290px;
		height: 55px;
        margin-right: 0;
	}
	.header-main .logo a .logomark {
    max-width: 40px;
    padding: 10px 0;
}
.header-main .logo a .logotext {
    max-width: 160px;
    padding: 0 0 0 5px;
}
	#menu-btn {
		display: block;
	}
 .header-info-time {
     display: none;
}
}
/*---------------------------------
ヘッダー　お問い合わせ
---------------------------------*/
.hd_nav {
	list-style: none;
	width: 180px;
	float: right;
	height: 90px;
}
.hd_nav li:not(:first-of-type) {}
.hd_nav li {
	padding-left: 1em;
	height: 50%;
}
.hd_nav li a {
	height: calc(100% - 1px);
	text-decoration: none;
	background: #333;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	padding: 14px 0 0 8px;
}
.hd_nav li a:hover {
	background: #292929;
}
.hd_nav li:first-child a {
	background: #ff6000;
}
.hd_nav li:first-child a:hover {
	background: #9C0000;
}
.hd_nav li:first-child a:before {
	content: "";
	width: 2em;
	height: 2em;
	display: inline-block;
	background-image: url("../images/tel_fff.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -0.5em;
	margin-bottom: -0.5em;
	margin-right: 0.5em;
}
.hd_nav li a:before {
	content: "";
	width: 2em;
	height: 2em;
	display: inline-block;
	background-image: url("../images/about_fff.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -0.5em;
	margin-bottom: -0.5em;
	margin-right: 0.5em;
}
/*　768px　*/
@media only screen and (max-width: 834px) {
	.hd_nav {
		display: none;
	}
}
/*　1240px　*/
@media (max-width: 1240px) {
	.hd_nav {
		width: 60px;
	}
	.hd_nav li .txt {
		display: none;
	}
	.hd_nav li a:before, .hd_nav li:first-child a:before {
		margin-right: 0;
	}
}
section {
	padding: 20px 0 30px 0;
}
/*---------------------------------
セクション背景
---------------------------------*/
.color-fff {
	background-color: #fff;
}
.color-pale_gray {
	background-color: #f2f2ed;
}
.color-gray {
	background-color: #e3e5ea;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) inset;
}
.color-darkgray {
	background-color: #333;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) inset;
}
.color-ed_gray {
	background-color: #ededed;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) inset;
}
.color-666_gray {
	background-color: #666;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) inset;
}
.color-red {
	background-color: #ff6000;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) inset;
}
.color-dd_gray {
	background-color: #dde5f0;
}
.color-mizuiro {
	background-color: #E2F4FF;
}
.color-yellow {
	background-color: #fffdec;
}
    
/*---------------------------------
コメ
---------------------------------*/
ul.rice {

}
ul.rice li {
	padding-left: 1.5em;
	position: relative;
    margin-bottom: 0.5em;
}
ul.rice li::before {
	content: "※";
	position: absolute;
	left: 0;
}
/*---------------------------------
h2
---------------------------------*/
h2.text_ver {
	text-align: center;
	margin: 0 auto;
	color: #333;
	background-color: #f3f3f3;
	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: center;
	color: #777;
	margin: 2.0em auto 2.0em;
	position: relative;
}
h3 span { 
	
}
h3 span.ja {
	font-style: normal;
	font-weight: 700;
	font-size: 1.8em;
    color: #11100E;
}
h3 span.en {
	font-weight: 700;
	font-size: 1.0em; 
	color: rgba(0, 0, 0, .5);
	margin-bottom: 0.25em;
        display: block;
}
h3.white span.en, h3.white span.ja {
	color: #fff;
}
h3.b_left {
	font-weight: 600;
	padding: 0.75em 0.5em;
	margin: 0 0 0.5em 0;
	background: #d1d1d1;
	color: #333;
}
h3 span.h3_t {
	color: #333;
}
/*---------------------------------
h4
---------------------------------*/
h4{
    font-size: 1.2em;
    font-weight: 600;
    color: #11100E;
}
.dot {
	/*color: #ff6000;*/
    border-bottom: 4px dotted #FFC299;
    padding-bottom: 2%;
}
.dot-orange {
	color: #ff6000;
    border-bottom: 4px dotted #ff6000;
    padding-bottom: 2%;
}
.dot-colorful {
	color: #ff6000;
    border-bottom: 4px dotted #ff6000;
    padding-bottom: 2%;
    background: url("/images/bg_dot_02.png") repeat-x left bottom;
    border: none;
}
/*　640px　*/
@media only screen and (max-width: 640px) {
    section {
    padding: 10px 0;
}
	h3 {
        margin: 2em auto 1em;
	}
	h3 span.ja {
		font-size: 1.4em;
	}
	h3 span.en {
		margin-top: 0.5em;
	}
}
/*---------------------------------
ニュース・新着情報 
---------------------------------*/
.list-box {
	padding: 1em;
	overflow: hidden;
}
.list-box h4.news {
	font-size: 1.4em;
	font-style: normal;
	font-weight: 700;
	text-align: center;
    padding: 0.4em 0;
    border: none;
        color: #474747;
}
.list-box h4 {
	font-size: 1.4em;
	font-style: normal;
	font-weight: 700;
	text-align: center;
    border-bottom: 2px solid #FFCDAC;
    padding: 0.4em 0;
    color: #FF8748;
}
.list-box p {
	text-align: left;
    /*overflow: hidden;*/
}
.list-box p.cen {
	text-align: center;
    overflow: hidden;
    margin: 0.5em auto;
}
.list-box ul.news_list {
	overflow: hidden;
	margin: 0 0 1em 0;
    padding: 1em 0;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}
.list-box ul li.news_item {
	padding: 0;
	margin: 0.25em 0;
	width: 100%;
	box-sizing: border-box;
}
.list-box ul li.news_item h4 {
	font-weight: 700;
	font-size: 120%;
	margin: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-align: left;
	overflow: hidden;
}
.list-box ul li {
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.list-box ul li h4 {
	font-size: 130%;
	margin: 0 0 0.5em 0;
}
#newsbn .list-box h4 {
	border: none;
}
.list-box .news_data {
	display: block;
	padding: 0;
	margin: 0;
	float: left;
    width: 6.5em;
}
.list-box .news_day {
	/*padding: 0.25em 0.25em 0.25em 0;*/
	font-size: 0.75em;
	font-weight: 400;
    color: #777;
	/*vertical-align: top;*/
}
.list-box .news_icon {
	padding: 0;
	margin: 0 0.5em;
	float: left;
}
.list-box .news_icon .news_info {
	background-color: #fff;
    border: solid #ccc 1px;
    border-left: 7px solid #e7728f;
	padding: 0;
    margin: 0 auto;
    width: 3.5em;
    display: block;
	text-align: center;
line-height: 1.0em;
	}
.list-box .news_icon .news_info:before {
	content: "お知らせ";
	top:0;
	left: 0;
	color: #777;
	font-size: 12px;
	font-weight: 600;
}
.list-box .news_icon .news_rent {
	background-color: #fff;
    border: solid #ccc 1px;
    border-left: 7px solid #156eb2;
	padding: 0;
    margin: 0 auto;
    width: 3.5em;
    display: block;
	text-align: center;
	line-height: 1.0em;
	}
.list-box .news_icon .news_rent:before {
	content: "借りたい";
	color: #777;
	font-size: 12px;
	font-weight: 600;
}
.list-box .news_icon .news_owner {
	background-color:  #fff;
    border: solid #ccc 1px;
    border-left: 7px solid #156eb2;
	padding: 0;
    margin: 0 auto;
    width: 3.5em;
    display: block;
	text-align: center;
	line-height: 1.0em;
	}
.list-box .news_icon .news_owner:before {
	content: "貸したい";
	color: #777;
	font-size: 12px;
	font-weight: 600;
}
.list-box .news_icon .news_buy {
	background-color:  #fff;
    border: solid #ccc 1px;
    border-left: 7px solid #7dbd4f;
	padding: 0;
    margin: 0 auto;
    width: 3.5em;
    display: block;
	text-align: center;
	line-height: 1.0em;
	}
.list-box .news_icon .news_buy:before {
	content: "買いたい";
	color: #777;
	font-size: 12px;
	font-weight: 600;
}
.list-box .news_icon .news_sell {
	background-color:  #fff;
    border: solid #ccc 1px;
    border-left: 7px solid #7dbd4f;
	padding: 0;
    margin: 0 auto;
    width: 3.5em;
    display: block;
	text-align: center;
	line-height: 1.0em;
	}
.list-box .news_icon .news_sell:before {
	content: "売りたい";
	color: #777;
	font-size: 12px;
	font-weight: 600;
}
.list-box .news_icon img {
	vertical-align: top;
}
.list-box .news_title {
    font-size: 0.85em;
    font-weight: 400;
	display: block;
	/*white-space: nowrap;*/
	text-overflow: ellipsis;
	line-height: 1.5em;
	box-sizing: border-box;
	text-align: left;
}
.list-box .news_title a {
	    color: #777;
    
}
.list-box .news_title a:hover {
	    color: #FFA954;
        text-decoration: underline;
    transition: .3s;
}
.list-box .news_content {
    font-size: 1.0em;
	float: left;
	padding-top: 0.25em;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 7.5em;
	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: #ff6000;
}
.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;
}
.list-box .img_l {
    float: left;
    margin: 0 0.5em 0 0;
width: 280px;
}
.list-box .img_l_s {
    float: left;
    margin: 0 0.5em 0 0;
width: 100px;
}
.list-box .img_r {
    float: right;
    margin: 0 0 0 0.5em ;
width: 280px;
}
/*　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 1em 0;
	}
.list-box h4 {
		font-size: 1.25em;
		word-wrap: normal;
	}
.list-box .news_title {
    float: left;
    white-space: inherit;
    }
    .list-box .img_l, .list-box .img_r {
width: 100%;
    margin: 0 0 0.5em 0;
}
}
/*---------------------------------
メニュー　
---------------------------------*/
#ConceptBlk {
	color: #fff;
	width: 100%;
	max-width: 100%;
	height: auto;
	text-align: center;
	padding: 0;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) inset;
	position: relative;
}
#ConceptBlk .wrp {
	position: relative;
	top: -100px;
	overflow: hidden;
	margin-top: 2em;
	margin-bottom: -100px;
}
#ConceptBlk .ConceptList {
	display: -webkit-flex;
	display: flex;
	margin: 0;
}
#ConceptBlk .ConceptList li {
	width: 25%;
	list-style: none;
}
#ConceptBlk .ConceptList li a {
	color: #000;
	text-decoration: none;
	display: block;
	margin: 0 auto 10px;
}
#ConceptBlk .ConceptList li span.con_tit {
	position: relative;
	top: 3em;
	z-index: 2;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-size: 1.4em;
	font-weight: 600;
	color: #fff;
}
#ConceptBlk .ConceptList li span.con_tit:hover {
	color: #ff6000;
}
#ConceptBlk .ConceptList li span.con_img {
	width: 150px;
	height: 150px;
	display: block;
	margin: 0 auto 10px;
}
#ConceptBlk .ConceptList li span img {
	border-radius: 50%;
	box-sizing: border-box;
	width: 150px;
	height: 150px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.3);
}
#ConceptBlk .ConceptList li span img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 1.0;
}
/*　940px　*/
@media only screen and (max-width: 940px) {
	#ConceptBlk {
		background-image: url("../images/bg_concept.jpg");
		background-position: top center;
		background-repeat: no-repeat;
		background-size: auto 100%;
	}
	#ConceptBlk .ConceptList {
		display: block;
	}
	#ConceptBlk .ConceptList li {
		width: 20%;
		float: left;
		display: block;
		overflow: hidden;
	}
	#ConceptBlk .ConceptList li a {
		margin: 0;
	}
	#ConceptBlk .ConceptList li span {
		margin: 10px auto;
		width: 140px;
		height: 140px;
	}
	#ConceptBlk .ConceptList li span img {
		width: 140px;
		height: 140px;
	}
	#ConceptBlk .ConceptList li p {
		font-size: 1.2em;
		margin: 0 0 1.5em 0;
		line-height: 1.0em;
	}
}
/*　640px　*/
@media only screen and (max-width: 640px) {
	#ConceptBlk .ConceptList li span {
		margin: 10px auto;
		width: 140px;
		height: 140px;
	}
	#ConceptBlk .ConceptList li span img {
		width: 140px;
		height: 140px;
	}
}
/*　320px　*/
@media only screen and (max-width: 320px) {
	#ConceptBlk .ConceptList li span {
		margin: 10px auto;
		width: 130px;
		height: 130px;
	}
	#ConceptBlk .ConceptList li span img {
		width: 130px;
		height: 130px;
	}
}
/*　768px　*/
@media only screen and (max-width: 768px) {
	#ConceptBlk .ConceptList {
		display: none;
	}
	#ConceptBlk .wrp {
		top: 100px;
		margin-bottom: 0;
	}
	/* サイドメニュー */
	.side_column {
		right: -25px;
	}
}
/*---------------------------------
2カラム　50%
---------------------------------*/
.two-block {
	overflow: hidden;
	display: flex;
}
.two-block .contact-block {
	float: left;
	width: calc(50% - 10px);
	clear: none;
}
.two-block .contact-block:nth-child(1) {
	margin-right: 20px;
}
/*---------------------------------
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;
}
.side_bn {}
.side_bn ul {
	overflow: hidden;
	margin-top: 30px;
}
.side_bn ul li {
	list-style: none;
	margin-bottom: 0.25em;
}
.side_bn ul li img {
	border: solid #C5C5C5 1px;
}
.side_bn ul li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
/* 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;
	}
	.side_bn ul li img {
		width: 100%;
	}
}
/* 920px */
@media screen and (max-width : 920px) {
	.side-block {
		width: 100%;
		display: contents;
	}
	.side_bn ul {
		margin-top: 30px;
		width: 100%;
	}
	.side_bn ul li {
		float: left;
		width: calc(33.333% - 10px);
		margin-right: 10px;
		box-sizing: border-box;
	}
	.side_bn ul li:last-child {
		margin-right: 0;
	}
	.side_bn ul li img {
		width: 100%;
		box-sizing: border-box;
	}
}
/* 767px */
@media screen and (max-width : 767px) {
	.side_bn ul li {
		float: left;
		width: calc(50% - 10px);
		margin-right: 10px;
		box-sizing: border-box;
	}
}
/*---------------------------------
お問い合わせ
---------------------------------*/
#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;
}

#contact-column .tel-line {
	vertical-align: middle;
	font-weight: 800;
	font-size: 2.0em;
}
#contact-column .time-line {
	font-size: 1.6em;
	vertical-align: middle;
    word-break: keep-all;
    margin-bottom: 0.5em;
}
/**/
p br.br-sp {display: block; }
.pagetop br.br-sp {display: block; }
h4 br.br-sp {display: block; }

@media screen and (min-width: 768px){
p br.br-sp {display: none; }
.pagetop br.br-sp {display: none; }
h4 br.br-sp {display: none; }
}


#contact-column .tel-line .num {}
#contact-column .tel-line a {
	color: #ff6d5d;
}
 #contact-column i {
    position: relative;
    top: -0.1em;
    margin-right: 0.5em;
	color: #ff6d5d;
}
 #policy-nav i {
    position: relative;
    top: -0.1em;
    margin-right: 0.5em;
	color: #ff6000;
}

/*　1024px　*/
@media only screen and (max-width:1024px) {
	#contact-column .two-block {
		display: block;
	}
	#contact-column .two-block .contact-block {
		float: none;
		width: 100%;
		clear: none;
	}
	#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, #contact-column .two-block .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;
        word-break: keep-all;
	}
}
/*　640px　*/
@media only screen and (max-width: 640px) {
	#contact-column .list-box {
		padding: 0 0em;
	}
	#contact-column .tel-line a {
		font-size: 1.0em;
	}
}
/* リンク */
.list-box ul.textlink {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1em;
  display: block;
}
.list-box ul.textlink li {
  text-align: left;
  width: 20%;
  float: left;
  padding-left: 0;
  padding: 0;
	list-style: none;
	text-indent: 0;
}
.list-box ul.l_textlink li {
  text-align: left;
  width: 33.33%;
  float: left;
  padding-left: 0;
  padding: 0;
	list-style: none;
	text-indent: 0;
}
.list-box ul.ll_textlink li {
  text-align: left;
  width: 50%;
  float: left;
  padding-left: 0;
  padding: 0;
	list-style: none;
    text-indent: 0;
}
.list-box ul.textlink li a, .list-box ul.l_textlink li a, .list-box ul.ll_textlink li a{
    color: #777;
}
.list-box ul.textlink li a:hover, .list-box ul.l_textlink li a:hover, .list-box ul.ll_textlink li a:hover {
    color: #ff6000;
}
.list-box ul.textlink li a:before, .list-box ul.l_textlink li a:before, .list-box ul.ll_textlink li a:before {
    content: "";
    width: 0.4em;
    border: 0.4em solid transparent;
    border-left-color: #FFC299;
    display: inline-block;
    margin: 0 0.25em 0 0;
}
@media (max-width: 768px){
.list-box ul.l_textlink li, .list-box ul.ll_textlink li {
	width: 100%;
	line-height: 2.0em;
	}
 .list-box ul.textlink li {
	width: 50%;
	line-height: 2.0em;
	}
	.list-box ul.textlink {
      margin-bottom: 2em;
    padding-left: 2em;
}
}
/*---------------------------------
ポイント
---------------------------------*/
.point {
	padding-top: 60px;
	padding-bottom: 40px;
	background-color: #ACD4F7;
}
.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;
}
b, strong {
	font-weight: 800;
}
p {
	margin: 1em 0;
	font-size: 1.0em;
	line-height: 1.6em;
	text-align: center;
}
.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;
}
#contact {
	max-width: 1280px;
	margin: 20px auto;
}
/*---------------------------------
テーブル
---------------------------------*/
.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;
}

	.tbl-1 td label{
		display: inline-block;
	}

/*　768px　*/
@media only screen and (max-width: 768px) {
	.tbl-1 {
		display: table;
	}
	.tbl-1 th, .tbl-1 td {
		display: block;
	}
	#contact #formfoot {
		padding: 1em;
	}
	.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: #f00;
}
#contact table th:before {
	content: "";
	border: 0.5em solid transparent;
	border-left-color: #ff6000;
	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: #ff6000;
		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 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"],
#contact table td.err select
{
	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: #ff6000;
	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: #ff6000;
	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 #ff6000;
	margin: 0.5em 1em;
	border: 2px outset #ff6000;
}
.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: #fef4d9;
}
.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: #F9F9F9;
	color: #393939;
    position: relative;
}
#footer-nav a {
	color: #393939;
}
#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: 25%;
    float: left;
	margin: 0.5em 0;
	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;
}
#footer-nav ul.link-group .s-btn a:hover {
	color: #ff8d00;
}
#footer-nav ul.link-parent > li a.parent {
    font-size: 1.2em;
	font-weight: 800;
	line-height: 2em;
	min-width: 8em;
	display: block;
	pointer-events: none;
	color: #ff6000;	
}
#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 0;
	position: relative;
	padding: 0;
	display: block;
	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: 85px;
	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(243,243,243,0.90);
	    color: #777;
	display: block;
	animation: PanelAnime 0.5s linear;
	height: calc(100% - 65px);
}
#Panel-Menu-box.active a {
	color: #777;
}
#Panel-Menu-box.active a:hover {
	color: #ff6000;
}
#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 #777;
	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: #ff6000;
	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 #777;
}
#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 #777;
}
#Panel-Menu-box ul.link-parent li.s-btn-box {
	padding: 0 1em 0;
	background-color: #d1d1d1;
}
#Panel-Menu-box ul.link-parent li.s-btn-box a {
	    color: #777;
}
#Panel-Menu-box ul.link-parent li.s-btn-box a:hover {
	color: #ff6000;
}
#Panel-Menu-box ul.link-parent li.s-btn-box .parent {
	font-weight: 600;
}
#Panel-Menu-box ul.link-children li.s_menu11 {
	background-position: 24px center;
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-image: url(../images/icon_apart.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: 50px auto;
	background-image: url(../images/icon_tenant.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: 50px auto;
	background-image: url(../images/icon_parking.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: 50px 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: 50px auto;
	background-image: url(../images/icon_home.png);
	text-indent: 4.5em;
	padding: 0;
}
#Panel-Menu-box ul.link-children li.s_menu212 {
	background-position: 24px center;
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-image: url("../images/icon_j_tochi.png");
	text-indent: 4.5em;
	padding: 0;
}
#Panel-Menu-box ul.link-children li.s_menu222 {
	background-position: 24px center;
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-image: url("../images/icon_j_tatemono.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: #777;
}
#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: #777;
	border-radius: 0.5em;
}
#Panel-Menu-box ul.link-children a {
	color: #777;
		border-bottom: 2px solid #d1d1d1;
}
#Panel-Menu-box ul.link-children li:last-child a {
	border-bottom: none;
}
/*---------------------------------
個人情報　メニュー
---------------------------------*/
#policy-nav {
	margin: 0;
	background-color: #f5f5f5;
	padding: 1em;
    position: relative;
}
#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:  #ff6000;
}
#policy-nav ul li a {
	padding: 0.25em 1em;
	display: emline-block;
	width: calc(100% - 3px);
	color:  #ff6000;
}
#policy-nav ul li a:hover {
	color: #FFB100;
}
.footer-name {
	margin-bottom: 40px;
	font-weight: bold;
	text-align: center;
}
.footer-copyright {
	font-size: 0.85em;
	text-align: center;
	line-height: 4.5em;
    color: #393939;
    background-color: #d1d1d1;
}
/*　540px　*/
@media only screen and (max-width: 540px) {
	.footer-copyright span {
		display: none;
	}
}
/*---------------------------------
フッター　tel 
---------------------------------*/
.tel_box {
	font-size: 0.95em;
	text-align: center;
	padding: 1em 1em 1em 0;
	margin: 1em 0;
}
.company_name {
	font-size: 1.4em;
	font-weight: 500;
}
.tel_no {
	font-size: 2em;
	font-weight: 700;
	line-height: 2em;
}
.tel_no a {
	color: #ff6000;
}
/*　768px　*/
@media only screen and (max-width: 768px) {
	.tel_box {
		width: 100%;
	}
}
/*---------------------------------
ページトップ 
---------------------------------*/
.pagetop {
	position: fixed;
	bottom: 15px;
	right: 10px;
	z-index: 99;
}
.pagetop a {
	font-size: 0.75em;
	text-align: center;
	text-decoration: none;
	color: #ff6000;
	padding: 0;
    margin: 0 auto;
    position: relative;
    width: 90px;
    height: 90px;
	background-color: rgba(255,238,170,0.80);
    display: block;
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
	/*position: relative;
   -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;*/
}
.pagetop a span {
    position: absolute;
    top:50%;
    right: 10px;
    margin-top: -0.5em;
    text-align: center;
}
.pagetop a img {
    position: absolute;
    margin: 0;
    padding: 0;
    top:-53px;
    right: 0.5em;
}
.ebskun {
transform-origin: center bottom;
animation: anim_s 3s linear infinite;
}
@keyframes anim_s {
0%, 100%{
      transform: rotate(10deg);
  }
  50%{
      transform: rotate(-10deg);
}
}
/*---------------------------------
QRコード
---------------------------------*/
.smp {
	position: fixed;
	bottom: 115px;
	right: 10px;
	z-index: 99;
}
.smp_qr {
	font-size: 12px;
    font-weight: 600;
	text-align: center;
	text-decoration: none;
	color: #ff6000;
	padding: 5.5em 0.85em 0.5em 0.85em;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.80);
	position: relative;
    margin: 0 auto;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    width: 90px;
    height: 90px;
    box-sizing: border-box;
}
.smp_qr img {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 10px;
    right: 19px;
}
.smp_qr span {
    display: inline-block;
    line-height: 1.0em;
}
/* 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;
	}
.pagetop {
	bottom: 75px;
	right: 5px;
}
.pagetop a {
	font-size: 0.75em;
    width: 55px;
    height: 55px;
}
.pagetop a span {
    position: absolute;
    top: 40%;
    right: 10px;
    margin-top: -0.5em;
    text-align: center;
}
/*.pagetop a {
	padding: 2em 2.2em 2em 1.8em;
}
    .pagetop a img {
    right: 1.0em;
}*/
    .smp {
        display: none;
    }
}
/*お客様の家　施工例*/
#works_box {
	background-color: #fffdec;
	overflow: hidden;
	padding: 30px 0;
}
#works_box h2 {
	margin: 0 0 60px 20%;
	float: left;
	width: 60%;
}
#works_box .wrp {
	max-width: 960px;
	margin: 0 auto;
}
/* 768px */
@media (max-width : 768px) {
	#works_box .wrp {
		width: 90%;
		margin: 0 auto;
	}
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
/**/
#works_box .works_dtl {
	position: relative;
	margin-bottom: 50px;
	clear: both;
}
#works_box .event_img {
	width: 40%;
	max-height: 220px;
	overflow: hidden;
	position: relative;
	line-height: 1.2em;
}
#works_box .event_img img {
	width: 100%;
	height: auto;
	margin-top: calc(200px 0);
}
#works_box .imgR .event_img {
	margin-left: auto;
}
#works_box .imgL .event_img {
	margin-right: auto;
}
#works_box .works_inner {
	top: 0;
	margin: 0;
	padding: 10px 50px;
	width: 60%;
	min-height: 200px;
	position: absolute;
	z-index: 2;
	text-align: center;
	box-sizing: border-box;
}
#works_box .imgR .works_inner {
	left: 0;
}
#works_box .imgL .works_inner {
	right: 0;
}
#works_box .works_inner .works_cate {
	display: inline-table;
	margin: 0 auto 0.5em;
	padding: 0.25em 1em;
	background: #ff6000;
	border-radius: 1em;
	color: #fff;
	line-height: 1.2;
}
#works_box .works_inner .works_ttl {
	color: #ff6000;
	margin: 0 0 1.0em 0;
	font-size: 1.4em;
	font-weight: 600;
	    border-bottom: 4px dotted #FFC299;
    padding-bottom: 2%;
}
#works_box .works_inner .works_txt {
	margin: 0 0 1em 0;
	text-align: left;
	line-height: 1.6em;
	font-size: 1.2em;
}
#works_box .works_inner .works_btn {
	font-weight: 600;
	display: block;
	text-align: center;
	padding: 1em 0;
	background: #FFA168;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	border: #ff6000 3px solid;
	position: relative;
}
#works_box .works_inner .works_btn::before {
	content: "";
	position: absolute;
	display: inline-block;
	background: #C0A579;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: -8px;
	z-index: -1;
}
#works_box .works_inner .works_btn:hover {
	background: #fff;
	color: #ff6000;
	border: #ff6000 3px solid;
}
/*　1024px　*/
@media screen and (max-width: 1024px) {
	#works_box .works_inner {
		width: 40%;
		min-height: 150px;
	}
	#works_box .works_inner .works_cate {
		display: none;
	}
	#works_box .works_inner .works_ttl {
		font-size: 1.4em;
	}
}
/* 980px */
@media screen and (max-width: 980px) {
	#works_box .event_img {
		max-height: 280px;
	}
	#works_box .event_img img {
		margin-top: calc(200px - 48%);
	}
}
/*　768px以下　*/
@media screen and (max-width: 768px) {
	#works_box .wrp {
		width: 90%;
		padding: 0 10px;
	}
	#works_box .works_dtl {
		margin-bottom: 0;
		margin-top: 30px;
	}
	#works_box .event_img {
		width: 100%;
		box-shadow: none;
	}
	#works_box .event_img img {
		margin-top: 0;
		display: block;
	}
	#works_box .works_inner {
		position: relative;
		margin-top: 0;
		box-shadow: none;
		min-width: 100%;
		width: 90%;
		padding: 20px;
		display: block;
		box-sizing: border-box;
		overflow: hidden;
		margin-right: 0;
	}
}
/*---------------------------------
ページ画像見出し
---------------------------------*/
.content_head {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 160px;
	padding: 30px 0 30px;
	position: relative;
	width: 100%;
}
.page_about .content_head {
	background-image: url("../images/top_about.jpg?20221024");
}
.page_privacy .content_head {
	background-image: url("../images/top_privacy.jpg");
}
.page_contact .content_head {
	background-image: url("../images/top_contact.jpg");
}
.page_news .content_head {
	background-image: url("../images/top_news.jpg");
}
.page_link .content_head {
	background-image: url("../images/top_link.jpg");
}
.page_sitemap .content_head {
	background-image: url("../images/top_sitemap.jpg");
}
.page_faq .content_head {
	background-image: url("../images/top_faq.jpg");
}
.page_request .content_head {
	background-image: url("../images/top_request.jpg?20221024");
}
.page_satei .content_head {
	background-image: url("../images/top_satei.jpg");
}
.page_inaka .content_head {
	background-image: url("../images/top_inaka.jpg?20221024");
}
.page_buy .content_head {
	background-image: url("../images/top_buy.jpg?20221024");
}
.page_sell .content_head {
	background-image: url("../images/top_sell.jpg?20221024");
}
.page_rent .content_head {
	background-image: url("../images/top_rent.jpg?20221024");
}
.page_rentkiso .content_head {
	background-image: url("../images/top_rentkiso.jpg?20221024");
}
.page_move .content_head {
	background-image: url("../images/top_move.jpg?20221024");
}
.page_paper .content_head {
	background-image: url("../images/top_paper.jpg");
}
.page_blog .content_head {
	background-image: url("../images/top_blog.jpg?20221220-1");
}
.content_head .mask {
	height: 220px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.mask_02 {
	background-color: rgba(0, 0, 0, 0.10);
}
.ventforet {
	margin: 0 auto;
	text-align: center;
}
/*---------------------------------
ページh1　
---------------------------------*/
.content_head h1 {
	text-align: center;
	position: relative;
	color: #fff;
	font-style: normal;
	font-weight: 700;
    text-shadow: rgb(0 0 0 / 33%) 1px 1px 5px, rgb(0 0 0 / 33%) -1px 1px 5px, rgb(0 0 0 / 33%) 1px -1px 5px, rgb(0 0 0 / 33%) -1px -1px 10px;
}
h1 span {
	display: block;
}
.content_head h1 span.ja {
	font-weight: 700;
	font-size: 0.9em;
	margin-top: 0.3em;
}
.content_head h1 span.en {
	font-weight: 700;
	font-size: 1.6em;
	line-height: 100%;
	color: #fff;
}
.content_head h1 span.txt {
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #fff;
	margin: 1em 1em 0 1em;
}
.content_head .h-tit {
	position: absolute;
    max-width: 300px;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.content_head .h-tit img{
	width: 100%;
}
/* 768px */
@media (max-width: 768px) {
    .content_head {
	height: 100px;
}
    .content_head .mask {
    height: 160px;
}
	.content_head h1 span.txt {
		font-size: 12px;
	}
	.content_head h1 span.en {
		font-size: 1.2em;
	}
    .page_blog .content_head {
	background-image: url("../images/top_blog_01.jpg?20221220-2");
}
}
/* 980px */
@media (max-width: 980px) {
	.ventforet img {
		width: 100%;
	}
}
/*---------------------------------
会社案内
---------------------------------*/
.about_table {
	margin: 10px 0;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.about_table th {
	background-color: #FFCDAC;
	text-align: left;
	font-weight: 500;
    vertical-align: middle;
}
.about_table th.midashi {
	background-color: #e3e5ea;
	text-align: left;
	font-weight: 500;
}
.about_table th, .about_table td {
	padding: 18px;
	border-top: 1px solid #ccc;
}
.about_table td {
	line-height: 1.5;
	text-align: left;
}
.about_table ul.disc {
    margin: 0;
    padding: 0;
    text-indent: -1em;
padding-left: 1em;
}
.about_table ul.disc li{
    list-style: disc inside;
    margin: 0;
}
ul.pict-box {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
ul.pict-box li {
	margin: 0;
	padding: 0.5em;
	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: 31.33%;
	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-s {
	overflow: hidden;
	margin: 5px 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, .sub-menu-s ul li a {
	display: block;
	font-size: 1.2em;
	background-color: #777;
	color: #fff;
	text-align: center;
	padding: 1em;
	max-width: 300px;
	margin: auto;
	border: 1px solid #777;
}
.sub-menu ul li a:hover, .sub-menu-s ul li a:hover {
	background-color: #FFF;
	color:  #777;
	border: 1px solid #777;
}
.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;
	list-style: none;
	position: relative;
	line-height: 1.4em;
}
/* ブログ */
.list-box ol li::before {
	font-family: fot-tsukubrdgothic-std, sans-serif;
	counter-increment: counter-name;
	content: counter(counter-name) ".";
	color: #ff6000;
	position: absolute;
	font-weight: 600;
	left: 0;
	font-size: 1.4em;
}

.list-box ol li b {
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: 800;
	font-size: 1.4em;
	color: #ff6000;
	padding-left: 2em;
	display: flex;
}
.list-box ul li b {
	font-weight: 800;
	color: #ff6000;
	padding-left: 0;
}
.list-box ul li.maru {
        color: #11100E;
    font-size: 1.2em;
    font-weight: 500;
  position: relative;
  padding: 0 0 8px 1.5em;
    margin: 8px 0 0 0;
  line-height: 2.0em;
border-bottom: 1px solid #777;
}
 
.list-box ul li.maru:before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #ff6000;
  border-radius: 50%;
}
/* 768px */
@media (max-width: 768px) {
    .list-box ul li.maru {
    font-size: 0.95em;
        line-height: 1.4em;
}
}
ul.search {}
ul.search li {
    float: left;
    width: 30%;
    margin: 1%;
}
ul.search li a {
    display: block;
    font-size: 1.2em;
    font-weight: 700;
    background-color: rgba(255,255,255,0.70);
    color: #333;
    text-align: center;
    padding: 1em;
    border: 1px solid #333;
    /*border-radius: 1.5em;*/
    float: left;
    width: 100%;
    margin: 0.5em;
    box-sizing: border-box;
}
ul.search li a:hover {
    background-color: rgba(255,255,255,1.00);
    color: #777;
    border: 1px solid #333;
    transition: .3s;
}
/* 768px */
@media (max-width: 768px) {
ul.search li {
    float: left;
    width: 98%;
    margin: 1%;
    }
ul.search li a {
    margin: 0.5em 0;
}
}
.inaka_img {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: block;
}
.list-box ol li p, .list-box ul li p {
	text-align: left;
	line-height: 1.4em;
}
.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;
}
.list-box .p_contact {
		text-align: center;
		line-height: 2;
	}
/* 768px */
@media (max-width: 768px) {
.list-box .p_contact {
		text-align: left;
	}
	.contents-box .p_contact br {
		display: block;
	}
}
/*---------------------------------
不動産の売却・運用 サイドメニュー
---------------------------------*/
.side_column {
	position: fixed;
	right: 20px;
	top: calc(50% - 235px);
	width: auto;
	z-index: 3;
}
.side_column .side_content {
	width: 70px;
}
.side-block-list a:hover {
	text-decoration: none;
	background-color: rgba(230, 222, 200, .2);
}
.point-side-item {
	width: 70px;
	height: 70px;
	opacity: .5;
	transition: .2s ease-in;
	position: relative;
}
.point-side-item:hover {
	opacity: 1;
}
.point-side-item:not(:last-child) {
	margin: 0 0 15px;
}
.point-side-link {
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	border: 4px solid #333;
	text-align: center;
	line-height: 1.0em;
}
.point-side-link:hover {
	border: 4px solid #333;
	color: #fff;
}
.point-side-text {
	position: absolute;
	right: 0px;
	top: calc(50% - 20px);
	z-index: -1;
	display: block;
	padding: 10px 25px 10px 20px;
	background: rgba(51, 51, 51, 1.00);
	color: #fff;
	white-space: nowrap;
	font-weight: bold;
	pointer-events: none;
	opacity: 0;
	transition: .2s ease-out;
	border-radius: 1em 0 0 1em;
}
.point-side-item:hover .point-side-text {
	right: 60px;
	opacity: 1;
}
/*　768px　*/
@media only screen and (max-width: 768px) {
	.side_column {
		right: -25px;
	}
}
/*com*/
.list-box ul.com_box {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
}

.list-box ul.com_box .com_item {
  width: 16%;
  list-style: none;
    margin: 0 2%;
    box-sizing: border-box;
    text-align: center;
}
.list-box ul.com_box .com_img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}
.list-box ul.com_box .com_img img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

.list-box ul.com_box .com_txt {
  font-family: sans-serif;
  font-size: 0.75em;
    line-height: 1.4em;
  font-weight: 600;
  color: #333;
background-color: #FFEEAA;
    border-radius: 0.5em;
    padding: 0.5em;
    margin: 0 0 0.75em;
    position: relative;
    box-sizing: border-box;
}
.list-box ul.com_box .com_txt::after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 7px 0 7px;
    border-color: #FFEEAA transparent transparent transparent;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*　768px　*/
@media (max-width : 768px) {
.list-box ul.com_box .com_txt {
    /*height: 3em;*/
    font-size: 0.5em;
    line-height: 1.6em;
    padding: 0.75em 0.25em;
    }
  .list-box ul.com_box .com_item {
  width: 29%;
}
}
/*---------------------------------
step 不動産の売却・運用
---------------------------------*/
#consult-section p {
	color: #000000;
	padding: 0 0.5em;
}
.step {
	padding-bottom: 40px;
	width: 95%;
	margin: 0 auto;
	text-align: center;
}
.step_item {
	display: block;
	text-decoration: none;
	background-color: #fff;
	padding: 15px 0;
	z-index: 1;
	margin-bottom: 2em;
	overflow: hidden;
    border: 3px solid #ffd565;
    /*border-radius: 1.5em;*/
}
.step_item_box {
	text-align: center;
	margin-bottom: 18px;
    margin-left: 10px;
	float: left;
	width: 25%;
	min-width: 12em;
}
.step_item_label {
	font-size: 20px;
	font-weight: 700;
	color: #ff6000;
	margin-bottom: 10px;
	line-height: 1;
}
.step_item_name {
	font-size: 1.0em;
	font-weight: 700;
	color: #333;
	line-height: 1.4;
}
.step_item_label_number {
	font-size: 42px;
	margin-left: 0.25em;
	vertical-align: baseline;
}
.step_item_text {
	font-weight: normal;
	line-height: 1.5em;
	margin: 0 0 0 2em;
	text-align: left;
	padding: 0 1em 0 25%;
}
.step_item_text ol {}
.step_item_text ol li {list-style: decimal;
}
/*　640px　*/
@media (max-width : 640px) {
.step_item_text {
	padding: 0 1em;
}   
 .step {
	padding-bottom: 10px;

}
}
/*その*/
.sono_item {
    width: 100%;
    overflow: hidden;
    border: 2px solid #ffd565;
    margin-bottom: 0.75em;
    padding: 0.5em;
    box-sizing: border-box;
    position: relative;
}
.sono_item a{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.sono_label {
	font-size: 20px;
	font-weight: 700;
	color: #ff6000;
	margin: 0 0 0 2em;
    padding: 0 1em;
	line-height: 1;
    float: left;
}
.sono_label_number {
	font-size: 42px;
	margin-left: 0.25em;
	vertical-align: sub;
}
.sono_name {
	font-size: 1.0em;
	font-weight: 700;
	line-height: 1.4;
    float: left;
    margin-top: 0.25em;
    color: #ff6000;
}
.sono_name i {
margin-right: 0.5em;
    color: #ff6000;
    font-size: 20px;
}
.sono_name i.fa-angle-right {
    float: left;
    position: absolute;
    left: 1em;
    font-size: 32px;
}
/*.sono_name i.fa-angle-right {
    float: right;
    position: absolute;
    right: 0;
    font-size: 32px;
}*/
.sono_name i.fa-angle-left {
    float: left;
    position: absolute;
    left: 1em;
    font-size: 32px;
}
.sono3_label {
	font-size: 20px;
	font-weight: 700;
	color: #ff6000;
	margin: 0 0 0 2em;
    padding: 0 1em;
	line-height: 1;
}
.sono3_label_number {
	font-size: 42px;
	margin-left: 0.3em;
	vertical-align: sub;
}
/* 890px */
@media screen and (max-width: 890px) {
.sono_item {
    font-size: 14px;
}
.sono_label {
	font-size: 14px;
    padding: 0 1em 0 0;
}
.sono_label_number {
	font-size: 32px;
	margin-left: 0.25em;
}
 .sono_name {
    font-size: 18px;
    margin-top: 0.25em;
}
    .sono_name i {
    margin-right: 0.25em;
    font-size: 18px;
}
    .sono_name i.fa-angle-right {
    font-size: 28px;
    left: 0.25em;
}
}
/* 640px */
@media screen and (max-width: 640px) {
.sono_item {
    font-size: 14px;
}
.sono_label {
	font-size: 14px;
    padding: 0 0.75em 0 0;
}
.sono_label_number {
	font-size: 24px;
	margin-left: 0.15em;
}
 .sono_name {
    font-size: 15px;
    margin-top: 0;
}
    .sono_name i {
    margin-right: 0.25em;
    font-size: 14px;
}
    .sono3_label {
	font-size: 14px;
    padding: 0 0.25em 0 0;
}
.sono3_label_number {
	font-size: 28px;
	margin-left: 0.15em;
}  
}

/* item */
.item_box {
  width: 100%;
}
.item_box .item, .item_box .item_2c, .item_box .item_1c, .item_box .item_1-5c  {
  /*border-radius: 1.5em;*/
  background-color: rgba(255, 255, 255, 0.6);
border: 3px solid #ffd565;
  padding: 36px;
  margin: 1%;
  text-align: center;
  box-sizing: border-box;
	position: relative;
	/*overflow: hidden;*/
}
.item_box_co .item, .item_box_co .item_2c, .item_box_co .item_1c, .item_box_co .item_1-5c  {
  /*border-radius: 1.5em;*/
  background-color: #fff;
border: 2px solid #ccc;
  padding: 1.0em;
  margin: 1em 1%;
  text-align: center;
  box-sizing: border-box;
	position: relative;
}
.item_ttl {
  color: #ea5b00;
  margin: 0 0 10px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 0.25em;
  display: block;
}
.item_box p {
  text-align: left;
}
/*　767px　*/
@media (min-width : 767px) {
  .item_flexbox {
    display: flex;
    flex-wrap: wrap;
  }
  .item {
    width: 98%;
    margin: 1%;
  }
  .item_2c {
    width: 98%;
    margin: 1%;
  }
  .item_1c, .item_1-5c {
    width: 98%;
    margin: 1%;
  }
  .item_box .item, .item_box .item_2c, .item_box .item_1c, .item_box .item_1-5c {
    padding: 20px 20px 10px 20px;
  }
  .item_box p {
    line-height: 1.5em;
  }
  /*.item_box_co .item, .item_box_co .item_2c, .item_box_co .item_1c, .item_box_co .item_1-5c  {
  padding: 36px;
}*/
}
/*　980px　*/
@media (min-width : 980px) {
  .item_flexbox {
    display: flex;
    flex-wrap: wrap;
  }
  .item {
    width: 31%;
    margin: 1%;
  }
  .item_2c {
    width: 64%;
    margin: 1%;
  }
  .item_1c {
    width: 98%;
    margin: 1%;
  }
  .item_1-5c {
    width: 48%;
    margin: 1%;
  } 
  .item_box .item, .item_box .item_2c, .item_box .item_1c, .item_box .item_1-5c {
    padding: 20px 20px 10px 20px;
  }
  .item_box p {
    line-height: 1.5em;
  }
}
@media (max-width : 768px) {
  .item_box .item, .item_box .item_2c, .item_box .item_1c, .item_box .item_1-5c {
    padding: 20px 20px 10px 20px;
    margin: 15px 0; 
  }
  .item_box p {
    line-height: 1.5em;
  }
	a.btn_list_s_S {
}
}
/*サイトマップ*/
ul.sitemap_list {
	border-bottom: 1px solid #ccc;
}
ul.sitemap_list li {
margin: 0;
	padding: 0.75em;
	border-top: 1px solid #ccc;
}
ul.sitemap_list li:last-child {
	border-bottom: 1px solid #ccc;
}
ul.sitemap_list li a {
  list-style: none;
  display: block;
  background-image: none;
  font-weight: 600;
	font-size: 1.05em;
    color: #777;
}
ul.sitemap_list li a:hover {
    color: #FFA954;
    transition: .3s;
}
ul.sitemap_item {
  margin: 0.75em 0 0 0;
  padding: 0;
	margin-bottom: 1em;
}
.list_box ul.sitemap_item li {
  list-style: none;
}
ul.sitemap_item li a {
  margin: 0;
  list-style: none;
  display: block;
  background-image: none;
  font-weight: normal;
}
ul.sitemap_list li a:before {
  content: "";
  border: 0.5em solid transparent;
  border-left-color: #FFC299;
  display: inline-block;
  margin: 0 0.5em 0 0;
}
ul.sitemap_item li a:before {
  content: "";
  border: 0.3em solid transparent;
  border-left-color: #FFC299;
  display: inline-block;
  margin: 0 0.5em 0 0;
}
/*---------------------------------
パンくず
---------------------------------*/
.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: #ff6000;
}
.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%;
	}
}
/*---------------------------------
バナーエリア 物件検索MENU
---------------------------------*/
h4.banner-tit{
	margin: 0;
	padding: 1em 0 0.75em;
	text-align: center;
	font-size: 1.8em;
	font-weight: 600;
}
#menu8-section { 
    background-color: transparent;
    position: relative;
    margin: -80px auto 0 auto;
    padding: 0;
    z-index: 9;
}
.banner-area-box {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
    max-width: 960px;
}
.banner-area {
	color: #FFFFFF;
	overflow: hidden;
	display: flex;
	    flex-wrap: wrap;
	padding: 0;
    margin: 0.5em;
    box-shadow: 0 0 8px rgb(0 0 0 / 50%);
}
/*.smoke_blue{
	background-color: #c3ddff;
}
.smoke_green{
	background-color: #E7FFB2;
}*/
/*.banner-content-onethird {
	background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
	width: 31.3%;
	margin: 0.75em 1%;
}
.banner-content-onefour {
	background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
	width: 23%;
	margin: 0.75em 1%;
}*/
/*8search*/
.banner-content-eight {
	background-color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
	width: 12.5%;
	margin:0;
    padding: 1.25em 0.25em 1.0em;
    box-sizing: border-box;
    border-right: solid 1px #ccc;
}
/*7search*/
.banner-content-oneseven_4, .banner-content-oneseven_3 {
	background-color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
	width: 14.2%;
	margin:0;
    padding: 1.25em 0.25em 0.75em;
    box-sizing: border-box;
    border-right: solid 1px #ccc;
}
.banner-content-oneseven_3:last-child, .banner-content-eight:last-child {
    border-right: none;
}
/*.banner-content-onethird:hover, .banner-content-half:hover, .banner-content-onefour:hover {
	background-color: rgba(255,255,255,0.50);;
}
.banner-content-half {
	background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
	width: 48%;
	margin: 0.75em 1%;
}
.banner-content-onethird a, .banner-content-half a, .banner-content-onefour a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}*/
/*.banner-content-onethird h3, .banner-content-half h3, .banner-content-onefour h3 {
    color: #292822;
    padding: 0;
    align-items: center;
    font-weight: 600;
    font-size: 1.6em;
    overflow: visible;
    letter-spacing: 0em;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.4);
     background: linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,0.20));
    line-height: 1.6em;
    height: 100%;
}*/
.banner-box{
	padding: 0;
	margin: 0;
	overflow: hidden;
	box-sizing: border-box;
}

.banner11:hover, .banner12:hover, .banner13:hover, .banner21:hover, .banner22:hover, .banner23:hover, .banner24:hover, .banner212:hover, .banner222:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
      transform: scale(1.05);
  transition-duration: 0.3s;
}
.banner11, .banner13, .banner12, .banner21, .banner21, .banner22, .banner23, .banner212, .banner222 {
	background-color: #f4f4f4;
    width: 100%;
    height: 100px;
    flex-shrink: 0;
	background-size: cover;
	overflow: hidden;
     transition: .3s ease-in-out;
}
.banner8_11, .banner8_13, .banner8_12, .banner8_21, .banner8_22, .banner8_23, .banner8_212, .banner8_222{
    width: 100%;
    height: 110px;
    flex-shrink: 0;
	background-size: cover;
	overflow: hidden;
     transition: .3s ease-in-out;
}
.banner-box h3 {
	margin: 0;
}
.b_title {
	font-size: 0.85em;
font-weight: 500;
    padding-top: 1.2em;
    line-height: 1.2em;
}
.b8_title {
    color: #11100E;
	font-size: 1.25em;
font-weight: bold;
    padding-top: 0.25em;
    line-height: 1.25em;
    display: block;
}
.b8_satei_title {
    color: #11100E;
	font-size: 1.25em;
font-weight: bold;
    padding-top: 0.25em;
    line-height: 1.2em;
     letter-spacing: -0.12em;
    display: block;
}
.b_detail {
	font-size: 0.5em;
font-weight: 400;
	margin: 0.5em 0 0.5em 0;
	display: block;
    color: #777;
    line-height: 1.0em;
}
.b8_detail {
	font-size: 0.75em;
font-weight: 400;
	margin: 0.25em 0 0 0;
	display: block;
    color: #777;
}
.b8_title:hover, .b8_title_satei:hover, .b8_detail:hover {
    color: #ff6000;
    transition: .3s;
}
.banner-content-oneseven_4 h3, .banner-content-oneseven_3 h3, .banner-content-eight h3 {
    margin: 0;
    padding: 0;
}
.banner-content-oneseven_4 h3 img, .banner-content-oneseven_3 h3 img, .banner-content-eight h3 img {
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
}
.banner-content h3::before {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 65px;
    width: 65px;
    margin: 20px 0 10px 0;
}

.banner02 h3 {
	letter-spacing: 0em;
}
/* 1280px */
@media screen and (max-width: 1280px) {
.b8_satei_title {
	font-size: 1.15em;
}
}
/* 1040px */
@media screen and (max-width: 1040px) {
.b8_satei_title {
	font-size: 1.0em;
}
}
/* 890px */
@media screen and (max-width: 890px) {
.b8_title {
	font-size: 1.0em;
}
.b8_satei_title {
	font-size: 0.95em;
}
}
/* 768px */
@media screen and (max-width: 768px) {
    #menu8-section, #menu8-section {
    margin: 0 auto;
}
    .banner-area {
    padding: 0;
    margin: 0;
}
.banner-content-eight {
	width: 25%;
    border-bottom: solid #ccc 1px;
    padding: 0.5em 0.25em;
}
 .banner-content-eight:nth-child(4), .banner-content-eight:last-child {
    border-right: none;
}
    .banner-content-oneseven_3 {
	width: 33.3%;
    border-bottom: solid #ccc 1px;
    padding: 0.5em 0.25em;
}
    .banner8_11, .banner8_13, .banner8_12, .banner8_21, .banner8_22, .banner8_23, .banner8_212, .banner8_222 {
    height: 65px;
}
    .banner-content-oneseven_4 h3 img, .banner-content-oneseven_3 h3 img, .banner-content-eight h3 img {
    width: 40px;
    height: 40px;
}
    .banner21, .banner22, .banner212, .banner222, .banner11, .banner12, .banner13 {
          height: 140px;
}
    h4.banner-tit {
    font-size: 1.4em;
}
.b_title {
    font-size: 0.85em;
    font-weight: 500;
    padding-top: 0em;
    line-height: 1.0em;
}
.b8_title {
    font-size: 1.0em;
}
.b8_satei_title {
    padding-top: 0.5em;
	font-size: 0.85em;
}
 .b8_detail {
        display: none;
    }
}
ul.kome {
	font-size: 0.85em;
    margin: 0 0 1em 0;
    }
ul.kome li {
    margin: 0;
}
/* 540px */
@media screen and (max-width: 540px) {
.b8_satei_title {
	/*font-size: 0.75em;*/
    padding-top: 0.5em;
}
}
/*---------------------------------
ボタン
---------------------------------*/
.r_btn {
	margin: 1em 1em 2em 1em;
}
.r_btn a {
	color: #fff;
	margin: 0 auto;
	max-width: 420px;
	font-weight: 600;
	display: block;
	text-align: center;
	padding: 1em 0;
	background: #777;
	line-height: 1;
	text-decoration: none;
	border: #777 1px solid;
	position: relative;
}
.r_btn a:hover {
	color: #777;
	background: #fff;
	border: #777 1px solid;
}
.rs_btn {
	margin: 1em 1em 0 1em;
}
.rs_btn a {
	color: #fff;
	margin: 0 auto;
	max-width: 420px;
	font-weight: 600;
	display: block;
	text-align: center;
	padding: 1em 0;
	background: #777;
	line-height: 1.2em;
	text-decoration: none;
	border: #777 1px solid;
	position: relative;
}
.rs_btn a:hover {
	color: #777;
	background: #fff;
	border: #777 1px solid;
}
/*---------------------------------
フロー
---------------------------------*/
.flow_box {
	margin: 10px auto 5px;
	padding: 5px;
	max-width: 600px;
	background: #FFC388;
    /*border-radius: 1.5em;*/
}
.flow_box ul{
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
.flow_box ul li{
    text-align: left;
	padding: 0;
	margin: 0px;
	list-style: disc;
    line-height: 1.8em;
    font-size: 0.95em;
}
.flow_title {
	margin: 0px;
	padding: 3px 0px 5px 10px;
	line-height: 1.5em;
	font-weight: bold;
	color: #fff;
}
.flow_comment {
	margin: 0px;
	padding: 5px 5px 5px 1em;
	background: #FFF;
    /*border-radius: 0 0 1.5em 1.5em;*/
}
/*　よくある質問　*/
/*#faq*/
#faq .switch {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
#faq .switch tr.faq_ttl th {
  color: #fff;
  display: block;
  padding: 1em 3em;
  position: relative;
  text-decoration: none;
  z-index: 2;
  background: #FFB455;
  line-height: 1.2;
  font-weight: normal;
  /*border-radius: 0.5em;*/
	cursor: pointer;
}
#faq .switch tr.faq_ttl th::before {
  content: "＋";
  color: #777;
  display: block;
  height: 32px;
  width: 32px;
  font-size: 32px;
  line-height: 1;
  position: absolute;
  right: 12px;
  top: calc(50% - 16px);
  margin: 0;
  z-index: 10;
}
#faq .switch tr.faq_ttl::before {
  content: "Q";
  color: #777;
  display: block;
  height: 32px;
  width: 32px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  left: 15px;
  top: calc(50% - 20px);
  margin: 0;
  z-index: 10;
}
#faq .switch tr.faq_ttl th::after {
  display: none;
}
#faq tr.faq_ttl th::after {
  bottom: -5px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
#faq .switch tr.faq_ttl {
  color: #faf7eb;
  font-size: 1.25em;
  position: relative;
  display: block !important;
  text-align: left;
}
#faq .switch tr.faq_ttl, #faq .switch tr.switch_cnt {
  width: 100% !important;
}
#faq .switch tr.switch_cnt {
  display: none;
}
#faq .switch tr.switch_cnt td::before {
  content: "A";
  color: #777;
  display: block;
  height: 32px;
  width: 32px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  left: 15px;
  top: calc(50% - 16px);
  margin: 0;
  z-index: 10;
}
#faq .switch tr.switch_cnt td span {
	color: #6cbb81;
}
#faq tr.faq_ttl.active th::before {
  content: "−";
}
#faq .switch {
  margin: 0 0 20px;
  width: 100% !important;
}
#faq .switch_cnt td {
  padding: 1em 1em 1em 4em;
  transition: all 0.3s ease 0s;
  position: relative;
}
#faq .switch_cnt td {}
/*田舎暮らし*/
#inaka_k{
	position: relative;
	padding-bottom: 2em;
    overflow: hidden;
}
#inaka_k.cp_head{
padding:5%;
}
#inaka_k.cp_head .inaka_k_bg {
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
background-repeat:no-repeat;
background-position:top center;
background-image: url("../images/sakura03.jpg");
background-size:cover;
opacity: 0.5;
transform: translateZ(0);
}
#inaka_k.cp_head .mask {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#inaka_k.cp_head .mask_03 {
    background-color: rgba(255,255,255,0.50);
    z-index: 0;
}
.g-box{
	z-index: 1;
}
/* 834px */
@media screen and (max-width: 834px){
#inaka_k.cp_head {
    background-attachment: inherit;
    /* height: 180px; */
    padding: 15px;
}
}

#inaka_k .g-ttl{
	font-size: 1.0em;
}
#inaka_k p.g-search {
	font-size: 1.4em;
  font-weight: 600; 
  color: #ff6000;
  margin: 0.5em;
}
#inaka_k label{
  box-shadow:0 0 5px rgba(0,0,0,.2);
  padding:1em;
  background:white;
  width:24em;
  display:block;
  position:relative;
	border: 2px solid #ff6000;
	border-radius: 0.5em;
	margin: 0 auto;
	text-align: center;
}
#inaka_k select{
  border:none;
  outline:none;
  display: inline-block;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  cursor:pointer;
  font-size:16px;
  color:#909090;
  border-radius:0;
  width:22em;
  z-index:2;
  background:transparent;
}
#inaka_k label:after{
  content:"\25bc";
  font-size:16px;
  color:white;
  background:#ff6000;
  width:50px;
  text-align:center;
  line-height:3.2em;
  top:0;
  right:0;
  bottom:0;
	margin: 5px;
  position:absolute;
  pointer-events:none;
	border-radius: 0.5em;
}
#inaka_k option{
  border-bottom:1px solid #eaeaea;
  border-left: 2px solid white;
  appearance:none;
	border-radius: 0.5em;
	max-height: 5em;
	margin-top: 1em;
}
#inaka_k option:hover{
  background-color:white;
  border-left:2px solid #f3a1a1;
}
#inaka_k button {
	font-size: 1.4em;
  font-weight: 500;
  outline: none;
  background-color: #ff6000;
  color: #fff;
  padding: 0.25em 4em;
  border-radius: 0.5em;
	  box-shadow:0 0 5px rgba(0,0,0,.2);
	letter-spacing: 0.15em;
	border: 2px solid #ff6000;
}
#inaka_k button:hover {

  background-color: #fff;
  color: #ff6000;
border: 2px solid #ff6000;
}
/*　640px　*/
@media only screen and (max-width: 640px) {
#inaka_k label{
  padding:10px;
  width:90%;
}
#inaka_k select{
  width:90%;
}
}
/*　ブログ　*/
#blogList {
    padding: 0.75em 1em;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}
#blogList li {
   height: 3em;
              }
#blogList li {}
#blogList li .date {
 display: inline-block;
 margin-right: 2em;
 }
 #blogList li .title {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  }

/*---------------------------------
スライダー
---------------------------------*/
#opening {
	overflow: hidden;
	background-color: #D3D3D3;
	height: 560px;
	position: relative;
}
#opening ul {
	z-index: 1;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0px;
	margin: 0;
	padding: 0;
	height: 560px;
}
#opening ul li {
	z-index: 1;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#opening ul li img {
	opacity: 1;
	width: 100%;
	height: auto;
	transform: translate(0px, 0px);
	transition-duration: 4s;
    position: relative;
    top: -170px;
}
#opening ul li.active img {
	opacity: 1;
	transform: translate(0px, -300px);
}
#opening ul li a.link {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0px;
	top: 0px;
}
#opening .bx-wrapper {
	height: 560px;
	padding: 0;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	border: none;
	background: #D3D3D3;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0px;
}
#opening ul li .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 .s-box {
	position: absolute;
	width: 100%;
	padding: 50px 20px;
	margin: 0;
	box-sizing: border-box;
	color: #fcfeff;
	font-size: 1.6em;
	z-index: 20;
	top: 200px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    height: 380px;
}
#opening ul .link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#opening .s-title {
	font-size: 1.4em;
	font-weight: 600;
	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-box img.inaka_t {
    width: 40%;
    transform:none;
    text-align: center;
    margin: 0 auto;
    top: 0;
}
#opening .s-logo {
	line-height: 1.8;
	color: #ff6000;
	font-size: 0.75em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
}
#opening .s-lead {
	line-height: 1.6;
	color: #fff;
	font-size: 0.85em;
	font-weight: bold;
	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: 0.5em 0 0 0;
	padding: 0;
}
#opening ul li .s-center {
	text-align: center;
}
#opening ul li .s-left {
	text-align: left;
}
#opening a.link-btn {
	display: block;
	font-size: 0.6em;
    font-weight: bold;
	text-align: center;
	padding: 0.65em 1.0em;
	max-width: 240px;
    min-width: 180px;
	margin: 0.75em auto 0;
	background-color: rgba(255,255,255,0.80);
    /*border-radius: 3em;*/
	color: #777;
	/*border: 2px solid #000;*/
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
#opening a.link-btn:hover {
    color: #11100E;
    background-color: rgba(255,255,255,0.80);
	/*border: 2px solid #000000;*/
}
    #opening .s-btn {
	font-size: 1.2em;
    font-weight: 700;
    color: #fff;
    border: 2px solid #777;
    text-decoration: none;
    padding: 0.5em 1em;
    margin: 0 2px;
    line-height: 1;
    margin-top: 0;
    background: #777;
    float: none;
    }
#opening .bx-wrapper .bx-pager, #opening .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 85px;
    width: 100%;
}
#opening .bx-wrapper .bx-pager.bx-default-pager a {
background-color: rgba(255,255,255,0.1) !important;
    width: 13px !important;
    height: 13px !important;
    border: 2px solid #FFF !important;
    margin: 10px !important;
    box-sizing: border-box;
    border-radius: 50%;
}
#opening .bx-wrapper .bx-pager.bx-default-pager a:hover, #opening .bx-wrapper .bx-pager.bx-default-pager a.active, #opening .bx-wrapper .bx-pager.bx-default-pager a:focus {background-color: rgba(255,255,255,1.0) !important;
}
/* 1680px */
@media screen and (max-width: 1680px) {
	#opening {
		height: 450px;
	}
	#opening .bx-wrapper {
		height: 450px;
	}
	#opening ul {
		height: 450px;
	}
	#opening ul li img {
	}
	#opening ul li.active img {
		opacity: 1;
		transform: translate(0px, -180px);
	}
	#opening ul li .open_text_l {
		height: 450px;
		font-size: 1.6em;
	}
    #opening .s-box {
        top: 180px;
    height: 300px;
}
}
/* 1024px */
@media screen and (max-width: 1024px) {
	#opening {
		height: 400px;
	}
	#opening .bx-wrapper {
		height: 400px;
	}
	#opening ul {
		height: 400px;
	}
	#opening ul li img {
    top: 0px;
    }
	#opening ul li.active img {
		opacity: 1;
		transform: translate(0px, -140px);
	}
	#opening ul li .open_text_l {
		height: 400px;
	}
    #opening .s-box img.inaka_t {
    width: 60%;
}
	#opening .s-box {
		font-size: 1.2em;
        height: 270px;
        top: 150px;
	}
    #opening a.link-btn {
    font-size: 0.6em;
    bottom: 0;   
}
}
/* 768px */
@media screen and (max-width: 768px) {
	#opening {
		height: 280px;
	}
	#opening .bx-wrapper {
		height: 280px;
	}
	#opening ul li .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: 1em;
		-ms-writing-mode: lr-tb;
		writing-mode: lr-tb;
	}
	#opening ul li img {
		transform: translate(0px, 0) scale(1);
		transition-duration: 4s;
	}
	#opening ul li.active img {
		transform: translate(0px, 0) scale(1.2);
	}
	#opening .s-box {
		/*font-size: 1.0em;*/
        height: 240px;
        top: 120px;
	}
	#opening .s-title {
		/*font-size: 1.2em;*/
	}
	#opening .s-lead {
        display: none;
		/*line-height: 1.4em;
		font-size: 0.85em;*/
	}
     #opening .bx-wrapper .bx-pager, #opening .bx-wrapper .bx-controls-auto {
    bottom: 0;
}
    #opening .bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px !important;
    height: 10px !important;
}
    #opening .s-box img.inaka_t {
    width: 90%;
}
    #opening a.link-btn {
    font-size: 0.6em;
	max-width: 200px;
    bottom: 0;   
}
}
/* 640px */
@media screen and (max-width: 640px) {
	#opening .s-box {
    height: 170px;
    top: 80px;
	}
	#opening {
		height: 220px;
	}
	#opening .bx-wrapper {
		height: 220px;
	}
}

/*---------------------------------
MENU　スライド
---------------------------------*/
#menu .bx-wrapper {
  position: relative;
  /*margin-bottom: 60px;*/
  padding: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -moz-box-shadow: 0 0 0px transparent;
  -webkit-box-shadow: 0 0 0px transparent;
  box-shadow: 0 0 0px transparent;
}
#menu .bx-viewport {
  height: 170px;
}
#menu ul.slider {
  display: block;
  overflow: hidden;
}
#menu ul.slider li {
  width: 20%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0 15px;
  cursor: pointer;
  overflow: hidden;
  background-color: #fff;
}
#menu ul.slider li img {
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.bx-wrapper .bx-caption {
display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  font-family: "Noto Serif JP", serif;
}
.bx-wrapper .bx-caption span {
    display: none;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  display: block;
  font-size: .65em;
  padding: 10px;
}
#menu .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -20px;
    width: 100%;
}
#about_aisatsu {
    margin-top: 3em;
}
/*---------------------------------
リロード
---------------------------------*/
#loader {
	opacity: 1;
	position: fixed;
	z-index: 100000;
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	left: 0;
}
#loader .spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px
}
#loader .spinner > div {
	background-color: #808080;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out
}
#loader .spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}
#loader .spinner .rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}
#loader .spinner .rect4 {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}
#loader .spinner .rect5 {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s
}
@-webkit-keyframes sk-stretchdelay {
	0%, 40%, 100% {
		-webkit-transform: scaleY(0.4)
	}
	20% {
		-webkit-transform: scaleY(1.0)
	}
}
@keyframes sk-stretchdelay {
	0%, 40%, 100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}
	20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}
/*----- フェードイン -----*/
.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);
}