@charset "UTF-8";
/* CSS Document */

/* --------------------------------------
 Reset
--------------------------------------- */
:link,:visited{text-decoration:none;}html,body,div,ul,ol,li,dl,dt,dd,form,fieldset,input,textarea,h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,table,th,td{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}table{border-collapse:collapse;border-spacing:0;}fieldset,img,abbr,acronym,table{border:0;}address,caption,cite,code,dfn,em,b,u,s,i,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;border-style:none;}caption,th{text-align:left;}a{outline:none;text-decoration:underline;}a img,:link img,:visited img{border:none;}a:active{outline:none;}a:focus{-moz-outline-style:none;}address{display:inline;font-style:normal;}* html #selectorName-inner{height:1%;}#selectorName-inner{display:block;}* html #selectorName{margin:0;}*+html #selectorName{margin:0;}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}hr {height:0;margin:0;padding:0;border:0;}img { vertical-align:bottom }

/* --------------------------------------
 tbgc header / footer
--------------------------------------- */
/* TBGC Header, Footer 接頭辞：#tbgc */
/* ==================================================
01.Common
================================================== */
/* clearfix */
#tbgcHeaderInner {
  *zoom: 1;
}

#tbgcHeaderInner:before,
#tbgcHeaderInner:after {
  display: table;
  content: '';
}

#tbgcHeaderInner:after {
  clear: both;
}

/* ==================================================
02.Foundation
================================================== */

#tbgcHeader,
#tbgcFooter {
  color: #333;
  font-size: 14px;
  line-height: 1.3;
}
#tbgcHeader {
	border-bottom:1px solid #cccccc;
}
#tbgcHeader *,
#tbgcFooter * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#tbgcHeader img,
#tbgcFooter img {
  vertical-align: sub;
  border: none;
}

#tbgcHeader a,
#tbgcFooter a {
  color: #004E80;
}

#tbgcHeader a:hover,
#tbgcFooter a:hover {
  text-decoration: none;
}

#tbgcHeaderInner input {
  border: 1px solid #CCC;
  padding: 7px 7px 6px 7px;
}


/* ==================================================
03_Structure
================================================== */
/* Header */
#tbgcHeaderInner {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 12px;
  background: #FFF;
  font-size: 12px;
  position: relative;
}

#tbgcHeaderBland {
  text-align: right;
  margin: 0 auto;
  padding: 2px 0 0;
  background-color: #0074CC;
  background: -webkit-gradient(linear, left top, right top, from(#00B3FE), to(#003399));
  background: -moz-linear-gradient(left, #00B3FE, #003399);
  background: -ms-linear-gradient(left, #00B3FE, #003399);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B3FE', endColorstr='#003399', GradientType=1)";
}

#tbgcHeaderBland img {
  display: block;
  margin-left: auto;
  width: 137px;
  height: 12px;
}

#tbgcHeaderLogo {
  margin: 10px 0 0;
  float: left;
}

#tbgcHeaderLogo a {
  padding: 10px 20px;
  height: 57px;
  display: inline-block;
  vertical-align: bottom;
  *display: inline;
  *zoom: 1;
}

#tbgcHeaderLogo img {
  float: left;
  height: 30px;
}



#tbgcHeaderUtility li {
  padding: 10px 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#tbgcHeaderUtility li a {
  display: block;
  padding: 1px 10px;
  color: inherit;
  text-decoration: none;
}

#tbgcHeaderUtility li a:hover {
  text-decoration: underline;
}

#tbgcHeaderUtility li.line {
  border-left: 1px solid #CCC;
  margin: 0 0 0 8px;
  padding: 0 0 0 10px;
}

#tbgcHeader.noSearch #tbgcHeaderUtility {
  margin: 20px 0 0;
  float:right;
  
}


