@charset "UTF-8";

/*--- EntryList、施工例、イベントキャンペーンのレイアウト ---*/

/*--- メイン領域のブログ本文 ---*/
#mainArea .blogBody img {
	width: auto;
	height: auto;
	display: inherit;
}


.area_name_head a
, .item-box a {
	text-decoration: none;
}


.listEntry a.titleLink {
	text-decoration: none;
}

.listEntry a.titleLink:hover .ttl{
	color: #de6500 !important;
}

#examples,
#events {
	display: flex;
	flex-wrap: wrap;
}


.item-box .item-cases .rent {
    background-color: #de6500;
}


#mainArea .card div.img-container {
}

,
#mainArea .card div.card-body,
#mainArea .card div.card-footer {
	width: calc(100% - 2px);
}

#mainArea .card div.card-body {
	border: 1px solid rgba(0,0,0,.125);
}

#mainArea .card div.card-footer {
	border-left: 1px solid rgba(0,0,0,.125);
	border-right: 1px solid rgba(0,0,0,.125);
	border-bottom: 1px solid rgba(0,0,0,.125);
}

#mainArea div.listEntry .photo {
	border: 1px solid rgba(0,0,0,.125);
	height: 220px;
	overflow: hidden;
}

#mainArea div.listEntry .cardText {
	position: relative;
	border-left: 1px solid rgba(0,0,0,.125);
	border-right: 1px solid rgba(0,0,0,.125);
	border-bottom: 1px solid rgba(0,0,0,.125);
	padding: 20px;
}


#mainArea .card div.card-body .item-details,
#mainArea .card div.card-footer .item-agent {
	padding: 10px;
}

#mainArea .item-box .card-footer {
	position:relative;
	top: -1px;
}

#mainDiv .card span {
	display: inline;
}

#mainDiv .card .photo {
    overflow: hidden;
}

#mainArea .listEntry .photo img {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	/* max-width: 100%; */
	max-height: 100%;
	margin: auto;
}


.item-box .card-body .item-details .item-name {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

[class*="title"] {
    font-family: Montserrat, sans-serif;
    font-weight: 700 !important;
}
.card-title {
	margin-top: 0px;
    margin-bottom: .75rem;
}

.card-title a {
    font-weight: 700;
}

.item-box .card-body .item-details .item-description {
    margin-bottom: 0;
    height: 66px;
    line-height: 1.5;
    overflow: hidden;
}

.item-box .card-body p {
    margin-bottom: 8px;
}
.text-muted {
    color: #acacac !important;
}


div.listEntry .btnDiv {
	margin-bottom: 10px;
}
div.listEntry .btn {
	/*display: block;*/
	min-width: 34px;
	width: 34px;
	text-decoration: none;
}

.listEntry i.fas:before {
	color: #de6500;
}

a.newslink {
	text-decoration: none;
}

a.newslink:hover {
	text-decoration: none;
	color: #000;
}

div.listEntry i.far:before {
	color: #de6500;
	content:"\f017";
	margin-right: 4px;
}

div.listEntry i.fas:before {
	color: #de6500;
	content: "\f02c";
	margin-right: 4px;
}

div.listEntry span {
	color: #000000;
}

div.listEntry .blog_ranking_company {
	color: #000000;
}

div.listEntry span.rehome {
	color: #acacac;
	height: 20px;
	font-weight: normal;
}

div.listEntry .ttl {
	font-weight: bold;
	color: #000;
}

#entryList:not(.hscroll),
#examples,
#events {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -15px;
    margin-left: -15px;
}
#mainArea #entryList:not(.hscroll) {
	margin-left: 0;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.item-box {
    width: 100%;
/*    margin: 5px auto;*/
    background-color: #fff;
    overflow: hidden;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    margin-right: 0px;
    margin-bottom: 0px;
}


