#cafe, #life{
	padding-top: 100px;
	margin-top: -100px;
}

.coverlogo {
    background-image: url(../img/cover_logo.png);
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    width: 517px;
    height: 162px;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
}

.carousel-inner>.item.active{
	margin-top: 30px;
}
.kokuti {
    font-size: 30px;
    line-height: 1.3em;
    margin-top: 30px;
}
h3{
    position: relative;
    display: block;
    margin-bottom: 2.5em;
    font-size: 36px;
    font-weight: normal;
    color: #000000;
    text-align: center;
}
h3:before {
content: '';
position: absolute;
bottom: -25px;
display: inline-block;
width: 60px;
height: 3px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: black;
border-radius: 1px;
}
.bk{
    position: relative;
    display: block;
    margin-bottom: 2.5em;
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}
.bk:before {
content: '';
position: absolute;
bottom: -25px;
display: inline-block;
width: 60px;
height: 3px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #fff;
border-radius: 1px;
}
#cafe {
    background-color: #000000;
    color: #FFFFFF;
}
.service {
    margin-bottom: 20px;
    text-align: center;
}
.service .img-circle {
    margin-bottom: 20px;

}

.service h4 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 25px;
}
.service p {
    font-size: 13px;
    line-height: 1.5em;
    text-align: left!important;
}
a .btn.linkbtn {
    background-color: #565555;
    color: #FFFFFF;
    border-radius: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 15px;
    margin-top: 40px;
}
a:hover .btn.linkbtn {
    background-color: #AAA;
    color: #FFFFFF;
    border-radius: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 15px;
    margin-top: 40px;
}
.yotei {
    text-align: left;
    padding-left: 0px;
    margin-left: 10px;
}
.yotei li {
    list-style: disc;
    font-size: 15px;
}
.life-commnt {
    border: 1px solid #E7E7E7;
    padding: 15px 30px;
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    line-height: 1.5em;
}
#access {
    padding-bottom: 80px;
    padding-top: 100px;
    margin-top: -20px;
}

.address {
    font-size: 22px;
    line-height: 2em;
}

#owner  {
    background-color: #000000;
    color: #FFFFFF;
    padding-top: 80px;
    padding-bottom: 80px;
}
#owner h4 {
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 25px;
}
#owner h4 span {
    font-size: 13px;
    padding-left: 20px;
}
.footer-logo {
    margin-bottom: 25px;
}



.footeradd {
    font-size: 12px;
    line-height: 1.6em;
    margin-top: 20px;
}
.notice {
    color: #C65E78;
}
.snslink img {
    margin-right: 35px;
    margin-bottom: 10px;
}
#info {
    margin-top: -20px;
    padding-top: 100px;
    padding-bottom: 0px;
    color: #FFFFFF;
    background-color: #f9f9f9;
}

.infocovertitle {
    font-size: 44px;
    line-height: 1.3em;
    margin-top: 50px;
}

.movie-wrap {
	margin-top: 30px;
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}














@media (max-width: 767px){
	.navbar-brand>img{
	width: 80%;
	height: auto;
	padding-top: 5px;
}
.coverlogo {
    background-image: url(../img/cover_logo.png);
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
	width: 300px;
    height: 162px;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
}
.kokuti {
    font-size: 20px;
    line-height: 1.3em;
    margin-top: -25px;
}
.service {
    margin-bottom: 40px;
}


}
@media (max-width: 480px){
.coverlogo {
    display: none;
}
.kokuti {
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 15%;
}
.address {
    font-size: 18px;
    line-height: 1.6em;
}
.cmscover {
    margin-top: 80px;
}
.cmstitle {
    font-size: 24px;
}



	
}

@media (min-width: 768px) and (max-width: 991px){
	.carousel-caption{
		top:15%;
	}
}