/* pc */
@media only screen and (max-width: 980px) {
  #tbgcHeaderInner {
    width: 100% !important;
  }

  #tbgcHeaderLogo a {
    padding: 10px !important;
    width: auto;
  }

  #tbgcHeaderUtility {
    margin: 0 10px 0 0;
    width: auto;
  }
}
/* tab */
@media only screen and (min-width: 640px) and (max-width: 980px) {
  #tbgcHeaderUtility {
    width: 100%;
    text-align: right;
  }

  #tbgcHeader.noSearch #tbgcHeaderUtility {
    margin-top: 0;
  }

}
/* sp */
@media only screen and (max-width: 640px) {
  #tbgcHeaderBland img {
    width: 103px;
    height: 9px;
  }

  #tbgcHeaderInner {
    padding-bottom: 0;
  }

  #tbgcHeaderLogo {
    margin-top: 0;
    float: none;
    text-align: center;
  }

  #tbgcHeaderLogo a {
    padding: 10px;
  }


  #tbgcHeader.noSearch #tbgcHeaderUtility {
    float: none;
    margin: 5px 20px 0 0;
	 text-align: center;
  }

  #tbgcHeaderUtility > li {
    margin: 0 0 0 10px;
    padding: 0;
  }

  #tbgcHeaderUtility > li.line {
    border: none;
    padding: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }

  #tbgcHeaderUtility > li > a {
    padding: 0 0 15px;
  }

  #tbgcHeader.noSearch #tbgcHeaderUtility {
    margin: 0 20px 0 0;
  }

}


@media screen and (max-width: 478px) { /*sp  320*/

#tbgcHeaderLogo img {
  height: 30px;
}

}

/* Footer */
#tbgcFooterUtility {
  margin: 0 auto;
  text-align: center;
  background-color: #0074CC;
  border: 1px solid #FFF;
  border-width: 1px 0;
}


#tbgcFooterUtility > ul {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}

#tbgcFooterUtility > ul > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#tbgcFooterUtility > ul > li.line {
  position: relative;
  padding-left: 5px;
}

#tbgcFooterUtility > ul > li.line:before {
  top: 50%;
  left: 0;
  width: 1px;
  height: 1.2em;
  content: "";
  margin-top: -0.6em;
  background: #FFF;
  position: absolute;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#tbgcFooterUtility > ul > li a {
  color: #FFF;
  display: block;
  padding: 13px 12px 12px;
  font-size: 12px;
  text-decoration: none;
}

#tbgcFooterUtility > ul > li a:hover {
  text-decoration: underline;
}

#tbgcFooterInfo {
  margin: 0 auto;
  background-color: #0074CC;
  background: -webkit-gradient(linear, left top, right top, from(#00B3FE), to(#003399));
  background: -moz-linear-gradient(left, #00B3FE, #003399);
  background: -ms-linear-gradient(left, #00B3FE, #003399);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B3FE', endColorstr='#003399', GradientType=1)";
  position: relative;
  height: 61px;
  overflow: hidden;
}

#tbgcFooterGroup {
  max-width: 1020px;
  margin: 0 auto;
  padding: 27px 20px 0;
}

#tbgcFooterGroup img {
  width: 148px;
  height: 17px;
}

#tbgcFooterBland {
  position: absolute;
  right: 0;
  top: 0;
  height: 61px;
  padding-top: 16px;
  padding-right: 134px;
}

#tbgcFooterBland:after {
  content: url(/mansion_dr_kasai/common/img/footer_bland_02.png);
  width: 116px;
  height: 32px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#tbgcFooterBland img {
  width: 239px;
  height: 25px;
}

#tbgcFooterCopy {
  font-size: 10px;
  color: #FFF;
  text-align: right;
  padding-right: 140px;
  margin: -1px 0 0;
}