.newblog-section {
    background: url(/madolier/frame/pub/image/bg1.png) center center no-repeat;
    background-size: cover;
}
.eventMask {
	display: none;
}
.newblog-section .eventMask {
	display: block;
	/*位置の設定*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #041e2d;
    opacity: 0.85;
}

.newblog-section .container {
	z-index: 100;
}

div.event.item-box {
	margin-top: 12px;
	margin-bottom: 12px;
}


#mainArea .card span.txt {
	display: block;
	height: 94px;
    overflow: hidden;
}



#mainArea #entryList:not(.hscroll) .listEntry,
#mainArea #examples .owl-carousel,
#mainArea #events .eventInfo {
	margin: 5px 12px 5px 12px;
}

#mainArea #entryList:not(.hscroll) .listEntry:hover,
#mainArea #examples .owl-carousel:hover {
	box-shadow: 0 0 16px #ccc;
	/*box-shadow:0px 0px 3px 10px #dddddd;*/
}

#mainArea #events .eventInfo div.item-box:hover {
	box-shadow: 0 0 16px #ccc;
}

#mainArea #entryList.hscroll .listEntry {
	width: 480px;
}

@media (max-width: 576px) {
	#mainArea #entryList.hscroll .listEntry {
		width: 440px;
	}

	#mainArea #entryList.hscroll .listEntry .item-details {
		padding-left: 40px;
	}
}

.item-box .img-container {
    position: relative;
    padding: 0;
    overflow: hidden;
	height: 220px;
}

.item-box .img-container .item-image {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	/* max-width: 100%; */
	max-height: 100%;
	margin: auto;
}


/* Owl Carousel */

.owl-carousel .owl-item {
    width: 100%;
}
.owl-carousel .owl-item.owl-merchant {
	height: 100%;
    left: 2.1px;	/* owl-carousel.jsの幅計算にズレが生じるため補正 */
}

.owl-carousel .owl-nav {
  font-size: 16px;
  width: 100%;
  margin: 20px auto;
  text-align: center;
  font-weight: 300;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  outline: 0;
  box-shadow: none;
  background-color: #083d5c;
  margin: 10px;
  color: #fff;
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-next:focus {
  background-color: #de6500;
}

.owl-carousel .owl-dots {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  outline: 0;
  box-shadow: none;
}

.owl-carousel .owl-dots .owl-dot span {
  background: #083d5c;
  width: 10px;
  height: 10px;
  display: block;
  margin: 2px;
  border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #de6500;
}

.owl-carousel.owl-slider-full-width .owl-item {
  /* opacity: .55; */
}

.owl-carousel.owl-slider-full-width .owl-item.active {
  opacity: .75;
}

.owl-carousel.owl-slider-full-width .owl-item.center {
  opacity: 1;
}

.owl-carousel.owl-slider-small {
  position: relative;
}

.owl-carousel.owl-slider-small .owl-stage-outer {
  width: 90%;
  margin: auto;
}

.owl-carousel.owl-slider-small .owl-nav {
  position: absolute;
  top: 0;
  font-size: 16px;
  width: 100%;
  text-align: center;
  font-weight: 300;
  height: 100%;
  display: flex;
  justify-content: space-between;
  z-index: -1;
  margin: 0;
}

.owl-carousel.owl-slider-small .owl-nav button.owl-prev,
.owl-carousel.owl-slider-small .owl-nav button.owl-next {
  height: 100%;
  width: 25px;
  outline: 0;
  box-shadow: none;
  background-color: #041e2d;
  color: #fff;
  margin: 0;
}

.owl-carousel.owl-slider-small .owl-nav button.owl-prev:hover, .owl-carousel.owl-slider-small .owl-nav button.owl-prev:focus,
.owl-carousel.owl-slider-small .owl-nav button.owl-next:hover,
.owl-carousel.owl-slider-small .owl-nav button.owl-next:focus {
  background-color: #de6500;
}

.owl-carousel.owl-slider-small .owl-nav button.owl-prev {
  background-color: #ffc600;
}

.owl-carousel.owl-slider-small .owl-dots {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}

.owl-carousel.owl-slider-small .owl-dots .owl-dot {
  outline: 0;
  box-shadow: none;
}

.owl-carousel.owl-slider-small .owl-dots .owl-dot span {
  background: #083d5c;
  width: 10px;
  height: 10px;
  display: block;
  margin: 2px;
  border-radius: 50%;
}

.owl-carousel.owl-slider-small .owl-dots .owl-dot.active span {
  background: #ffc600;
}

#latest-Property .owl-item.filter {
	opacity: 0.5;
}
#latest-Property .owl-stage .center.filter {
	opacity: 1;
}
#latest-Property .owl-stage .center.filter + .owl-item {
	opacity: 0.75;
}


