@charset "utf-8";

/* yoga.css
------------------------------------------ */
body {
    border-top: 8px solid #684571;
}
.naviArea li.yoga {
    background:#684571;
}
#menuArea li.m06{
    background:#684571;
}
h2.title {
    background: #684571;
    margin-top: 0;
    padding: 20px 0 15px;
    text-align: center;
}
.bannerArea ul li:first-child {
    background:url("../img/main_banner2.jpg") no-repeat scroll center center / cover ;
}

b {
	font-weight: bold;
}
.sp{display: none;}

/* summaryArea
------------------------------------------ */
.summaryArea{
    margin:10px auto;
    max-width:980px;
    background:url(../img/bg_title.jpg) no-repeat center top;
}
.summaryArea h3{
    text-align:center;
    margin-top:110px;
}
.summaryArea p.lead{
    font-size:16px;
    line-height:1.6;
    text-align:center;
}
.summarySec{
    padding-top:5px;
}
.summaryArea p.photo{
    float:right;
    width:480px;
    margin-left:20px;
}
.summaryArea p.info{
    font-size:16px;
    line-height:1.8;
    text-align:justify;
    /*margin-top:10px;*/
}
.summaryArea p.info img{
    /*padding-bottom:50px;*/
    display:block;
	margin: auto;
}

.detailArea{
    margin-top:30px;
    border:1px solid #684571;
    border-radius:8px;
    padding:20px 30px;
}
.detailArea h3{
    font-size:55px;
    color:#684571;
    margin:30px 0 20px;
}
.detailArea ul li{
    line-height:1.8;
}
.detailArea p{
    margin-top:20px;
    line-height:1.8;
    font-size:16px;
}
.detailArea ul.date{
    margin-top:10px;
    border-radius:8px;
    padding:5px 30px;
    font-size:18px;
}
.detailArea p.chui{
	color: #684571;
    border:2px dotted #684571;
    border-radius:8px;
    padding:10px 10px;
    font-size:18px;
	text-align: center;
	width: 800px;
	margin: 10px auto;
}
.detailArea ul.date li {
    border-bottom: 1px solid #bbbbbb;
    clear: both;
    color: #684571;
    margin-top: 14px;
    padding-bottom: 8px;
}
.detailArea ul.date li span {
    background: #684571 none repeat scroll 0 0;
    border-radius: 4px;
    color: #ffffff;
    min-width: 36%;
    float:right;
    margin-left:20px;
    font-size: 15px;
    padding: 4px 16px;
}
.detailArea ul.date li p {
    color: #4B4B4B;
    font-size: 15px;
	line-height: 0.1em;
}
.detailArea ul.date li a{
    border-radius: 4px;
    border: 1px solid #684571;
    padding:3px 10px;
    font-size:14px;
    margin-left:10px;
    float: right;
}
.detailArea dl{
    border-bottom:1px solid #bbbbbb;
    margin-top:20px;
    font-size:16px;
}
.detailArea dl dt{
    display: inline-block;
    background:#ededed;
    margin-bottom:10px;
    border-radius:5px;
    padding:10px 20px;
	font-size: 20px;
}
.detailArea dl dd{
    line-height:1.8;
}
.rentalArea{
	background-color: #FFF9AF;
    position:relative;
    margin:30px auto;
    max-width:980px;
    padding:20px 0 40px;
}
.rentalArea p.title{
	text-align: center;
}
.rentalArea hr{
	width: 858px;
	margin: 10px auto;
    border-top:1px solid #bbbbbb;
}
.rentalArea p.lead{
    font-size:20px;
    line-height:1.8;
    text-align:left;
	padding: 0 50px;
    width:800px;
	margin: 10px auto 0;
    color: #4B4B4B;
}
.rentalArea p.icon{
    position:absolute;
    top:0;
    left:10px;
}

.detailleft{
	width: 535px;
	float:left;
	margin-right: 20px;
}
.detailright{
	width: 858px;
	margin: 20px auto;
}
.detailright img{
	width: 205px;
	float:left;
	margin-left: 10px;
}
.detailright img.first{
	margin-left: 0;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.ggmap {
position: relative;
padding-bottom: 50px;
padding-top: 30px;
height: 0;
overflow: hidden;
width: 980px;
height: 500px;
	margin: 0 auto;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
	width: 100%;
	height: 100%;
}