@charset "utf-8";


/* -------------------------------------------------- */
/* 共通設定 */
/* -------------------------------------------------- */

.sp {
	display: none!important;
}

/* WP */
/* -------------------------------------------------- */
/* 投稿の画像配置 */
/*.alignright { display: block; margin: 0 0 10px auto; }*//* 配置位置 左 */
/*.alignleft { display: block; margin: 0 auto 10px 0; }*//* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
.alignright { float: right; padding: 0px 0 10px 10px; } /* 後続のテキスト左回り込み */
.alignleft { float: left; padding: 0px 10px 10px 0; }/* 後続テキスト右回り込み */


/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited { text-decoration: none; color: #333333; }
a:hover  { text-decoration: none; color: #074B47; }
a:active { text-decoration: none; color: #074B47; }
a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
a img {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
a:hover img {
	opacity: 0.7;
}

/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/*SNS*/
#shr_canvas6 {
	display: none;
}

/* OUTLINE */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
	height: 100%;
}

body {
	height: 100%;
	background: #FFFFFF;
	color: #000;
	font-size: 14px;
	line-height: 1.8em;
	font-family: 'Meiryo UI',"メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic ProN", Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body .min {
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
body .os {
		font-family: 'Oswald', sans-serif;
}
body .mont {
		font-family: 'Montserrat', sans-serif;
}

#contents, .contents {
	position: relative;
	line-height: 1.6;
}

/*ヘッダー*/
#header {
	width: 100%;
	position: relative;
}
#headTxt {
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0 25px;
	font-size: 1.2rem;
}
#headBox {
	width: 100%;
	height: 110px;
	position: absolute;
	top: 30px;
	left: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	z-index: 9999;
}
#headBox.scroll {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0));
}
#headBox #logo {
	position: absolute;
	top: 35px;
	left: 35px;
}
#headBox #naviOpen {
	display: none;
}


/*グローバルナビ*/
#gNavi {
	display: inline-block;
	height: 110px;	
	position: absolute;
	top: 35px;
	right: 20px;
}
#gNavi #navInner ul {
	display: inline-block;
}
#gNavi #navInner li.single {
	float: left;
	font-size: 1.2rem;
	line-height: 1.4;
	position: relative;
	text-align: center;
	padding: 0 30px;
}
#gNavi #navInner li.single em {
	display: block;
	font-size: 1.6rem;
}
#gNavi #navInner li.single a {
	display: block;
	height: 50px;
	color: #333;
}
#gNavi #navInner li.single a:hover {
	font-size: 1.62rem;
}
/*#gNavi #navInner li.single a::after {
	display: block;
	content: "";
	width: 90%;
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 30px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);

}
#gNavi #navInner li.single a:hover::after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
}*/

#gNavi #navInner ul li.multi ul.parent {
  list-style: none;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0s;
}
#gNavi #navInner ul li.multi:hover ul.parent{
  visibility: visible;
  opacity: 1;
}
#gNavi #navInner ul li.multi ul.parent li.child{
  width: 100%;
  height:50px;
}
#gNavi #navInner ul li.multi ul.parent li.child a{
  visibility: hidden;
  opacity: 0;
  transition: .5s;
  padding: 0px;
  /* border-top: 1px solid #fff; */
  /* border-left: none; */
  background: #000;
  text-align: center;
  color: #fff;
  height:50px;
  line-height: 50px;
  width: 100px;
  float: none;
  margin-top: 1px;
}
#gNavi #navInner ul li.multi ul.parent li.child a:hover{
  background: #fff;
  color: #333;
}
#gNavi #navInner ul li.multi:hover ul.parent li.child a{
  visibility: visible;
  opacity: 1;
}

/*メイン*/
.innerFix {
	width: 1000px;
	margin: 0 auto;
}


