<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ============== PCと共通部分    ================ */
#mainWrapper{
    width:1200px;
    margin:0 auto;
}
#mainFullWrapper{
    width:100%;
    margin:0;
    padding:0;
}
.contentsInner{
    width:1200px;
    margin:30px auto 0 auto; 
    padding:0 10px;
}

/* --------- keyvisualTtl ----------- */
/*.keyvisualTtl{
    text-align: center;
}*/
.keyvisualTtl h2 b {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    background-color: #333;
    padding: 8px 100px;
    background: rgba(45,45,45, 0.5);
}
.keyvisualTtl h2{    
    /*width:1200px;*/
    margin:0 auto; 
    /*padding:0 10px;*/
}

/* --------- h2, h3, h4...などのタイトルフォントの共通化 ----------- */
.wf-roundedmplus1c { font-family: "Rounded Mplus 1c"; }
.wf-mplus1p { font-family: "Mplus 1p"; }
.ttl01 {
    color: #0099d3;
    font-size: 30px;
}
.ttl02 {
    color: #000000;
    font-size: 24px;
}
.ttl03 {
    color: #000000;
    font-size: 20px;
}
.ttl04 {
    color: #000000;
    font-size: 16px;
}

/* ---------- もっと見るボタンなど ------------ */
.aBtn1 a    {
    display:inline-block;
    padding:7px 20px;
    margin:0;
    white-space:nowrap;
    color:#0099d3;
    border:2px solid #0099d3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color:#fff;
    line-height:1.7;
}
.aBtn1 a:link {
    color:#0099d3;
    text-decoration:none;
}
.aBtn1 a:visited    {
    color:#0099d3;
    text-decoration:none;
}
.aBtn1 a:hover    {
    color:#0099d3
    ;text-decoration:underline;
}
.aBtn1 a:active {
    color:#0099d3;
    text-decoration:none;
}

/* --------- 右カラムの共通事項 ----------- */
#contentsLef {
    width: 790px;
    min-height: 400px;
    float: left;
}
#contentsRight {
    width: 340px;
    min-height: 400px;
    float: right;
    border-top: 2px solid #ccc;
}
#contentsRight hr {
    font-size:20px;
    color:#0099d3;
    padding:0;
    margin:25px 0 30px 0;
}
#contentsRight hr {
    display:block;
    width:35%;
    height:2px;
    border:0;     
    border-top:2px solid #0099d3;
    margin:-2px 0 0 0;
    padding:0;
}
#recommend {
    margin:0 0 50px 0;
}
#recommend dl {
    padding:20px    0;
    border-bottom:1px solid #ddd;
}
#recommend dl:last-child {
    border-bottom:none;
}
#recommend dl:after {
    content:"\00a0";
    display:block;
    height:0;
    font:0px/0 serif;
    clear:both;
    visibility:hidden;
    overflow:hidden;
}
#recommend dt {
    clear:both;
    width:80px;
    height:80px;
    overflow:hidden;
    float:left;
}
#recommend dt img {
    height:80px;
    width:80px;
    max-width: none;
    width:auto;
    /*margin-left:-15px;*/
}
#recommend dd {
    width:200px;
    height:80px;
    font-size:12px;
    line-height:1.5;
    float:left;
    padding:0 0 0 15px;
    overflow:hidden;
}
#recommend dd p {
    font-size:11px;
    line-height:1;
    margin:0 0 5px 0;
    color:#888;
}
#topNewsFb .facebookIF {
    overflow:hidden;
}

/*------ with mainvisual サブフッター ------*/
#lowerlayerWrapper {
    width:1200px;
    margin:20px auto 100px auto;
}
#lowerlayerWrapper h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
#lowerlayerWrapper .breadcrumb{
    margin-bottom: 50px;
}
.lowerlayerKeyvisual {
    margin-top:90px;
}
.lowerlayerKeyvisual .contentsInner {
    position:relative;
}
.lowerlayerKeyvisual {
    margin-top:60px;
}
.lowerlayerKeyvisual h2 {
    position: absolute;
    top: 150px;
    width: 100%;
    color: #000;
    font-size: 36px;
    font-weight: bold;
    z-index: 888;
    text-align: center;
}
.lowerlayerKeyvisual span {
    display: inline-block;
    background-color: #fff;
    border-radius: 2px;
    padding: 3px 8px;15
    filter: alpha(opacity=77);
    -moz-opacity: 0.77;
    opacity: 0.77;
}
/*------ without mainvisual------*/
#lowerlayerWrapper02 {
    width:1200px;
    margin:90px auto;
}
#lowerlayerWrapper02 h2 {
    font-size: 30px;
    color: #0099d3;
    margin: 20px 0 15px 0;
}
#lowerlayerWrapper02 {
margin-bottom: 20px;
}