/* sp */
@media only screen and (max-width: 640px) {
  #tbgcFooterUtility ul {
    width: 100%;
    padding: 10px 0;
  }

  #tbgcFooterUtility ul li a {
    padding: 6px 8px;
  }

  #tbgcFooterInfo {
    padding: 15px 0 0;
    height: 62px;
  }

  #tbgcFooterGroup {
    position: absolute;
    top: 18px;
    left: 10px;
    padding: 0;
  }

  #tbgcFooterGroup img {
    width: 89px;
    height: 10px;
    display: block;
  }

  :lang(en) #tbgcFooterGroup img {
    width: 97px;
    height: 10px;
  }

  #tbgcFooterBland {
    position: static;
    height: auto;
    padding: 0 56px 0 0;
    text-align: right;
  }

  #tbgcFooterBland img {
    position: relative;
    top: -2px;
    width: 142px;
    height: 15px;
  }

  #tbgcFooterBland:after {
    content: "";
    width: 65px;
    height: 18px;
	background: url(/mansion_dr_kasai/common/img/footer_bland_02.png);
    background-size: 100% 100%;
  }

  #tbgcFooterCopy {
    padding-right: 57px;
    margin: -1px 0 0;
  }
}
/* hidden */
#tbgcHeader.pcHidden,
#tbgcFooter.pcHidden {
  display: none !important;
}

@media only screen and (min-width: 640px) and (max-width: 980px) {
  #tbgcHeader.tabHidden,
  #tbgcFooter.tabHidden {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  #tbgcHeader.spHidden,
  #tbgcFooter.spHidden {
    display: none !important;
  }

  #tbgcHeader.pcHidden,
  #tbgcFooter.pcHidden{
    display: block !important;
  }
}
/* #tbgc END*/


/* --------------------------------------------------------------------------
 Common
---------------------------------------------------------------------------- */

/* item */
.sp_in { display:none; }
.mb1em {margin-bottom:1em; }
.mb2em {margin-bottom:2em; }
.mb3em {margin-bottom:3em; }
.mt1em {margin-top:1em; }
.ml1em {margin-left:1em; }
.fc_red { color:#e73820; }
.fc_pink { color:#eb6fa5; }
.fc_orange {color:#E2720D; }
.fc_nb {color:#00134e; }
.fw_b { font-weight:bold; }
.ta_c { text-align:center; }
sup { font-size:50%; }
img.w100p { width:100%; }
.bg_sky { background:#BCE2E8; }
.f120p { font-size:120%; }

/* body */
body {
  min-width: 980px;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0;
  background: #ffffff;
  -webkit-text-size-adjust: none;
  font-family: "ゴシックMB101 M", Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-size:14px;
  line-height:1.5; }

/* link */
a {text-decoration:none; overflow:hidden; outline:none;}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}


#header {
  width: 980px;
  margin: 10px auto;
  position: relative; }

#header img.header_logo {
	width:235px; }

.header_menu {
	float:right;
	width:320px; }

.header_menu a {
	width:100%;
	display:block;
	margin:16px 0 0;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(102,102,102,1);
	-moz-box-shadow: 0px 1px 0px 0px rgba(102,102,102,1);
	box-shadow: 0px 1px 0px 0px rgba(102,102,102,1);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; }
.header_menu a,
.go_mitsumori a,
.send_tokucyou a,
.contact_link a {
	background: #ffb600; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjc0MDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffb600 0%, #ff7402 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb600), color-stop(100%,#ff7402)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffb600 0%,#ff7402 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffb600 0%,#ff7402 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffb600 0%,#ff7402 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffb600 0%,#ff7402 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb600', endColorstr='#ff7402',GradientType=0 ); /* IE6-8 */ }

.header_menu a:hover,
.go_mitsumori a:hover,
.send_tokucyou a:hover,
.contact_link a:hover {
	background: #ff7e11; }

.contact_link a {
  display: inline-block;
  vertical-align: middle;
  border-radius: 6px;
  box-shadow: 0 1px 0 0 rgba(102, 102, 102, 1);
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 30px;
}

.header_menu a img {
	width:80%;
	margin:5% 10%; }

.nav_wap {
	background:#036eb7; }

#nav {
  width: 980px;
  margin: 0 auto;
  position: relative;
  text-align:center; }

#nav ul {
	display: block;
	width:100%;
	font-size:0; }

#nav ul li {
	display: inline-block;
	text-align:center; }

#nav ul li a {
	font-size:18px;
	color:#ffffff;
	padding:0.6em 0 0.6em 1.3em;
	margin:0 1.3em;
	display:block;
	background: url(../img/ya_nav.png) 0 0.8em no-repeat; }

#nav ul li a:hover { color:#ffff00; }

#nav ul.nav_sub { display:none; }

/* menu.js */
.togmenu { display: block; }
.menu-button { display:none; }

.cont01,
#content,
#footer {
	width: 980px;
	margin: 0 auto;
	position: relative; }