/*フッター*/
footer {
	padding: 100px 0 0;
}
footer #linkBox {
	width: 1000px;
	margin: 0 auto 50px;
}
footer #linkBox ul {
	width: 100%;
	letter-spacing: -.40em;
}
footer #linkBox li {
	display: inline-block;
	width: 190px;
	letter-spacing: normal;
	vertical-align: top;
	margin-right: 80px;
}
footer #linkBox li:last-child {
	margin-right: 0;
}
footer #linkBox dt {
	font-size: 1.0rem;
	line-height: 1.0;
	padding-bottom: 10px;
	border-bottom: dashed 1px #000;
	margin-bottom: 10px;
}
footer #linkBox dt em {
	display: block;
	font-size: 1.8rem;
	margin-bottom: 5px;
}
footer #linkBox dd {
	font-size: 1.2rem;
	line-height: 1.6;
}
footer #linkBox dd a:hover {
	text-decoration: underline;
}
footer #outline {
	width: 1000px;
	margin: 0 auto 30px;
}
footer #outline .leftBox {
	width: 470px;
	float: left;
	padding-left: 35px;
	margin-right: 20px;
}
footer #outline .leftBox .logo {
	width: 105px;
	float: left;
}
footer #outline .leftBox dl {
	width: 330px;
	float: right;
}
footer #outline .leftBox dt {
	margin-bottom: 10px;
}
footer #outline .leftBox dd {
	margin-bottom: 10px;
	font-size: 1.2rem;
	line-height: 1.5;
}
footer #outline .rightBox {
	width: 380px;
	float: left;
	text-align: center;
}

footer #outline .rightBox dt {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: solid 2px #00a968;
	margin-bottom: 15px;
}
footer #outline .rightBox dd.number {
	font-size: 4.0rem;
	line-height: 1.0;
	margin-bottom: 15px;
}
footer #outline .rightBox dd.number i {
	display: inline-block;
	margin-right: 0.2em;
}
footer #outline .rightBox dd.btnWrap a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #00a968;
}
footer #outline .rightBox dd.btnWrap a:hover {
	opacity: 0.7;
}
footer #googlemap iframe {
	width: 100%;
	height: 280px;
}
footer small {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.5;
	background: #00a968;
	color: #fff;
}


/* -------------------------------------------------- */
/* 共通パーツ */
/* -------------------------------------------------- */
/* bxslider */
/* -------------------------------------------------- */
.bx-wrapper .bx-viewport {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    left: 0 !important;
	background: none !important;
}
.bx-wrapper {
    margin: 0 auto !important;
    border: none !important;
}
.bx-wrapper .bx-loading {
	display:none !important;
}


/* タイトル */
/* -------------------------------------------------- */



/* ボタン */
/* -------------------------------------------------- */
.btn-blue01 {
	display: inline-block;
	width: 100%;
	background-color: #1a91cf;
	border: 1px solid #1a91cf;
	color: #fff;
	text-align: center;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	border-radius: 4px;
	font-size: 16px;
}
.btn-blue01 i {
	font-size: 20px;
	padding-left: 10px;
}
.btn-blue01:hover {
	background-color: #fff;
	color: #1a91cf;
}

a.btn-side {
	display: inline-block;
	width: 100%;
	background-color:#fff ;
	border: 1px solid #1a91cf;
	color: #1a91cf;
	text-align: center;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	font-size: 16px;
}
a.btn-side i {
	font-size: 20px;
	padding-left: 10px;
}
a.btn-side:hover {
	background-color: #1a91cf;
	color:#fff;
}
a.btn-side.blue {
	background-color: #1a91cf;
	color: #fff;
}
a.btn-side.blue:hover {
	background-color: #fff;
	color:#1a91cf;
}
.btn-stripe01 {
  width: 100%;
  height: 60px;
  display: inline-block;
  color: #fff !important;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  border-radius: 4px;
  background-image: linear-gradient(
    -45deg,
    #534741 25%,
    #5c554d 25%, #5c554d 50%,
    #534741 50%, #534741 75%,
    #5c554d 75%, #5c554d
  );
  /* 幅8px、高さ8pxで背景画像のサイズを指定 */
  background-size: 10px 10px;
 }
.btn-stripe01 i {
    font-size: 40px;
    margin-right: 10px;
    transform: translateY(5px);
}
.btn-stripe01:hover {
    opacity: 0.6;
}


.btn-base {
  border: 1px solid #469D95;
  color: #fff;
  background: #469D95;
}