/* スマホ専用不可視化 */
#hd2navMob, .pcNoDisp{display:none;}

/* --------- ヘッダー02 ------------- */
#header {
    position:fixed;
    top:0;
    left:0;
    z-index:9999;
    width:100%;
    height:90px;
    margin:0 auto;
    background:#fff;
    -webkit-box-shadow: 3px 3px 7px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 3px 7px 0 rgba(0,0,0,0.3);
    box-shadow: 3px 3px 7px 0 rgba(0,0,0,0.3);
}
#header .inner {
    width:1200px;
    height:90px;
    margin:0 auto;
    background:#fff;
    position:relative;
}

#header .inner .logo {
    position:absolute;
    top:0;
    left:0;
    width:150px;
    height:90px;
}
#header .inner .logo img {
    width:150px;
    height:90px;
}

#header .inner .logo_sp {
    display: none;
}

#hd2nav {
    display:block;
}
#sideMenuBtnJS {
    display:none;
}
#header .inner .fbBtn {
    position:absolute;
    top:30px;
    right:0;
    width:30px;
    height:30px;
}
.gnavWp2{
    margin:0 0 0 155px;
    padding:30px 0 0 0;
}
.gnavWp2 .gNav1,
.gnavWp2 .gNav2,
.gnavWp2 .gNav3,
.gnavWp2 .gNav3 li {
    display:inline-block;
    vertical-align:top;
    margin:0 50px 0 0;
    font-size:15px;
    font-weight:bold;
}
.gnavWp2 a,
hd2navMob a {
    text-decoration: none;
}
.gnavWp2 a.current,
.gnavWp2 dt.current {
    color:#1185ca !important;
    border-bottom:2px dotted #1185ca;
    padding-bottom:10px;
}
#header .gNav4,
#hd2navMob .gNav4 {
    display:none;
}
#header .gNav2 .AccDD {
    font-size:13px;
}
#header .icon1::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -3px 3px 0 0;
    background: url(../_img_bg/icon_menu_info.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
#header .icon2::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -3px 3px 0 0;
    background: url(../_img_bg/icon_menu_about_ebina.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
#header .icon3::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -3px 3px 0 0;
    background: url(../_img_bg/icon_menu_about_vinagardens.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
#header .icon4::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -3px 3px 0 0;
    background: url(../_img_bg/icon_menu_miraikaigi.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

#gnavWp1 .gNav2 dt,
.gnavWp2 .gNav2 dt {
    font-weight:bold;
    color:#333;
    padding-right:28px;
    cursor:pointer;
}
#gnavWp1 .gNav2 dt::after,
.gnavWp2 .gNav2 dt::after {
    content: "▼";
    margin-left: 5px;
    color:#0099d3;
}
#gnavWp1 .gNav2 dt.open::after,
.gnavWp2 .gNav2 dt.open::after {
    content: "▲";
    margin-left: 5px;
    color:#0099d3;
}
#gnavWp1 .gNav2 dd,
.gnavWp2 .gNav2 dd {
    display:none;
    z-index:999;
    background-color:#fff;
    padding:10px 10px 5px 10px;
    border:1px solid #ccc;
}
#gnavWp1 .gNav2 dd p,
.gnavWp2 .gNav2 dd p {
    padding:7px;
    font-weight:bold;
    text-align:left;
}
#gnavWp1 .gNav2 dd p a,
.gnavWp2 .gNav2 dd p a {
    display:block;
}
#gnavWp1 .gNav2 dd p:not(:last-child),
.gnavWp2 .gNav2 dd p:not(:last-child) {
    border-bottom:1px solid #ddd;
}

/* ------- newsRight PC -------- */
#newsRight {
    width:300px;
    min-height:400px;
    margin:30px 0 0 0;
    float:right;
    border-top:2px solid #ccc;
}
#newsRight h3 {
    font-size:20px;
    color:#0099d3;
    padding:0;
    padding-bottom: 20px;
    margin:15px 0 0 0;
}
#newsRight hr {
    display:block;
    width:35%;
    height:2px;
    border:0;     
    border-top:2px solid #0099d3;
    margin:-2px 0 0 0;
    padding:0;
}
#recommend {
    margin:0 0 50px 0;
}
#recommend dl {
    padding:20px    0;
    border-bottom:2px dotted #c3e1ed;
}
#recommend dl:last-child {
    border-bottom:none;
}
#recommend dl:after {
    content:"\00a0";
    display:block;
    height:0;
    font:0px/0 serif;
    clear:both;
    visibility:hidden;
    overflow:hidden;
}
#recommend dt {
    clear:both;
    width:80px;
    height:80px;
    overflow:hidden;
    float:left;
}
#recommend dd {
    width:200px;
    height:80px;
    font-size:12px;
    line-height:1.5;
    float:left;
    padding:0 0 0 15px;
    overflow:hidden;
}
#recommend dd p {
    font-size:11px;
    line-height:1;
    margin:0 0 5px 0;
    color:#888;
}
#topNewsFb .facebookIF {
    overflow:hidden;
}

