@charset "utf-8";

html {
    overflow: auto;
    font-size: 62.5%; /* 10px */
}
body{
    color: #BFBFBF;
    font-family: 'Noto Sans JP', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    background: url(img/subtle_carbon.png);
    -webkit-text-size-adjust: 100%; /* モバイルで文字が勝手に大きくなるのをリセット */
}
img{
    /*-webkit-backface-visibility: hidden;*/
    image-rendering: -webkit-optimize-contrast;
    border: none;
}
#wrapper {
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}
#wrapper a{
	text-decoration: none;
	outline:none;
}
#contents{
	margin:6.0rem auto;
}
.floor-img{
    margin-bottom: 6.0rem;
    box-shadow: 0 0 0.3rem 0.3rem #000;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
a .floor-img:hover, a .logo:hover, a .dcbnr:hover{
    opacity: 0.5;
}
.logo{
    margin-bottom: 6.0rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.doctor{
    margin-bottom: 10.0rem;
}
@media screen and (max-width : 575.98px) {
    .doctor{
        margin-bottom: 6.0rem;
    }
}
.unit{
    margin: 0 auto;
}
.unit p:first-child{
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 0.1rem solid #5C5C5C;
}
@media screen and (max-width : 575.98px) {
    .unit p:first-child{
        font-size: 1.6rem;
    }
}
@media screen and  (min-width:768px) and (max-width : 991.98px) {
    .unit p:first-child{
        font-size: 1.6rem;
    }
}
.unit p:nth-child(2){
    font-family: 'Kosugi', sans-serif;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    height: 8.0rem;
}
.unit p:nth-child(2) span{
    font-size: 1.4rem;
}
.unit p:nth-child(2)::before{
    content: "\f375";
    font-family: "Ionicons";
    font-size: 1.6rem;
    margin-right: 0.4rem;
    float: left;
    position: relative;
    top: 0.1rem;
}
.unit p:nth-child(3){
    font-family: 'Kosugi', sans-serif;
}
@media screen and (max-width : 575.98px) {
    .unit p:nth-child(2), .unit p:nth-child(2)::before, .unit p:nth-child(3){
        font-size: 1.5rem;
    }
}
@media screen and  (min-width:768px) and (max-width : 991.98px) {
    .unit p:nth-child(2), .unit p:nth-child(2)::before, .unit p:nth-child(3){
        font-size: 1.5rem;
    }
}
.unit-dc p:first-child{
	font-family: 'Bebas Neue', cursive;
	font-size: 3.0rem;
    font-weight: 400;
    border-bottom: 0.1rem solid #5C5C5C;
}
.unit-dc p:nth-child(2){
    font-family: 'Kosugi', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
}
@media screen and (max-width : 767px) {
    .unit-dc p:nth-child(2){
        margin-bottom: 0.75rem;
    }
}
.dcbnr{
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.go{
    margin: 4.5rem auto;
}
.go a{
    display: inline-block;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.8rem;
    background-color: rgba(0,0,0,0.5);
    color: #BFBFBF;
    text-align: center;
    letter-spacing: -0.1rem;
    border: 0.2rem solid #999;
    border-radius: 0.5rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.go a:hover{
    background-color: transparent;
    border: 0.2rem solid #E99463;
    color: #E99463;
    border-radius: 3.0rem;
}
.line {
	margin-top: 18.0rem;
	height:0;
	border:0;
	border-top:0.1rem solid #999;
	border-bottom:0.1rem solid #333;
}
@media screen and (max-width:575.98px) {
    .line{
        margin-top: 12.0rem;
    }
}
#location{
    margin-top: 9.0rem;
}
.shopinfo {
	padding: 0;
}
.shopinfo a, .shopelement a, .shopinfo2 a, .shopinfo3 a{
    color: #D8D8D8;
    transition: color .3s ease-out;
}
.shopinfo a:hover, .shopelement a:hover, .shopinfo2 a:hover, .shopinfo3 a:hover{
    color: #FF5555;
}
.shopinfo-txt1{
    color: #D8D8D8;
    font-size: 4.0rem;
    font-weight: 900;
    letter-spacing: -0.2rem;
    line-height: 1.0;
}
@media screen and (max-width:575.98px) {
	.shopinfo-txt1{
		font-size: 3.6rem;
	}
}
@media screen and (max-width : 991.98px) {
	.shopinfo-txt1{
		text-align: center;
	}
}
@media screen and (min-width:992px) and (max-width:1199.98px) {
	.shopinfo-txt1{
		font-size: 3.7rem;
	}
}
.shopelement{
    padding-top: 0.5rem;
    margin-top: 1.0rem;
    border-top: 0.1rem solid #999;
    color: #D8D8D8;
    font-size: 1.5rem;
    letter-spacing: -0.05rem;
}
.shopelement span{
    display: block;
    margin-bottom: 0.3rem;
    font-size: 1.7rem;
    font-weight: 900;
    letter-spacing: -0.1rem;
    color: #D8D8D8;
}
.mapimg{
	text-align: center;
}
@media screen and  (max-width : 575.98px) {
	.mapimg img{
		width: 100%;
		margin: 4.5rem auto 0 auto;
	}
}
@media screen and  (min-width:576px) and (max-width : 991.98px) {
	.mapimg img{
		width: 85%;
		margin: 4.5rem auto 0 auto;
	}
}
@media screen and  (min-width : 1200px) {
	.mapimg img{
		width: 95%;
	}
}
.shopinfo2{
    margin-top: 10.0rem;
    color: #D8D8D8;
}
@media screen and  (max-width : 767.98px) {
    .shopinfo2{
        margin-top: 5.0rem;
        margin-bottom: 3.0rem;
    }
}
.access hr, .parking hr{
    margin: 0;
    border: 0;
    height: 0.1rem;
    background: linear-gradient(to right, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}
.access > p{
    margin-top: 1.0rem;
    margin-bottom: 0.3rem;
    font-weight: 500;
}
.train{
    display: inline-block;
    width: 1.5rem;
    height: auto;
    vertical-align: -0.3rem;
    margin-right: 1.2rem;
}
.car{
    display: inline-block;
    width: 2.0rem;
    height: auto;
    vertical-align: -0.1rem;
    margin-right: 0.6rem;
}
.access > ul{
    padding: 0;
    font-size: 1.4rem;
    font-weight: 300;
    list-style-type: none;
}
.access > ul > li{
    padding-left: 1.4rem;
    background: url(../cg/img/access_list.svg) left 0 top 0.5rem no-repeat;
	background-size: 1.0rem auto;
}
.shopinfo3{
    margin-top: 4.5rem;
    color: #D8D8D8;
}
@media screen and  (max-width : 767.98px) {
    .shopinfo3{
        margin-top: 3.0rem;
    }
}
.parking p:nth-child(2){
    font-size: 1.8rem;
    margin-top: 1.0rem;
    margin-bottom: 1.0rem;
}
.parking > p:nth-child(2) > img{
    display: inline-block;
    width: 3.0rem;
    height: auto;
    vertical-align: -0.6rem;
    margin-right: 1.0rem;
}
.parking p:nth-child(3){
    font-size: 1.6rem;
    display: inline-block;
    border-bottom: 0.1rem #ccc dashed;
    padding-bottom: 0.3rem;
}
.parking p:nth-child(4){
    font-size: 1.4rem;
    color: #F5856D;
}
.parking > ul{
    padding: 0;
    font-size: 1.6rem;
    list-style-type: none;
}
.parking > ul > li{
    padding-left: 1.4rem;
    background: url(../img/access_list.svg) left 0 top 0.7rem no-repeat;
	background-size: 1.0rem auto;
}
.libertytower{
    position: relative;
    overflow: hidden;
    height: 20.0rem;
    width: 100%;
}
.libertytower > img{
    height: 20.0rem;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.copyright{
	color: #666;
	width:100%;
	margin:9.0rem auto 0 auto;
	padding-bottom: 1.5rem;
	font-size:1.2rem;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.clr{
	clear:both;
}