#footer { border-top:1px solid #cccccc; }

#footer_menu {
	padding:20px 0 5px 0;
	display:table;
	width:100%; }

#footer_menu ul,
.footer_sub {
	display:table-cell;
	vertical-align:top; }

#footer_menu ul li {
	display:block;
	line-height:1.6; }

#footer_menu ul li a {
	background: url(../img/icon_header01.png) 0 5px no-repeat;
	padding:0 2em 0 0.9em;
	color:#333333; }

#footer_menu ul li a:hover { text-decoration:underline; }

.footer_sub {
	width:30%; }

.footer_logo img { width:100%; }

.footer_go a img {
	width:80%;
	margin:10px auto;
	padding:10px 10%;
	background:#D6132D;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border:1px solid #CCCCCC; }

.footer_go a:hover img { background:#C41129; }

.footer_nb {
    font-size: 9pt;
    text-align: center;
    margin-bottom: 10px;}

@media screen and (-webkit-min-device-pixel-ratio:2),
(min-resolution: 2dppx){

#nav ul li a { background: url(../img/ya_nav@2x.png) 0 0.8em no-repeat; }
#nav ul li a { background-size: 17px 17px; }

}

@media only screen and (max-width: 980px) {
body {
    min-width: inherit; }

.cont01,
#header,
#nav,
#content,
#footer {
    width: inherit; }

#header img.header_logo {
	width:200px; }

.header_menu a { margin:10px 0 0; }

#nav ul li a { font-size:14px; }
#nav ul li a { background-size: 13px 13px; }

#nav ul li a {
	padding:0.6em 0 0.6em 1.3em;
	margin:0 0.5em;
	display:block; }

.header_menu {
	margin-right:10px; }

}

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

.pc_in { display:none; }
.sp_in { display:inherit; }

#header { text-align:center; }

.header_menu {
	width:280px;
	float: inherit;
	text-align:center;
	margin:0 auto; }

.togmenu { display:none;}

.menu-button {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 1em;
	background:#0581c6;
	color:#FFFFFF; }

.main-menu-txt { display: inline-block; }

.main-menu-btn { display: inline-block; float:right; }

#nav { margin: 10px auto 0; }

#nav ul {
	display: block;
	width:100%;
	border-right: none;  }

#nav ul li {
	display:block;
	text-align: left;
	border-left: none; }

#nav ul li a {
	display:block;
	font-size:16px;
	padding:0.5em 1em;
	border-bottom:1px solid #ffffff; }

#footer_menu ul,
.footer_sub {
	display: block;
	vertical-align:top; }

#footer_menu {
	width:90%;
	margin:0 5%; }

.footer_sub {
	margin-top:20px;
	width:100%; }

.footer_nb {
    text-align: left;
    padding: 0 10px;}

}


/* home css */


.topic_in {
	width: 980px;
	margin: 0 auto;
	position: relative;}