/* breadcrumb（パンくず） PC -------------- */
.breadcrumb {
    list-style-type: none;
    text-align:left;
    padding:0;
}
.breadcrumb li {
    display: inline;
    font-size: 12px;
    line-height: 1;
    margin: 0;
    padding: 0;
}
.breadcrumb li:not(:first-child)::before {
    content: "＞";
    margin: 0 3px;
}
.breadcrumb li:first-child::before {
    content: url("../_img_bg/icon_home12x13.png");
    margin:0 5px 0 0;
}
.breadcrumb a {
color: #0099d3;
outline: none;
text-decoration: none;
}
.breadcrumb a:hover {
color: #0099d3;
outline: none;
text-decoration: underline;
}
/* ---------- その他の開発情報PC  ------------ */
#etcDetail {
	border-top: 1px solid #ddd;
	margin: 50px 0 30px 0;
	padding: 30px 0 0 0;
}
#etcDetail a img:hover{
    opacity:.6;
}
#etcDetail h4.ttl01 {
	font-size: 20px;
	margin: 0 0 25px 0;
}
#etcDetail h4 {
    background-color: #ffffff;
    color: #222222;
    font-size: 20px;
    padding: 8px 12px;
    margin:40px 0 30px 0;
}

#etcDetail h4::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -3px 3px 0 0;
	background: url(../_img_bg/icon_menu_info.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
#etcDetail article {
	width: 250px;
	float: left;
	height: 400px;
}
#etcDetail article.fst {
	margin: 0 25px 0 0;
}
#etcDetail article.mid {
	margin: 0 25px;
}
#etcDetail article.last {
	margin: 0 0 0 25px;
}
#etcDetail article img {
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
}
#etcDetail article .ttl04 {
	font-weight: bold;
    color: #111;
    font-size: 16px;
    margin-bottom:0;
}
#etcDetail article p {
	padding: 10px 0 0 0;
	font-size: 14px;
	line-height: 1.4;
	overflow: hidden;
}
#etcDetail article p:last-child {
	font-size: 12px;
	color: #777;
}
/* --------- 戻るボタン ---------- */
.aBtn1 br {
	display: none;
}
.aBtn1.back a::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 14px;
	margin: 0 5px 0 0;
	background: url(../_img_bg/icon_back.png) no-repeat center center;
	background-size: contain;
	vertical-align: middle;
}
/* --------- footer PC ----------- */
#bottomBanner {
    width:100%;
    background-color:#e8f3f9;
    margin:0;
    margin-top:30px;
    padding:0 0 5px 0;
    text-align:center;
}
#bottomBanner .inner{
    width:1200px;
    margin:0 auto;
    padding:30px 0;
}
#bottomBanner .inner img {
    display:inline-block;
    max-width:270px;
    height:auto;
    margin:0 20px 0 0;
    padding:0;
    vertical-align:bottom;
}
#bottomBanner2 {
    width:100%;
    background-color:#e8f3f9;
    margin:0;
    /* margin-top:30px; */
    padding:0 0 5px 0;
    text-align:center;
}
#bottomBanner2 .inner{
    width:1200px;
    margin:0 auto;
    padding:30px  0;
}
#bottomBanner2 .inner img {
    display:inline-block;
    max-width:270px;
    height:auto;
    margin:0 20px 0 0;
    padding:0;
    vertical-align:bottom;
}
#bottomBanner3 {
    width:100%;
    background-color:#e8f3f9;
    margin:0;
    /* margin-top:30px; */
    padding:0 0 5px 0;
    text-align:left;
}
#bottomBanner3 .inner{
    width:1200px;
    margin:0 auto;
    padding:0 0 30px 0;
}
#bottomBanner3 .inner img {
    display:inline-block;
    max-width:270px;
    height:auto;
    margin:0 20px 0 80px;
    padding:0;
    vertical-align:bottom;
}