.btn-base.btn-o {
  border: 1px solid #469D95;
  color: #469D95;
}
.btn-base.btn-o:hover {
  color: #ffffff;
  border-color: #469D95;
  background: #469D95 !important;
}
.btn-base.btn-o:active, .btn-base.btn-o.active, .btn-base.btn-o.active:focus, .btn-base.btn-o:active:focus, .btn-base.btn-o:active:hover {
  background-color: #469D95 !important;
  border-color: #469D95 !important;
  color: #ffffff !important;
}
.btn-base.btn-o:active .caret, .btn-base.btn-o.active .caret, .btn-base.btn-o.active:focus .caret, .btn-base.btn-o:active:focus .caret, .btn-base.btn-o:active:hover .caret {
  border-top-color: #ffffff;
}
.btn-base.btn-o:focus {
  background-color: #469D95;
  border-color: #469D95;
  color: #ffffff;
}


/* Page Top */
/* -------------------------------------------------- */
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pagetop img {
	width: 30px;
}


/* 下層PCのみ */
/* -------------------------------------------------- */
/* コンテンツエリア - 下層共通用 */
.contents.lowerPages {
	padding-top: 40px;
}
.mainCont {
  width: 830px;
  float: left;
}
.sideCont {
  width: 200px;
  float: right;
}
.fullCont {
  width: 100%;
}
@media only screen and (max-width: 1099px) {
  .mainCont {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .sideCont {
    width: 100%;
    float: none;
  }
  .fullCont {
    width: 100%;
  }
}
@media only screen and (max-width: 1099px) {
}
.sp-block {
	display: none;
}

/* 下層メインビジュアル */
/* -------------------------------------------------- */
#keyv {
	width: 100%;
	height: 240px;
	background: url(../../img/top/keyv_top_pc01.jpg) no-repeat 50% 50%;
	background-size: cover;
	position: relative;
}

/* パンクズ */
/* -------------------------------------------------- */
#pankuzu {
	background-color: #ffffff;
	height: 45px;
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	line-height: 45px;
}
#pankuzu ul {
	float: left;
	display: inline-block;
	text-align: left;
}
#pankuzu ul li {
	display: inline-block;
	padding-left: 5px;
	font-size: 12px;
}
#pankuzu ul li:first-child {
	padding-left: 0px;
}
#pankuzu ul li a {
	color: #1b9cda;
	text-decoration: underline;
}
#pankuzu ul li a:hover {
	text-decoration: none;
}
#pankuzu ul li:not(:last-child):after {
	content: ">";
	padding-left: 10px;
}

@media only screen and (max-width:768px) {
	#pankuzu {
		display: none;
	}
}

/* カテゴリ */
/* -------------------------------------------------- */


/* テーブル */
/* -------------------------------------------------- */


/* Page Navigation */
/* -------------------------------------------------- */


/* ローディング */
/* -------------------------------------------------- */

/* 見出しパターン */
/* -------------------------------------------------- */
.h-bdr01 {
  width: 100%;
  text-align: center;
  border-top: 2px solid #009e96;
  border-bottom: 2px solid #009e96;
  font-size: 24px;
  height: 60px;
  line-height: 50px;
  color: #009e96;
  font-weight: normal;
  margin-bottom: 20px;
  font-family: "Noto Sans Japanese",sans-serif;
}
.h-bdr02 {
	width: 100%;
	text-align: left;
	border-top: 2px solid #009e96;
	border-bottom: 2px solid #009e96;
	font-size: 24px;
  height: auto;
  line-height: 1.3em;
  padding: 10px 0;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "Noto Sans Japanese",sans-serif;
}

.h-bdr03 {
    width: 100%;
    text-align: center;
    border-top: 1px solid #534741;
    border-bottom: 1px solid #534741;
    line-height: 60px;
    height: 60px;
    font-size: 20px;
    margin-bottom: 30px;
}
.h-bdr03 i {
    font-size: 38px;
    transform: translateY(5px);
    padding-right: 10px;
}