.topic {
	background:#bce2e8; }

.home_sec01 {
	width:92%;
	margin:6% 4%;
	background:#bce2e8; }

img.home_ribon {
	width:100%;
	position:absolute;
	top:6%; }

.topic img { width:100%; }

img.sec01_img {
	width:100%;
	margin:15% 0 0; }

.go_mitsumori {
	width:84%;
	margin:0 8%;
	padding:0 0 7%; }

.go_mitsumori a {
	width:100%;
	display:block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(102,102,102,1);
	-moz-box-shadow: 0px 2px 0px 0px rgba(102,102,102,1);
	box-shadow: 0px 2px 0px 0px rgba(102,102,102,1); }

.go_mitsumori a img {
	width:80%;
	margin:3% 10%; }


.bbox_navy {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:4px solid #003E54;
	background:#FFFFFF; }

.home_sec02_box {
	display: block;
	width:100%;
	font-size:0; }

.home_sec02_box_in_wap {
	display:inline-block;
	width:32%;
	position:relative;
	text-align:center;
	vertical-align:top; }

.home_sec02_box_in_sp {
	display:inline-block;
	width:2%; }

.number {
	position:absolute;
	top:-32px;
	left:50%;
	margin:0 0 0 -32px;
	width: 64px;
	height: 64px;
	background:#003E54;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size:38px;
	color:#FFFFFF;
	z-index:100; }

.home_icon_box {
	background:#026EB7;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px; 
	border-top-right-radius: 6px;
	color:#FFFFFF;
	height:250px; }

.home_icon_box h2 {
	font-size:26px; }

.home_icon_box h2.icon02_text {
	padding:0.5em 0; }

img.sec02_iconimg {
	width:58%;
	margin:12% 21% 2%; }

.home_sec02_text {
	width:86%;
	margin:7%; }

.home_sec02_text p {
	text-align:left;
	font-size:20px;
	height:230px; }

.home_sec02_text p span {
	color:#F24A89;
	font-size:24px; }

a.home_sec02_next {
	display: inline-block;
	margin:10% 0;
	padding:0.4em 2em;
	font-size:17px; 
	-webkit-box-shadow: 0px 1px 0px 0px rgba(102,102,102,1);
	-moz-box-shadow: 0px 1px 0px 0px rgba(102,102,102,1);
	box-shadow: 0px 1px 0px 0px rgba(102,102,102,1);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background:#F7921E;
	color:#FFFFFF; }

a.home_sec02_next:hover {
	background:#FF7E10; }

.send_tokucyou {
	width:76%;
	margin:0 12%;
	padding:6% 0 7%; }

.send_tokucyou a {
	width:100%;
	display:block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(102,102,102,1);
	-moz-box-shadow: 0px 2px 0px 0px rgba(102,102,102,1);
	box-shadow: 0px 2px 0px 0px rgba(102,102,102,1); }

.send_tokucyou a img {
	width:80%;
	margin:3% 10%; }

@media only screen and (max-width: 980px) {
.topic_in {
    width: inherit; }

.home_sec02_box {
	width:96%;
	margin:0 2%; }

img.sec02_iconimg {
	margin:20% 21% 2%; }

.home_icon_box h2 {
	font-size:20px; }

.home_icon_box {
	height:220px; }

.home_sec02_text p {
	font-size:16px;
	height:230px; }

.home_sec02_text p span {
	font-size:18px; }

a.home_sec02_next {
	padding:0.4em 1.5em; }

}


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

.home_sec02_box_in_wap {
	display:block;
	width:100%;
	margin:40px 0 2%; }

.home_sec02_box_in_sp {
	display: none; }

.number {
	top:-25px;
	margin:0 0 0 -32px;
	width: 50px;
	height: 50px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	font-size:30px; }

img.sec02_iconimg {
	margin:10% 21% 2%; }

.home_icon_box {
	height: inherit; }

.home_sec02_text p span {
	font-size:16px; }

.home_sec02_text p {
	height: inherit;
	font-size:14px; }

a.home_sec02_next {
	display: inline-block;
	margin:5% 0;}

}

@media screen and (max-width: 478px) { /*sp  320*/
.send_tokucyou {
	width:90%;
	margin:0 5%;
	padding:6% 0 7%; }

.send_tokucyou a img {
	width:80%;
	margin:5% 10%; }
.go_mitsumori a img {
	width:80%;
	margin:5% 10%; }

}

.cont01 h1 {
	color:#ffffff;
	font-size:40px; }

.cont01 h1 span {
	margin:2px;
	background:#ED6DA5;
	padding:0.1em 0.3em;
	display: inline-block; }

/*@media only screen and (max-width: 980px) { body { background:#E3E3E3; } }
@media only screen and (max-width: 640px) { body { background:#EEE1E2; } }
@media screen and (max-width: 478px) { body { background:#EEEBE1; }  }