#entryList.hscroll .owl-item:not(.center) {
	opacity: 0.55;
}

div.item-book-link {
	position: relative;
	left: -10px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px);
    height:100%;
}


.item-box .img-container .card-img-overlay {
    color: #fff;
    padding: 16px 12px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 188px;
}


.card .card-img-overlay {
    color: #fff;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 34%);
    display: flex;
    flex-flow: column;
    padding: 0;
    overflow: hidden;
    height: 100%;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.item-box .card-footer {
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
/*    padding: 8px;*/
}


.item-box .card-footer .item-agent {
    text-align: left;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}

.item-box .card-footer .item-agent .item-agent-image {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border: 1px solid #de6500;
    border-radius: 50%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.item-box .card-footer .item-agent .item-agent-details {
    margin: 0 5px;
/*    width: 120px;*/
}

.item-box .card-footer .item-agent .item-agent-details * {
    text-transform: capitalize;
    font-size: 11px;
    margin: 0;
}

.item-box .card-footer .item-agent .item-agent-details a {
	font-weight: 700;
}

.item-box .card-footer .btn {
    padding: 5px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn.btn-secondary {
    background: #ffc600;
    color:  #151515;
}

.btn.btn-secondary:hover {
    background: #de6500;
    color:  #fff;
}


/*--- イベント情報 ---*/
section[class*="dark"] .section-title h4 {
    color: #fff;
}

/*
section[class*="main"] .section-title h4 {
    color: #fff;
}*/

section.sectionMask .section-title h4 {
    color: #fff;
    z-index: 1000;
}

section.sectionMask div.listEntry .ttl {
    color: #fff;
}

section[class*="black"] .section-title h4 {
    color: #fff;
}


section.sectionMask {
	width: 100%;
	height: 100%;
	background: url(./image/bg1.png) center center no-repeat;
    background-size: cover;
}

section.sectionMask > div.mask85 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #041e2d;
	opacity: .85;
}

/*
section:not(.small-section) {
    min-height: 700px;
    padding: 80px 0;
}*/

.area_name_head {
	border: 1px solid #fff;
	padding: 5px 0px;
	text-align: center;
	color: #fff;
}
.area_name_head.normal {
	border: 2px solid #de6500;
	color: inherit;
}

.item-box .img-container .card-img-overlay .item-cases span {
    padding: 2px 8px;
    display: inline-block;
    margin: 0 4px;
}
.item-box .item-cases .sale {
    background-color: #ffc600;
}

.item-box .img-container .card-img-overlay .item-details {
    margin-top: auto;
    position: relative;
}

.item-box .img-container .card-img-overlay .item-price {
    margin-bottom: 0;
}


h4.card-title {
    font-size: 1rem;
}

h5.entry-title {
	width: 100%;
    font-weight: bold;
    font-size: 1.1em;
    border-bottom: 1px solid #ddd;
    border-top: 3px solid #ddd;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    margin-bottom: 1em;
    text-align: center;}

[class*="title"] {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
}
.info_sec .item-box .img-container .card-img-overlay .item-location {
    margin-bottom: 0;
}

.info_sec .card-img-overlay h5.item-agent-name {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.8rem;
}

.item-box .img-container .card-img-overlay .item-details .hide {
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    bottom: 0;
    margin-top: 0;
}

.eventInfo .card-img-overlay .hide {
	position: absolute;
	right: -23%;
	opacity: 0;
	margin-top: -50px;
	transition: all .2s ease-in-out;
	color: #fff;
}

/* タッチパネルデバイスの場合 checkリンクは常に表示 */
.eventInfo .card-img-overlay .hide.touchpanel {
	right: 0%;
	opacity: 1.0;
}


.eventInfo .card-img-overlay:hover .hide {
	right: 0%;
	opacity: 1.0;
	transition: all .2s ease-in-out;
}




.card-img-overlay h4
, .card-img-overlay h5
, .card-img-overlay p.card-text {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
/*	background-color: rgba(0,0,0,0.5);*/
}

span.sale,
span.rent {
	display: inline !important;
}

@media screen and (min-width: 580px) {
	.top-bnr li {
	    float: left;
	    width: 48%;
	    margin: 0 1% 1em;
	}

	.top-bnr2 li {
	    float: left;
	    width: 96%;
	    margin: 0 1% 1em;
	}

	#sidebarArea .top-bnr li {
	    float: left;
	    width: 96%;
	    margin: 0 1% 1em;
	}

}

@media screen and (min-width: 769px) {
	.top-bnr li {
	    width: 48%;
	}

	.top-bnr2 li {
	    width: 96%;
	}

	#sidebarArea .top-bnr li {
	    width: 96%;
	}

}