h3.subTitle {
  width: 100%;
  font-size: 24px;
  color: #000000;
  font-weight: normal;
  margin-bottom: 30px;
  padding: 10px 0px;
  position: relative;
  border-left: 8px solid #009e96;
  text-align: left;
  padding-left: 20px;
  line-height: 1em;
}
h3.subTitle span{
  font-size: 12px;
  color: #000000;
  font-weight: normal;
  position: relative;
  text-align: left;
}
.h-tag {
	font-size: 13px;
	color: #fff;
    background-color: #736357;
    font-weight: normal;
    padding: 5px 8px;
    margin-right: 10px;
    line-height: 1.5em;
    transform: translateY(-5px);
    display: inline-block;
}

.h-bdrTop {
	background-color: #333333;
	color: #fff;
	font-weight: bold;
	border-top: 5px solid #009e96;
	padding: 10px 10px;
	font-size: 18px;	
}
.h-bdrTop.blue {
	background-color: #009e96;
	color: #fff;
	font-weight: bold;
	border-top: 5px solid #333;
	padding: 10px 10px;
	font-size: 18px;	
}

.h-toggle {
	width: 100%;
	border-radius: 4px;
	border: 1px solid #cccccc;
	font-size: 24px;
	color: #009e96;
	position: relative;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	margin-bottom: 15px;
	padding-left: 30px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 65%, rgba(242,242,242,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 65%,rgba(242,242,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 65%,rgba(242,242,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}
.h-toggle span.ac-btn-arw {
	position: absolute;
	top: 10px;
	right: 20px;
	text-align: center;
    line-height: 1em;
	letter-spacing: 0em;
	font-size: 12px;
	font-weight: bold;
}
.h-toggle span.ac-btn-arw i {
	font-size: 22px;
}
.h-toggle .h-toggle-bar {
	position: absolute;
	width: 5px;
	height: 30px;
	background-color: #009e96;
	display: block;
	top: 15px;
	left: 10px;
}
.h-toggle:hover {
	border: 1px solid #009e96;
	color: #fff;
	cursor: pointer;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,1a9cda+100 */
	background: #1fc1b9; /* Old browsers */
	background: -moz-linear-gradient(top, #1fc1b9 0%, #009e96 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1fc1b9 0%, #009e96 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1fc1b9 0%, #009e96 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fc1b9', endColorstr='#009e96',GradientType=0 ); /* IE6-9 */
}
.h-toggle:hover .h-toggle-bar {
	background-color: #fff;
}



/* .acMenu*/
/* -------------------------------------------------- */
.acMenu .inner {
	padding: 0 0 60px;
}




/* .tbl-basic */
/* -------------------------------------------------- */
.tbl-basic {
	border-top: 1px solid #e6e6e6;
}
li.tbl-basic:last-child {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 60px;
}
.tbl-basic.tbl-switch-btm {
	margin-bottom: 60px;
	border-bottom: 1px solid #e6e6e6;
}
.tbl-basic.tbl-switch-top {
	margin-top: -60px;
	border-top: 0px;
}

.tbl-basic .th {
	background: #f5f5f5;
	font-size: 16px;
	font-weight: bold;
	padding:12px 0 0 30px;
}
.tbl-basic .td {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
}

.tbl-small{
    width: 100%;
}
.tbl-small tr {}
.tbl-small th {
    vertical-align: middle;
    width: 20%;
    height: 50px;
    background-color: #e6e6e6;
    border: 1px solid #cccccc;
    padding: 10px;
}
.tbl-small td {
    border: 1px solid #cccccc;
    vertical-align: middle;
    padding: 10px 15px;
}



/* フォーム .formArea
/* -------------------------------------------------- */
label {	
}
select::-ms-expand {
  display: none;
}
input,
label {
	font-weight: normal;
	font-size: 14px;
	position: relative;
  min-height: 27px;
}
input[type="radio"],
input[type="checkbox"]{
    opacity: 0; 
    -ms-filter: "alpha(opacity=0)";
	position: absolute;
	width: 100%;
    height: 120%;
    top: -5px;
    left: 0px;
	z-index:1;
}

/*ラベル内リンク*/
form.formArea label a {
	color:#009e96;
	text-decoration: underline;
	z-index:2;
	position:relative;
}
form.formArea label a:hover {
	text-decoration: none;
}

/*チェックボタン*/
label.check span {
    margin-right: 10px;
    background: url(./../../img/common/icon_checkbox.png) no-repeat 0 0;
    display: inline-block;
    height: 20px;
	width: 20px;
	background-position: top;
	vertical-align: middle;
}
label.check.checked span {
	background-position: bottom;
}

/*ラジオボタン*/
label.radio span {
    margin-right: 10px;
    background: url(./../../img/common/icon_radio.png) no-repeat 0 0;
    display: inline-block;
    height: 20px;
	width: 20px;
	background-position: top;
	vertical-align: middle;
}
label.radio.checked span {
	background-position: bottom;
}
/*検索ボタン*/
.formArea .searchArea {
	width: 100%;
	text-align: center;
	background-color: #eeffef;
	border-radius: 4px;
	padding: 20px 0;
}
.formArea .searchArea button {
	color: #fff;
	background-color: #009e96;
	border: 0;
	width: 600px;
	height: 60px;
	line-height: 60px;
	font-weight: bold;
	font-size: 24px;
	transition: all 0.2s ease;
}
.formArea .searchArea button:hover {
	cursor: pointer;
	opacity: 0.5;
}
/*セレクト*/
.formArea .select-group {
	position: relative;
}

/*.formArea select {
	-webkit-appearance: none;
	appearance: none;
	text-indent: .01px;
	text-overflow: "";
  width: 100%;
  background-color: #fff;
  padding: 0 8px;
	height: 40px;
  line-height: 40px;
	position: relative;
	font-size: 14px;
}
/*.formArea .select-group::before {
	position: absolute;
	content: "\f150";
	font-family: fontawesome;
	top: -4px;
	right: 10px;
	z-index: 2;
}*/
@-moz-document url-prefix() {
	.formArea .select-group::before {
		display: none;
	}
}
/*幅調整*/
.formArea select.select-90 {width: 90%;}
.formArea select.select-80 {width: 80%;}
.formArea select.select-70 {width: 70%;}
.formArea select.select-60 {width: 60%;}
.formArea select.select-50 {width: 50%;}
.formArea select.select-40 {width: 40%;}
.formArea select.select-30 {width: 30%;}
/*〜の追加*/
.formArea .select-group.select-range::after {
	content: "～";
/*position: absolute;
	top: -4px;
	right: -20px;*/
}

/*input text*/
.formArea input[type="text"]{
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 5px;
}

/*textArea*/
.formArea textarea {
    width: 100%;
    min-height: 120px;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 5px;
}

.formArea .col-pl-0 { padding-left: 0 !important;}
.formArea .col-pr-0 { padding-right: 0 !important;}

.formArea .error {
    font-size: 14px;
    font-weight: bold;
    color: #b70200;
}
.formArea .must {
    font-size: 12px;
    font-weight: bold;
    background: #b70200;
    color: #fff;
    display: inline-block;
    padding: 2px 5px;
    border-radius:4px;
    margin-left: 10px;
}

.btn-form {
    text-align: center;
    background-color: #b70200;
    color: #fff;
    border: 0;
    border-radius: 4px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    padding: 0 40px;
    transition: all 0.2s ease;
}
.btn-form:hover {
    opacity: 0.6;
    cursor: pointer;
}
.btn-form i {
    padding-left: 20px;
}



/* .siceCont */
/* -------------------------------------------------- */
.sideCont {
	margin-bottom: 50px;
}
.sideCont .searchArea {
	margin-bottom: 40px;
}
.sideCont .searchArea .inner {
	background-color: #eee;
	padding: 10px;
}
.sideCont .searchArea .inner h4 {
	font-size: 16px;
	font-weight: bold;
	border-left: 5px solid #009e96;
	padding-left: 8px;
	margin-bottom: 20px;
}
.sideCont .searchArea .inner h5 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.sideCont .searchArea .inner p {
	margin-bottom: 10px;
}

.sideCont .searchArea.searchArea-white .inner {
	background-color: #fff;
	border: 2px solid #eee;
	border-top: 0;
}


/* #tabInfo */
/* -------------------------------------------------- */
/* タブメニュー */
#tab-menu {
  list-style: none;
}
#tab-menu li {
  display: inline-block;
  padding: 5px 25px;
  background: #eee;
}
#tab-menu li.active {
  background: #000;
  color: #fff;
}

/* タブの中身 */
#tabBox {
  padding: 25px;
}
#tabBox .box {
  display: none;
}
#tabBox .box.active {
  display: block;
}