#footer {
    color:#fff;
    clear:both;
    width:100%;
    background-color:#0099d3;
}
#footer .inner {
    position:relative;
    width:1200px;
    margin:0 auto;
}
#footer .inner .ftLogo {
    position:absolute;
    top:25px;
    left:0;
    width:150px;
    height:90px;
}
#footer .inner .ftLogo img{
    width:150px;
    height:90px;
}
#footer .inner .ftLogo img.logo_sp {
    display: none;
}
#footer .inner .ftLogo2 {
    position: absolute;
    top: 40px;
    right: 130px;
    width: 200px;
    height: auto;
}
#footer .inner .ftLogo2 img{
    width: 200px;
    height: auto;
}
#footer .inner .ftLogo2 img.logo_sp {
    display: none;
}

#footer .inner .ftSNS {
    position:absolute;
    top:40px;
    right:0;
    width:30px;
    height:30px;
}


/* -------- SNS btns ---------- */
.snsbtn{
width:1200px;
margin:15px auto;
list-style-type: none;
}
.snsbtn li{
display:inline-block;
width:180px;
height: 40px;
margin-right:10px;
text-align:center;
font-size:12px;
line-height:40px;
white-space:nowrap;
}
.snsbtn li a{
display:block;
color:#ffffff;
}
.snsbtn li.fb{
background-color:#496fae;
background-image: url(../_img_bg/icon_fb.jpg) ;
background-repeat:no-repeat;
background-position:left 10px center;
background-size:25px 25px;
}
.snsbtn li.tw{
background-color:#51bee8;
background-image: url(../_img_bg/icon_tw.jpg) ;
background-repeat:no-repeat;
background-position:left 10px center;
background-size:25px 25px;
}
.snsbtn li img{
display:none;
}
/* ----------------------- */


#footer .inner nav {
    margin:0 100px 0 200px;
    padding:40px 0 0 0;
    font-size:13px;
    line-height:1.8;
}
#footer .inner nav a {
    color:#fff;
    -webkit-transition: 0.5s; 
    transition: 0.5s;    
    text-decoration: none;
}
#footer .inner nav a:hover {
    color:#f3faff;
    text-decoration: underline;
}
#footer .inner nav div {
    display:inline-block;
    border-bottom:1px solid #88aacc;
    padding:0 5px 20px 5px;
    margin:0 0 20px 0;
}
#footer .inner nav .ftNav {
    display:inline-block;
    vertical-align:top;
    margin:0 20px 0 0;
}
#footer .inner nav .ftNav2 {
    display:inline-block;
    vertical-align:top;
    margin:0 20px 0 0;
}
#footer .inner nav .ftNav2.fst {
    margin:0 20px 0 0;
}
#footer .inner nav .btmNav li {
    display:inline-block;
    padding:0 30px 0 0;
}
#footer .inner nav .acdBtn{
    color:#d3e3ff;
}
#footer .inner nav .acdBtn:before {
    content: "◇";
    margin: 0 3px 0 0;
    font-size:12px;
}
#footer .inner nav .ftNav2 li:before,
#footer .inner nav .btmNav li:before {
    content: "＞";
    margin: 0 3px 0 0;
    font-size:12px;
}
#footer .inner nav .ftNav dd p:before {
    content: "・";
    margin: 0 3px 0 13px;
    font-size:13px;
}
#footer .inner .copy {
    font-size:12px;
    text-align:center;
    margin:50px 0 15px 0;
    color:#aaccff;
}
#pageTopWrap {
    width:1200px;
    height:30px;
    margin:0 auto;
}
#pageTopBtn {
    width:30px;
    height:30px;
    margin:0 auto;
    transform: rotate(315deg);
}
#pageTopBtn a {
    display: block;
    text-indent: -9999px; 
    width: 12px;
    height: 12px;
    border-top: #1185ca 3px solid;
    border-right: #1185ca 3px solid;
    margin-top: 10px;
    margin-left: 5px;
    overflow:hidden;
}
#pageTopBtn:hover {
    filter:alpha(opacity=50);
    -moz-opacity:0.5; 
    opacity:0.5;
}
/* ============== PCと共通部分ここまで ================ */