@media screen and (min-width: 1100px) {
	.top-bnr li {
	    width: 23%;
	}
	.top-bnr2 li {
	    width: 48%;
	}

	#sidebarArea .top-bnr li {
	    width: 48%;
	}

}


@media screen and (min-width: 769px) {
	.top-bnr {
	    margin: 1em;
	}
}

.top-bnr {
    text-align: center;
    margin: 1em 0.5em;
}

.top-bnr2 li img {
    margin: 0 auto 0.25em;
}

/* 加盟店の4分割施工例 */
#agent-img-main-info #kameiten-img-main-info .row {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
}

#agent-img-main-info #kameiten-img-main-info .kameiten_img_tag {
    position: absolute;
    bottom: 33px;
    left: 0;
    width: 80%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000;
    color: #fff;
}

#agent-img-main-info #kameiten-img-main-info .kameiten_img_tag .kameiten_img_tag_tit {
	margin: 0;
    font-size: 16px;
    font-weight: bold;
}

#agent-img-main-info #kameiten-img-main-info .kameiten_img_tag .kameiten_img_txt {
    margin: 0;
    font-size: 12px;
}

@media screen and (min-width: 769px) {
	#agent-img-main-info #kameiten-img-main-info .row .card {
	    flex: 0 0 50%;
	    max-width: 50%;
	}
}


@media screen and (max-width: 768px) {
	#agent-img-main-info #kameiten-img-main-info .row .card {
	    flex: 0 0 100%;
	    max-width: 100%;
	}
}

#agent-img-main-info #kameiten-img-main-info .row .card {
	width: 585px;
	height: 585px;
	max-width: 585px;
	max-height: 585px;
	overflow: hidden;
}



#agent-img-main-info #kameiten-img-main-info .row .card img {
	/*width: 100%;
	height: auto;
	*/
	object-fit: cover;
	margin: auto;
}

/* TopListEntryForm用スタイル */
#entryList.static .div4 {
	-ms-flex: 0 0 25% !important;
	flex: 0 0 25% !important;
	max-width: 21% !important;
}

#entryList.static .div3 {
	-ms-flex: 0 0 33.333% !important;
	flex: 0 0 33.333% !important;
	max-width: 30%  !important;
}

#entryList.static .full {
	-ms-flex: 0 0 100% !important;
	flex: 0 0 100% !important;
	max-width: 90% !important;
}


@media screen and (max-width: 768px) {
	#entryList.static {
		display: flex;
		flex-flow: row;
	}
	#entryList.static .div3,
	#entryList.static .div4,
	#entryList.static .full {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 90% !important;
	}
}

