@charset "utf-8";
/** *****************************************************************
コンテンツ
最終更新日：2015.01.09
***************************************************************** **/
#ASOBU{}


/**----------------------------------------------------------------------
 トップ
----------------------------------------------------------------------**/
#ASOBU section h2.h2title{
	height: 180px;
	padding: 0  7%;
	font-size: 4.2em;
	line-height: 180px;
	background-image: url(../images/h2_bg.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #3f91e3;
	
}


/*カレンダーボタン*/
.btn-calender{
	max-width: 1200px;
	width: 100%;
	text-align: right;
	margin: 0 auto 3.0em auto;
}

.btn-calender a span{
	background-image: url(../images/icon_calendar.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 20px 0 20px 50px;
}
.btn-calender a{
	height: 50px;
	line-height: 50px;
}

/* Side Nav */
.nav {
  display: block;
  width: auto;
  overflow: hidden;
	margin: 0 auto 30px auto;
}

.nav li {
  float: left;
	width: 20%;
  display: inline;
  margin:0 2.5% 1% 2.5%;
  font-weight: normal;
  font-size: 1.2em;
  color: #ffffff;
}
.nav li a {
	display: block;
	text-align: center;
  color: #ffffff;
  padding: 0.5em 2.0em;

  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  font-weight: bold;
  background: #3f91e3;

  text-decoration: none;
}
.nav li a:hover,
.nav li.active a {

  background: #18599a;
	color:#ffffff;
  cursor: pointer;
}

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

.nav li {  font-size: 0.8em;}
.nav li a {  padding: 0.2em 0.5em;}

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

.nav li {

	width: 45%;
  display: inline;
  margin:5px 2.5%;
  font-weight: normal;
  font-size: 1.2em;
  color: #ffffff;
}

}


/* トップリスト */


#ASOBU h3.h3asobu {
  color: #444;
  font-size: 3.2em;
  display: flex;
  align-items: center;
	margin-bottom: 20px;
}
#ASOBU h3.h3asobu:before, #ASOBU h3.h3asobu:after {
  content: "";
  flex-grow: 1;
  height: 3px;
}
#ASOBU h3.h3asobu:before {
  margin-right: .4em;
  background: linear-gradient(-90deg, #3f91e3, transparent);
}
#ASOBU h3.h3asobu:after {
  margin-left: .4em;
  background: linear-gradient(90deg, #3f91e3, transparent);
}






#ASOBU .asobulist{
	width: 90%;
	margin: 0 auto 3.0em auto;
}

#ASOBU .asobulist a{
	display: block;
}
#ASOBU .asobulist a:hover{
	background: #f1f8ff;
}


#ASOBU .asobulist a:hover img{
	filter: alpha(opacity=70);
  -moz-opacity:0.7;
  opacity:0.7;
}

#ASOBU .asobulist .picture{
	float: left;
	width: 20%;
	padding: 1%;
	margin-right: 2%;
}


#ASOBU .asobulist .txt{
	width: 70% !important;
	float: left;
	padding: 2%;
}

#ASOBU .asobulist .txt .area{
	display: inline-block;
	background: #3f91e3;
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 5px;
	font-size: 1.0em;
    letter-spacing: 0.1em;
}

#ASOBU .asobulist .txt h3{
	color: #3f91e3;
	margin-bottom: 10px;
}



#ASOBU .asobulist .txt p{
	color: #000;
}



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

#ASOBU .asobulist{
	width: 95%;
	margin: 0 auto 1.5em auto;
}

#ASOBU .asobulist .picture{
	float: none;
	width: 100%;
	padding: 0;
	margin-right: 0;
}


#ASOBU .asobulist .txt{
	width: 100% !important;
	float: none;
	margin: 1.0em 0 0 0;
	padding: 0%;
}

}


/**----------------------------------------------------------------------
詳細ページ
----------------------------------------------------------------------**/

#ASOBU .asobublock{
	width: 95%;
	margin: 0 auto 1.5em auto;
}
#ASOBU .asobublock .area{
	display: inline-block;
background: #3f91e3;
	color: #fff;
	padding: 8px 10px;
	margin-bottom: 20px;
	font-size: 1.2em;
    letter-spacing: 0.1em;
}
#ASOBU .asobublock h3{
	font-size: 3.2em;
	margin-bottom: 1.0em;
	padding-bottom: 0.4em;
	border-bottom:2px #3f91e3 solid;
}
@media only screen and (max-width: 769px) {
#ASOBU .asobublock h3{
	font-size: 2.4em;
}
}