/* ============== モバイル    ================ */
@media screen and (max-width:800px) {
    .contentsInner {
        width:calc(100% - 20px);
        margin:0 auto;
        padding:0;
    } 
    .keyvisualTtl h2 b {
        font-size: 22px;
        padding: 8px 10px; 
    }

    .keyvisualTtl h2{    
    width:100%;
    margin:0 auto; 
    padding:0 ;
}
    .ttl01 {
        font-size: 22px;
    }
    .ttl02 {
        font-size: 20px;
    }
    .ttl03 {
        font-size: 18px;
    }
    .ttl04 {
        font-size: 15px;
    }
    #contentsRight {
        width:100%;
        margin:0 auto;
        float:none;
        border-top:none;
    } 
    #contentsLeft {
        width:100%;
        margin:0 auto;
        float:none;
        margin-bottom: 50px;
    } 
    #contentsRight h3 {
        padding:30px 0;
        text-align: center;
        border-bottom: 2px solid #ebf5f9;
    }
    #contentsRight hr {
        display: none;
        width: 35%;
        height: 2px;
        border: 0;
        border-top: 2px solid #0099d3;
        margin: -2px 0 0 0;
        padding: 0;
    }
    
    /*------ with mainvisual------*/
    #lowerlayerWrapper {
        width:100%;
        margin:70px auto 0 auto;
    }
    #lowerlayerWrapper h2 {
        font-size: calc(2.5vw + 10px);
    }
    #lowerlayerWrapper h3 {
        font-size: calc(2vw + 10px);
    }
    #lowerlayerWrapper .breadcrumb{
        margin-bottom: 30px;
    }
    
    /*------ without mainvisual------*/
    #lowerlayerWrapper02 {
        width:100%;
        margin:70px auto 0 auto;
    }
    #lowerlayerWrapper02 h2 {
        font-size: calc(2.5vw + 10px);
        font-size: 22px;
    }
    #lowerlayerWrapper02 h3 {
    font-size: calc(2vw + 10px);
    }
    #header {
        display:block;
        height:60px;
    }
    #header .inner {
        width:100%;
        height:60px;
    }
    #header .inner .logo {
        display: none;
        position:absolute;
        top:0;
        left:7px;
        width:100px;
        height:60px;
    }
    #header .inner .logo_sp {
        display: inherit;
        position:absolute;
        top:0;
        left:7px;
        width:100px;
        height:60px;
    }
    #header .inner .logo img {
        max-height:60px;
        width:auto;
    }
    #header .inner .fbBtn {
        display:none;
    }
    #hd2nav {
        display:none;
        width:100%;
        padding-top:60px;
        background:#fff;
        -webkit-box-shadow: 3px 3px 7px 0 rgba(0,0,0,0.3);
        -moz-box-shadow: 3px 3px 7px 0 rgba(0,0,0,0.3);
        box-shadow: 3px 3px 7px 0 rgba(0,0,0,0.3);
    }
    .gnavWp2 {
        border-top:1px solid #ccc;
        margin:0;
        padding:15px;
    }
    .gnavWp2 .gNav1,
    .gnavWp2 .gNav2,
    .gnavWp2 .gNav3,
    .gnavWp2 .gNav3 li {
        display:block;
        vertical-align:top;
        margin:0 0 0 0;
        font-size:15px;
        font-weight:bold;
    }
    .gnavWp2 a.current {
        padding-bottom:5px;
    }
    .gnavWp2 .gNav2 dd{
        padding:10px 10px 5px 10px;
        border:none;
    }
    .gnavWp2 .gNav2 dd p:last-child {
        border-bottom:1px solid #ddd;
    }
    .gnavWp2 .gNav2 dd a:before {
        content: "・";
        margin: 0 3px 0 0;
        font-size:13px;
    }
    .gnavWp2 ul li,
    .gnavWp2 .gNav2 .topAcdBtn {
        padding:10px 0 10px 0;
        border-bottom:1px solid #ddd;
    }
    #header .gNav4,
    #hd2navMob .gNav4 {
        display:block;
        margin:0;
        padding:0 15px 15px 15px;
    }
    #header .gNav4 li,
    #hd2navMob .gNav4 li {
        display:block;
        white-space:nowrap;
        padding-bottom:15px;
        min-width:40%;
    }
    #header .gNav4 li:before,
    #hd2navMob .gNav4 li:before {
        content: "＞";
        margin: 0 3px 0 0;
        font-size:12px;
        color:#0099d3;
    }
    #hd2navMob {
        display:none;
        position:relative;
        width:100%;
        margin:0 0 0 0;
        height:calc(100% - 60px);
        background:#fff;
        position:fixed;
        top:60px;
        left:0;
        z-index:9990;
        overflow:auto;
    }
    #hd2navMob .closeBtn {
        position:fixed;
        bottom:0;
        text-align:center;
        width:100%;
        height:50px;
        background:#e7e5e3;
        z-index:9995;
        padding-top:10px;
    }
    #hd2navMob .closeBtn span {
        display:inline-block;
        margin:0 2px;
        white-space:nowrap;
        background-color:#fff;
        background: linear-gradient(to bottom, #ffffff 0%,#dddddd 100%); 
        color:#333;
        border:1px solid #888;
        font-size:14px;
        padding:3px 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .gnavWp2 a.current,
    .gnavWp2 dt.current {
    color:#1185ca !important;
    border-bottom:none;
    padding-bottom:10px;
    }
    
    /* --- menuBtn --- */
    #sideMenuBtnJS {
        display: block;
    }
    .sideMenuBtn {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 30px;
        height: 25px;
        padding: 0;
        cursor: pointer;
        z-index: 4;
    }
    .menuBtnIcon {
        position: relative;
        display: block;
        cursor: pointer;
        width: 30px;
        height: 25px;
    }
    .menuBtnIcon .point {
        position: absolute;
        left: 0;
        right: 0;
        display: block;
        width: 30px;
        height: 5px;
        margin: auto;
        background: #0099d3;
        -webkit-transition: all .3s;
        transition: all .3s;
        border-radius: 1px;
        box-shadow: 0 0 2px 2px rgba(255,255,255,1);
    }
    .menuBtnIcon .point.top {
        top: 0;
    }
    .menuBtnIcon .point.mid {
        top: 0;
        bottom: 0;
    }
    .menuBtnIcon .point.bot {
        bottom: 0;
    }
    .sideOpenJS .sideMenuBtn:hover .top,
    .sideOpenJS .top {
        width: 32px;
        height: 4px;
        background: #0099d3;
        border-radius: 2px;
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        box-shadow:none;
    }
    .sideOpenJS .mid {
        opacity: 0;
    }
    .sideOpenJS .sideMenuBtn:hover .bot,
    .sideOpenJS .bot {
        width: 32px;
        height: 4px;
        background: #0099d3;
        border-radius: 1px;
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        box-shadow:none;
    }
    #menuClose {
        display:block;
        text-align:center;
        background-color:#000;
        color:#fff;
        font-size:14px;
        font-weight:bold;
        padding:5px;
        margin-bottom:10px;
        -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.5);
        -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.5);
        box-shadow: 0 3px 5px 0 rgba(0,0,0,0.5);
        cursor:pointer;
    }
    #mainWrapper {
        width:100%;
    }
    
    /* -------- breadcrumb（パンくず） MB ----- */
    .breadcrumb {
        list-style-type: none;
        /* width:100%; */
        line-height:1.4;
        margin: 0;
        padding:0 5px;
        box-sizing: border-box;
    }
    
    /* ------- newsRight MB --------- */
    #newsRight {
        width:100%;
        min-height:400px;
        margin:30px 0 0 0;
        float:none;
        background-color:#e7f2f9;
        border-top:none;
    }
    #newsRight h3 {
        font-size:18px;
        color:#0099d3;
        padding:0;
        text-align:center;
        padding:20px 0;
        margin:0;
        border-bottom: 2px solid #c3e1ed; 
    }
    #newsRight hr {
        display:none;
    }
    #recommend {
        width:100%;
        margin:0 auto 20px auto;
    }
    #recommend dl {
        padding-left:10px;
        padding-right:10px;
    }
    #recommend dt {
        clear: both;
        width: 20%;
    }
    #recommend dd {
        width:74%;
    }
    #newsRight .facebookIF {
        position:static;
        float:none;
        margin:0;
        padding:30px 0;
        overflow:hidden;
        background-color:#fff;
    }
    #newsRight .facebookIF iframe {
        display:block;
        position:static;
        float:none;
        margin:0    auto;
    }