.listEntry .card-body {
	padding: 15px 15px 15px 15px;
}


form.topForm {
	margin-top: 40px;
	margin-bottom: 40px;
}

form.topBlockForm {
	position:relative;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: #000 1px dotted;
	border-left: #000 1px dotted;
	height: 1000px;
	overflow: hidden;
}

form.fullHeight {
	height: auto;
}

section#blockSection {
	border-right: #000 1px dotted;
	border-bottom: #000 1px dotted;
}

div.readMore {
	display: block;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 20px;
	width: 100%;
}

div.readMore a {
	position: absolute;
	bottom: 0px;
	transform: translate(50%, 0);
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0px;
	box-sizing: border-box;
	margin: 0 auto;
	cursor: pointer;
	color: #000;
	border: #ff9844 1px solid;
	z-index: 3;
	right: 50px !important;
	display: block !important;
	width: 0 !important;
	height: 0 !important;
	border-style: solid !important;
	border-width: 0 0 57px 57px !important;
	border-color: transparent transparent #8c8c8c transparent !important;
}

#agent-main-info div.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow:row;
    flex-wrap: wrap;
}

#agent-main-info div.row div.imageDiv {
    margin-right: 0px;
	margin-left: 0px;
    padding-right: 15px;
	padding-left: 15px;
}

#agent-main-info div.row div.imageDiv>div.agent {
	box-shadow: 0 0 16px #ccc;
}

#agent-main-info div.row div.imageDiv>div.agent div.agent-details {
	background-color: #f2f2f2;
	padding: 1.25rem;
	text-align: center;
}


#agent-main-info div.row div.textDiv {
    margin-right: 0px;
	margin-left: 0px;
}

#agent-main-info div.row div.textDiv>div>div {
    padding-right: 15px;
	padding-left: 15px;
}

#agent-main-info div.row div.textDiv h4 {
	margin-top: 0px;
	margin-bottom: 0px;
}

#agent-main-info div.row div.textDiv div.info {
    margin-right: 0px;
	margin-left: 0px;
}

#agent-main-info div.icon {
	font-size: 30px;
	color: #de6500;
}

#agent-main-info ul.list-inline {
	display: flex;
	flex-flow: row;
}


#agent-main-info li.list-inline-item {
	display: flex;
	flex-flow: row;
	margin-right: 8px;
}

#agent-main-info .statisticsDiv ul li .info p {
    color: #041e2d;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

#agent-main-info .commentDiv p,
#agent-main-info .contactDiv p,
#agent-main-info .statisticsDiv ul li .info p small {
	color: #000;
	font-size: 13px;
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
}

#agent-main-info h5.agent-name {
	color: rgb(21, 21, 21);
	font-size: 1.25rem;
	font-weight: 600;
}
#agent-main-info p.agent-type {
	color: rgb(102, 102, 102);
	font-size: 14px;
	font-weight: 600;
}

/* スマホ版 */
@media (max-width: 576px) {
	#agent-main-info div.row div.imageDiv {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: calc(100% - 30px);
	}
	#agent-main-info div.row div.textDiv {
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-flow: row;
	    -ms-flex-wrap: wrap;
	    flex-flow: row;
	    flex-wrap: wrap;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: calc(100% - 30px);
	}

	#agent-main-info div.row div.textDiv div.commentDiv {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: calc(100% - 30px);
	}

	#agent-main-info div.row div.textDiv div.contactDiv {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: calc(100% - 30px);
	}

	#agent-main-info div.row div.textDiv div.statisticsDiv {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: calc(50% - 30px);
	}
}

/* タブレット版 */
@media (min-width: 768px) {
	#agent-main-info div.row div.imageDiv {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: calc(50% - 30px);
	}
	#agent-main-info div.row div.textDiv {
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-flow: row;
	    -ms-flex-wrap: wrap;
	    flex-flow: row;
	    flex-wrap: wrap;
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: calc(50% - 30px);
	}

	#agent-main-info div.row div.textDiv div.commentDiv {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: calc(100% - 30px);
	}

	#agent-main-info div.row div.textDiv div.contactDiv {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: calc(100% - 30px);
	}

	#agent-main-info div.row div.textDiv div.statisticsDiv {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: calc(50% - 30px);
	}

	.align-items-lg-center {
	    -ms-flex-align: center!important;
	    align-items: center!important;
	}
}