/* 物件種別のアイコン設定 */

/* 物件種別のアイコン設定 */

span.r-mansion {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	background-color: #27ACA9;
	padding: 5px 8px;
	margin-right: 8px;
	display: inline-block;
  vertical-align: middle;
}
span.r-apart {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	background-color: #E8AC51;
	padding: 5px 8px;
	margin-right: 8px;
	display: inline-block;
  vertical-align: middle;
}
span.r-house {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	background-color: #b00001;
	padding: 5px 8px;
	margin-right: 8px;
	display: inline-block;
  vertical-align: middle;
}
span.r-ground {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	background-color: #537A33;
	padding: 5px 8px;
	margin-right: 8px;
	display: inline-block;
  vertical-align: middle;
}
span.r-business {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	background-color: #C38500;
	padding: 5px 8px;
	margin-right: 8px;
	display: inline-block;
  vertical-align: middle;
}
.propList .list-tag {
	position: absolute;
	top: 0;
	right: 20px;
	background-color: #ce0505;
	color: #fff;
	font-size: 13px;
	padding: 5px 10px;
	max-width: 120px;
}



.pPolicy {
    height: 220px;
    padding: 20px;
    border: 1px solid #bbb;
    overflow-y: scroll;
    margin-bottom: 20px;
}

/* サイドカラムの物件情報 */