/* ---------- その他の開発情報MB  ------------ */
    #etcDetail {
        width:100%;
        border-top: 1px solid #aaa;
        margin: 30px 0 ;
        padding: 30px 0 0 0;
    }
    #etcDetail .ttl01 {
        font-size: 16px;
        margin: 0 5px 15px 5px;
    }
    #etcDetail h4::before {
        width: 18px;
        height: 18px;
        margin: -3px 0 0 0;
    }
    #etcDetail article {
        width: calc(100% - 60px);
        float: none;
        height: auto;
    }
    #etcDetail article.fst,
    #etcDetail article.mid,
    #etcDetail article.last {
        margin:0 auto 20px auto;
    }
    #etcDetail article img {
        width: 100%;
        height: auto;
        margin: 0 0 15px 0;
    }



    /* --------- footer MB ----------- */
    #bottomBanner .inner {
        width:100%;
        margin:0 auto;
        padding:30px 0;
        margin-top:30px;
    }
    #bottomBanner .inner img {
        display:inline-block;
        max-width:270px;
        height:auto;
        margin:0 0 15px 0;
        padding:0;
        vertical-align:bottom;
    }
    #bottomBanner2 .inner {
        width:100%;
        margin:0 auto;
        padding:30px 0 0 0;
        /* margin-top:30px; */
    }
    #bottomBanner2 .inner img {
        display:inline-block;
        max-width:270px;
        height:auto;
        margin:0 0 15px 0;
        padding:0;
        vertical-align:bottom;
    }
    #bottomBanner3 .inner {
        width:100%;
        margin:0 auto;
        padding:0 0 30px 0;
        text-align:center;
    }
    #bottomBanner3 .inner img {
        display:inline-block;
        max-width:270px;
        height:auto;
        margin:0 ;
        padding:0;
        vertical-align:bottom;
     
    }    
    #footer .inner {
        width:100%;
    }
    #footer .inner .ftLogo {
        position: static;
        width:150px;
        height:auto;
        margin:0 auto;
    }
     #footer .inner .ftLogo img {
        width:150px;
        height:auto;
    }

    #footer .inner .ftLogo img.logo_sp {
        position: inherit;
}
    #footer .inner .ftLogo2 {
        position: static;
        width:150px;
        height:auto;
        margin:0 auto;
        margin-top:20px;
    }
     #footer .inner .ftLogo2 img {
        width:150px;
        height:auto;
    }

    #footer .inner .ftLogo2 img.logo_sp {
        position: inherit;
}
    
    #footer .inner .ftSNS {
        display:none;
    }