/* PC版 */
@media (min-width: 992px) {
	form.layout1 #agent-main-info div.row div.imageDiv {
	    -ms-flex: 0 0 33.333333%;
	    flex: 0 0 33.333333%;
	    max-width: 30%;
	}
	form.layout1 #agent-main-info div.row div.textDiv {
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-flow: row;
	    -ms-flex-wrap: wrap;
	    flex-flow: row;
	    flex-wrap: wrap;
	    -ms-flex: 0 0 66.666666%;
	    flex: 0 0 66.666666%;
	    max-width: 60%;
	}


	form.layout3 #agent-main-info div.row div.imageDiv {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: calc(50% - 30px);
	}
	form.layout3 #agent-main-info div.row div.textDiv {
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-flow: row;
	    -ms-flex-wrap: wrap;
	    flex-flow: row;
	    flex-wrap: wrap;
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: calc(50% - 30px);
	}


/*
	#agent-main-info div.row div.textDiv div.commentDiv {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: calc(50% - 30px);
	}

	#agent-main-info div.row div.textDiv div.contactDiv {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: calc(50% - 30px);
	}

	#agent-main-info div.row div.textDiv div.statisticsDiv {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}*/

	.align-items-lg-center {
	    -ms-flex-align: center!important;
	    align-items: center!important;
	}
}

#mainDiv img.gourmet {
	max-width: 50%;
}

#sidebarArea img.gourmet {
	max-width: 100%;
}

/* ブログコメント投稿 */
#addComment {
	margin: 30px 0;
}
#addComment h4 {
	margin-bottom: 30px;
}
#addComment .form-group {
    font-weight: 600;
    position: relative;
    font-size: 13px;
    margin-bottom: 1rem;
}
#addComment .row > div {
	padding-left: 15px;
	padding-right: 15px;
}
#addComment .addCommentLeftDiv {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
#addComment .addCommentCenterDiv {
    width: calc(66% - 110px);
    box-sizing: border-box;
}
#addComment .addCommentRightDiv {
    width: 80px;
    box-sizing: border-box;
}
#addComment .addCommentLeftDiv .form-group {
    height: 50px;
}
#addComment .form-group .form-control,
#addComment .addCommentCenterDiv .form-group {
    height: 100%;
}
#addComment .form-group:last-child {
    margin-bottom: 0;
}
#addComment .form-group input,
#addComment .form-group textarea,
#addComment .form-group button {
	width: 100%;
	padding: 0.5em;
	box-sizing: border-box;
	font-weight: bold;
}
#addComment .row textarea,
#addComment .row button {
	width: 100%;
	height: 100%;
}
#addComment .form-group textarea {
	border: 1px solid #bbb;
}
@media screen and (max-width: 768px) {
	#addComment .addCommentLeftDiv {
		width: 100%;
		flex: 0 0 100%;
		max-width: calc(100% - 30px);
	}
	#addComment .addCommentCenterDiv {
		width: 100%;
		margin-bottom: 2em;
	}
	#addComment .addCommentRightDiv {
		width: 100%;
	}
}

/* ブログコメント一覧 */
h5.blogCommentTitle {
	font-weight: bold;
	font-size: 20px;
}
.blogComment i {
    color: #acacac;
    font-size: 12px;
}
#blogEntryCommentListQueryResultForm #queryResult,
#blogEntryCommentForm {
    margin: 30px 0;
}
.blogComment {
	color: #000000/* acacac */;
    margin: 20px 0;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}