#ASOBU .asobublock .picture{
	float: left;
	width: 36%;
	padding: 1%;
	margin-right: 2%;
}
#ASOBU .asobublock .picture p{
	margin-bottom: 30px;
}


#ASOBU .asobublock .picture-block .txt{
	width: 56% !important;
	float: left;
	margin: 2%;
	text-align: left;
}

#ASOBU .asobublock .no-picture-block .txt{
	width: 95%;
	margin: 2% auto;
	text-align: left;
}



#ASOBU h4{
	margin:3.0em 0 1.0em 0;
	padding-bottom: 0.25em;
	border-bottom:1px #333333 solid;
}
#ASOBU .asobublock h5.h5asobu{
	margin:3.0em 0 1.0em 0;
	padding-bottom: 0.25em;
	border-bottom:1px #333333 solid;
}
#ASOBU .asobublock .picture2{
	width: 90%;
	margin: 0 auto 3.0em auto;
}


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

#ASOBU .asobublock .picture{
	float: none;
	width: 100%;
	padding: 0;
	margin-right: 0;
}
#ASOBU .asobublock .no-picture-block .txt,
#ASOBU .asobublock .picture-block .txt{
	width: 100% !important;
	float: none;
	margin: 0;
	text-align: left;
}

#ASOBU .asobublock .picture2{
	width: 100%;
	margin: auto;
}

}




/*テーブル*/
#ASOBU .txt table{
	width:100%;
	border-collapse: collapse;
	font-size:1.0em;
	margin: 2.0em 0;
}
#ASOBU .txt table th,
#ASOBU .txt table td{
	padding:10px;
	border: solid 1px #e5e5e5;
	font-weight: normal;
}
#ASOBU .txt table th{
	width: 30%;
	background: #fcfcfc;
}
#ASOBU .txt table td{
	width: 70%;
	text-align: left;
}


/*上市百景リンク*/
ul#viewlink{
	width: 40%;
	margin: 0 auto;
}






/*フォームブロック　モーダル*/
.formblock{
	
	width: 100%;
	margin: 2.0em auto;
}

.formblock table{
	width:100%;
	border-collapse: collapse;
	font-size:0.75em;
	margin: 2.0em auto;
}
.formblock table th,
.formblock table td{
	padding:10px;
	border: solid 1px #e5e5e5;
	font-weight: normal;
}
.formblock table th{
	width: 40%;
	background: #fcfcfc;
	text-align: left;
	vertical-align: top;
}
.formblock table td{
	width: 60%;
}

.require{
	color: #ff0000;
}

@media only screen and (max-width:769px){
.formblock table tbody tr{
        display: block;
        margin-bottom: 0.5em;
}
.formblock table tbody th,
.formblock table tbody td{
        display: list-item;
        border: none;
}


.formblock table tbody th,
.formblock table tbody td{
	width: 100%;
	padding: 0;
	margin: 0;
}


}


/**----------------------------------------------------------------------
詳細ページ
----------------------------------------------------------------------**/
#asobu-calender-block{

}
#asobu-calender-block table{
	width: 100%;
	max-width: 1024px;
	margin: 2.0em auto;
	text-align: center;
border-collapse:separate;
	border: solid 1px #f0f0f0;
	empty-cells:show;

}
#asobu-calender-block th{
	width: 8.333%;
	border-left: solid 1px #ffffff;
}
#asobu-calender-block th:first-child{
	border-left:none;
}
#asobu-calender-block table .bg-spring{	background: #ffe7e7;}
#asobu-calender-block table .bg-summer{	background: #ffffe7;}
#asobu-calender-block table .bg-autumn{	background: #decdc2;}
#asobu-calender-block table .bg-winter{	background: #bae2ff;}
#asobu-calender-block td{
	width: 8.333%;
}

#asobu-calender-block td.plantitle{
	border-top: solid 1px #f0f0f0;
	padding-top: 20px;
}
#asobu-calender-block table .bg-season{
/*
	background: #efefef;
	color: #efefef;
*/
	background-image: url(../images/calender_season_bg.png);
	border-right: solid 1px #ffffff;
}