.sideCont ul.estate {
  
}
.sideCont ul.estate li{
  padding-bottom: 20px;
}
@media only screen and (max-width: 1099px) {
  .sideCont ul.estate li{
    float: left;
    width: 33.3333333333%;
    padding: 10px;
  }
}
.sideCont ul.estate .title {
  font-size: 1.2em;
  line-height: 1.4em;
}
.sideCont ul.estate .title i {
  padding-right: 5px;
}
.sideCont ul.estate .subTitle {
  margin-bottom: 5px;
}
.sideCont ul.estate .subTitle i {
  padding-right: 5px;
}
.sideCont ul.estate dl {
  float: left;
  width: 100%;
}
.sideCont ul.estate dl dt{
  width: 100%;
}
.sideCont ul.estate .photoArea {
  min-height: 120px;
  overflow: hidden;
  position: relative;
}
.sideCont ul.estate .photoArea img{
  position: absolute ;
  top: 50% ;
  left: 50% ;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  height: auto;
  width: 100%;;
  max-width: inherit;
}
.sideCont ul.estate dl dd.price{
  font-size: 1.8em;
  color: #b00001;
}
.sideCont ul.estate dl dd.price small{
  font-size: 0.5em;
}

.sideCont ul.estate .photoArea img{
  position: absolute ;
  top: 50% ;
  left: 50% ;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  height: auto;
  width: 100%;;
  max-width: inherit;
}
.sideCont ul.estate dl dd.price{
  font-size: 1.6em;
  color: #b00001;
}
.sideCont ul.estate dl dd.price small{
  font-size: 0.5em;
}
.sideCont ul.estate dl dd.info{
  font-size: 12px;
}
.oldprice {
  text-decoration: line-through;
  color: #000 !important;
}
.roboto {
  font-family: "Roboto",sans-serif;
}
.noto {
  font-family: "Noto Sans Japanese",sans-serif;
}
.listBox .bx-viewport {
  height: 220px !important;
}
.listBox .bxslider li {
  overflow: hidden;
  position: relative;
  height: 220px !important;
}
.listBox .bxslider li img{
  position: absolute ;
  top: 50% ;
  left: 50% ;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  height: 100% !important;
  width: auto !important;
  max-width: inherit;
}