.blogComment span[id$=\.name],
.blogComment span[id$=\.resnickname] {
	color: #151515;
}
.blogComment .media {
    background-color: white;
    border: 0;
    padding: 20px;
}
.blogComment .media .media-heading {
    font-size: 14px;
    align-items: center;
    margin-bottom: 9px;
}
.blogComment .media .media-heading .name {
    padding: 5px 0px 0 0;
}
.blogComment .media .media-heading small,
.blogComment .media .media-heading span {
    margin-right: 11px;
}
.blogComment.reply {
    background-color: #f2f2f2;
    border-width: 1px 0 0 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: 100px;
    margin-right: 20px;
}
.blogComment.replay .media {
    padding-left: 0px;
}
.comTitle {
	font-weight: bold;
}

/* 記事本文 */
#comment {
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 400;
	background: #fff;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
}
@media screen and (min-width:769px) {
	#comment {
		font-size: 14px;
		line-height: 1.7;
		color: #555;
	}
}
#comment table {
	width: inherit;
}
#comment p {
	margin: 0 0 1em;
	max-width: 680px;
}
#comment ol {
	margin: 0;
}
#comment ul {
	list-style-type: disc;
	margin: 0 0 0 25px;
}
#comment ol, ul {
	list-style: none;
	padding: 0;
}
#comment ol li {
	list-style-type: decimal;
	margin: 0 0 0 25px;
}
#comment ul li {
	list-style: initial;
}
#comment a {
	font-weight: bold;
}
#comment a:link, #comment a:visited, #comment a:active {
    text-decoration: none;
}
#comment div {
	/*width: 100%;*/
}
#comment small {
	font-size: 14px;
}
#comment h1 {
	padding: 0.75em;
	border-top: 4px solid #f19730;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 1px solid #ddd;
}
#comment h3 {
	text-align: left !important;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
#comment h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
#comment table tr {
	height: auto;
}
#comment table th {
	text-align: left;
	background-color: #fff;
	font-weight: 700;
}
#comment [class*="title"] {
	font-weight: 400 !important;
}

section.bannerSpaceContainer {
	background-color: #e4e4e4;
}

#mainArea .bannerSpace {
	display: flex;
	flex-flow: row;
/*	height: 220px;*/
}


#mainArea .bannerSpace>div {
	flex: 0 0 50%;
	max-width: 50%;
	align-items: stretch;
}

.bannerSpace>div a img:not(.commonBanner) {
	max-width: calc(100% - 10px) !important;
	height: auto;

}

#mainArea .bannerSpace2 {
	display: flex;
	flex-flow: row;
/*	height: 180px;*/
}

#mainArea .bannerSpace2>div {
	flex: 0 0 50%;
	max-width: 50%;
	align-items: stretch;
}

#mainArea div#topCompanyAndLinkMenu,
#mainArea div#blogMenu ul.list-unstyled {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	padding-left: 80px;
	padding-right: 80px;
	justify-content: space-between;
}

#mainArea div#topCompanyAndLinkMenu>div,
#mainArea div#blogMenu ul.list-unstyled li.media {
	flex: 0 0 50%;
	max-width: 40%;
	align-items: stretch;
	padding-left: 20px;
	padding-right: 20px;
}

@media (max-width: 576px) {
	#mainArea div#topCompanyAndLinkMenu,
	#mainArea div#blogMenu ul.list-unstyled {
		padding-left: 40px;
		padding-right: 40px;
	}
	#mainArea div#topCompanyAndLinkMenu>div,
	#mainArea div#blogMenu ul.list-unstyled li.media {
		flex: 0 0 100%;
		max-width: 80%;
		align-items: stretch;
		padding-left: 20px;
		padding-right: 20px;
	}
}

section.companyAndLinkMenu.bg0 {
	background: url(/madolier/frame/pub/image/bg0.jpg) center center repeat;
}

section.companyAndLinkMenu.bg16 {
	background: url(/madolier/frame/pub/image/16.jpg) center center repeat;
}

section.companyAndLinkMenu.bg19 {
	background: url(/madolier/frame/pub/image/19.jpg) center center repeat;
}