/* -------- SNS btns ---------- */
.snsbtn{
width:100%;
margin:10px auto;
list-style-type: none;
}
.snsbtn li{
margin:0 1% 0 2%;
}

.snsbtn li {
    display: inline-block;
    width: 46%;
}
.snsbtn li.fb{
background-color:#496fae;
background-image: url(../_img_bg/icon_fb.jpg) ;
background-repeat:no-repeat;
background-position:left 2% center;
background-size:25px 25px;
}
.snsbtn li.tw{
background-color:#51bee8;
background-image: url(../_img_bg/icon_tw.jpg) ;
background-repeat:no-repeat;
background-position:left 2% center;
background-size:25px 25px;
}
/* ------------------- */

    #footer .inner nav {
        margin:0;
        padding:20px 15px;
        line-height:2;
    }
    #footer .inner nav a {
        font-size:14px;
    }
    #footer .inner nav div {
        display:block;
        border-bottom:none;
        padding:0 0 20px 0;
        margin:0 0 20px 0;
    }
    #footer .inner nav .ftNav,
    #footer .inner nav .ftNav2 {
        display:block;
        margin:0;
    }
    #footer .inner nav .ftNav2.fst {
        margin:0;
    }
    #footer .inner nav .acdBtn {
        color:#fff;
    }
    #footer .inner nav .acdBtn,
    #footer .inner nav .ftNav2 li {
        border-bottom:1px dotted #eee;
        padding:5px 0;
        -webkit-tap-highlight-color:rgba(255,0,0,0); 
    }
    #footer .inner nav .ftNav dd {
        display:none; 
        margin:0 0 15px 0;
    }
    #footer .inner nav .ftNav dd p {
        padding:7px 0 0 0;
    }
    #footer .inner nav .ftNav .acdBtn {
        background:url(../_img_bg/open.png) 97% center no-repeat;
    }
    #footer .inner nav .ftNav .acdBtn.open {
        background:url(../_img_bg/close.png) 97% center no-repeat;
    }
    #footer .inner nav .ftNav2 li.icon1:before {
        content: "";
        display: inline-block;
        width: 18px;
        height: 18px;
        margin: -3px 3px 0 0;
        background: url(../_img_bg/icon_menu_footer_info.png) no-repeat;
        background-size: contain;
        vertical-align: middle;
    }
    #footer .inner nav .ftNav dt.icon2:before {
        content: "";
        display: inline-block;
        width: 18px;
        height: 18px;
        margin: -3px 3px 0 0;
        background: url(../_img_bg/icon_menu_footer_about_ebina.png) no-repeat;
        background-size: contain;
        vertical-align: middle;
    }
    #footer .inner nav .ftNav2 li.icon3:before {
        content: "";
        display: inline-block;
        width: 18px;
        height: 18px;
        margin: -3px 3px 0 0;
        background: url(../_img_bg/icon_menu_footer_miraikaigi.png) no-repeat;
        background-size: contain;
        vertical-align: middle;
    }
    #footer .inner nav .ftNav2 li.icon4:before {
        content: "";
        display: inline-block;
        width: 18px;
        height: 18px;
        margin: -3px 3px 0 0;
        background: url(../_img_bg/icon_menu_footer_about_vinagardens.png) no-repeat;
        background-size: contain;
        vertical-align: middle;
    }
    #footer .inner nav .btmNav li {
        padding:0 30px 10px 0;
    }
    #footer .inner .copy {
        font-size:11px;
        text-align:center;
        margin:30px 0 15px 0;
        color:#aaccff;
    }
    #pageTopWrap {
        width:30px;
        height:30px;
        margin:0 auto;
    }
    #pageTopBtn {
        width:30px;
        height:30px;
        transform: rotate(315deg);
    }
    #pageTopBtn a {
        display: block;
        text-indent: -9999px; 
        width: 12px;
        height: 12px;
        border-top: #1185ca 3px solid;
        border-right: #1185ca 3px solid;
        margin-top: 10px;
        margin-left: 5px;
        overflow:hidden;
    }
	#etcDetail {
		/* display: none; */
	}
	.aBtn1 br {
		display: block;
	}
    
    .mbNoDisp{display:none;}
    
/* --------- 800 ----------- */
}

/* ------- print ---------- */
@media print {
.medianoDisp{
    display: none;
}
}</pre></body></html>