@charset "utf-8";

/* yoga.css
------------------------------------------ */
.headerArea {
    height: 420px;
}
.bannerArea {
    padding-top: 8px;
    height: 420px;
}
.bannerArea .lead {
    padding: 270px 0 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999999;
}
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_sp.jpg") no-repeat scroll center center / cover ;
    height: 420px;
}

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

/* summaryArea
------------------------------------------ */
.summaryArea{
    margin:10px auto;
    max-width:100%;
    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:none;
    width:90%;
    margin:0 auto;
}
.summaryArea p.info{
    font-size:16px;
    line-height:1.8;
    text-align:justify;
    /*margin-top:10px;*/
}
.summaryArea p.info img{
	width: 100%;
    /*padding-bottom:50px;*/
    display:block;
	margin: auto;
}

.detailArea{
	width: 96%;
    margin:30px auto 0;
    border:1px solid #684571;
    border-radius:8px;
}
.detailArea h3{
	width: 90%;
    color:#684571;
    margin:25px auto 0;
}
.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: 90%;
	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: 90%;
    float: right;
    margin-bottom: 20px;
    font-size: 15px;
    padding: 4px 16px;
}
.detailArea ul.date li p {
    color: #4B4B4B;
    font-size: 15px;
	line-height: 1.6em;
}
.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:100%;
    padding:20px 0 40px;
}
.rentalArea p.title{
	text-align: center;
}
.rentalArea hr{
	width: 90%;
	margin: 10px auto;
    border-top:1px solid #bbbbbb;
}
.rentalArea p.lead{
    font-size:18px;
    line-height:1.8;
    text-align:left;
    width:90%;
	margin: 10px auto 0;
    color: #4B4B4B;
}
.rentalArea p.icon{
    position:absolute;
    top:0;
    left:10px;
}

.detailleft{
	width: 100%;
	float:none;
	margin: 0 auto;
}
.detailright{
	width: 100%;
	margin: 20px auto;
}
.detailright img{
    width: 48%;
    margin-left: 1%;
}
.detailright img.first{
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

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