#mainArea div.companyAndLinkMenu,
#mainArea form.grayform {
}

#mainArea div.companyAndLinkMenu div.block,
#mainArea form.grayform div.media-body {
	background-color: rgb(237, 237, 237);
	margin-bottom: 20px;
}

div.linkTitle {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}


#topCompanyAndLinkMenu h6.title a {
	text-decoration: none;
}

#mainArea form.grayform div.media-body,
#mainArea div.blogMenu div.media-body {
    position: relative;
    top: 90px;
	text-align: center;
	height: 100px;
}

#mainArea form.grayform div.media-body h6,
#mainArea div.blogMenu div.media-body h6 {
	vertical-align: middle;
	height: 100%;
	margin-top: 34px;
}

#mainArea div.blogMenu div.media-body a {
	margin-left: auto;
	margin-right: auto;
}


#mainArea div.freeSpaceDiv {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

#mainArea div.freeSpaceDiv>div.block{
	flex: 0 0 33.33333%;
	max-width: 30%;
	align-items: stretch;
}

@media (max-width: 576px) {
	#mainArea div.freeSpaceDiv>div.block{
		flex: 0 0 100%;
		max-width: 100%;
		align-items: stretch;
	}
}

div.sidebar #freeSpaceLeft,
div.sidebar #freeSpaceRight,
div.sidebar #freeSpaceRight2,
div.freeSpaceDiv>div.block {
	position: relative;
	height: 200px;
	overflow: hidden;
}

div.sidebar h6 {
	margin-top: 4px;
	margin-bottom: 4px;
}

div.sidebar #freeSpaceLeft div.mask,
div.sidebar #freeSpaceRight div.mask,
div.sidebar #freeSpaceRight2 div.mask,
div.freeSpaceDiv>div.block div.mask {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255,255,255, 0.0), rgba(255,255,255, 0.8));
}

div.sidebar #freeSpaceLeft a.moreButton,
div.sidebar #freeSpaceRight a.moreButton,
div.sidebar #freeSpaceRight2 a.moreButton,
div.freeSpaceDiv>div.block a.moreButton {
	text-align: center;
	position: absolute;
	bottom: 0px;
	height: 40px;
	width: calc(100% - 60px);
	text-decoration: none;
	background-color: #de6500;
	color: #fff;
	border-radius: 20px;
}

a.moreButton.design3 {
	border-radius: 0px !important;
	background-color: #5b5b5b !important;

}

div.freeSpaceDiv>div.block a.moreButton {
	width: 100%;
}

a.moreButton span.arrow {
	display: inline-block;
	position: relative;
	top: 5px;
	width: 18px;
	height: 18px;
	border-radius: 10px;
	background-color: #fff;
	color: #de6500;
	font-weight: bold;
	text-align: center;
	font-size: 8px;
	margin-right: 5px;
}

a.moreButton.design3 span.arrow {
	color: #5b5b5b !important;
}

a.moreButton span {
	display: inline-block;
	position: relative;
	top: 8px;
	font-weight: bold;
}

#landing img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

ul.list-unstyled li.blogMenu {
	width:356px;
	height:286px;
	background: url(/madolier/frame/pub/image/14.jpg) center center no-repeat;
	margin-bottom: 35px;
}

ul.list-unstyled li.blogMenu.design3 {
	background: url(/madolier/frame/pub/image/17.jpg) center center no-repeat;
}

ul.list-unstyled li.blankMenu {
	width:356px;
	height:286px;
	background: url(/madolier/frame/pub/image/15.jpg) center center no-repeat;
	margin-bottom: 35px;
}

ul.list-unstyled li.blankMenu.design3 {
	background: url(/madolier/frame/pub/image/18.jpg) center center no-repeat;
}

ul.list-unstyled li.blogMenu h6.title a {
	font-weight: bold;
	text-decoration: none;
}


img {
	max-width:100%;
	/* width:auto\9; for IE8 */ /*20170125 takei*/
	height: auto;
	/* vertical-align: bottom; */
}
