@charset "utf-8";

/**
共通
***************/

.content {
    width: 100%;
}

.content02 {
    width: 100%;
    background: #eee;
}

/**
メインビジュアル
***************/

.demo-2 .sl-slider h1 {
    position: absolute;
    top: 49.6%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    text-shadow: 0px 1px 4px rgba(0,0,0,0.6);
    text-align: center;
    z-index: 0;
}
.demo-2 .sl-slider p {
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
}

.demo-2 .sl-slider h1 {
	color: #fff;
	font-size: 3.4rem;
	font-weight: normal;
	white-space: nowrap;
}
.demo-2 .sl-slider h1 > i {
	font-size: 40%;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.18em;
	margin-bottom: 2em;
	display: block;
	box-sizing: border-box;
	white-space: nowrap;
}

@media screen and (max-width:768px) {
	.demo-2 .sl-slider h1 {
		font-size: 5.4vw;
	}
	.demo-2 .sl-slider h1 > i {
		font-size: 56%;
		margin-bottom: 1em;
	}
}

/**
共通
***************/

.toptitle {
    font-size: 60px;
    margin-bottom: 45px;
}

.toptitle span {
    border-bottom: 2px dotted rgba(127, 127, 127, 0.28);
    padding-bottom: 10px
}

/**
floor
***************/

#floor {
    max-width: 1200px;
    margin: 130px auto 0;
    letter-spacing: -.4em;
}

#floor > div {
    display: inline-block;
    letter-spacing: normal;
}

#floor > div:nth-child(1) {
    margin-right: 10%;
    width: 40%;
    vertical-align: top;
}

#floor > div:nth-child(2) {
    max-width: 50%;
	width: 50%;
}

#floortitle {
    margin-bottom: 32px;
    margin-top: 30px;
}

#floortext01 {
    margin-bottom: 37px;
    font-size: 20px;
}

#floortext02 {
    margin-bottom: 39px;
    font-size: 14px;
    line-height: 200%;
}

/**
scene
***************/

#scene {
    max-width: 1200px;
    margin: 75px auto 0;
    padding: 75px 0;
}

#scene .wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#scene .wrap > a {
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
    position: relative;
}
#scene .wrap > a .im {
	width: 100%;
	height: auto;
}

#scenetitle {
    margin-bottom: 32px;
}

#scenetext01 {
    margin-bottom: 20px;
    font-size: 20px;
}

#scenetext02 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 200%;
    margin-right: 115px;
}

#scene > div:nth-child(2) > p {
    margin-bottom: 20px;
}

/**
access
***************/

#access {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
    letter-spacing: -.4em;
}

#access > div {
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
}

#access > div:nth-child(2) {
    width: 500px;
    margin-left: 100px;
    vertical-align: top;
}

#accesstitle {
    margin-bottom: 32px;
    margin-top: 30px;
}

#accesstext01 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 10px;
}

#accesstext02 {
    margin-bottom: 55px;
    font-size: 14px;
    line-height: 200%;
}

.map {
    max-width: 550px;
}

.map iframe {
    width: 100%;
    height: 378px;
}

/**
スマホ用
***************/

@media screen and (max-width:768px) {
    #floor,
    #scene,
    #access {
        max-width: 100%;
        margin: 0 auto;
        letter-spacing: normal;
        padding: 15% 0 5%;
    }
    #floor > div,
    #scene > div,
    #access > div {
        display: block;
        width: 96% !important;
        margin: 2% !important;
    }
    #floortitle,
    #scenetitle,
    #accesstitle {
        margin: 0 auto 5%;
        width: 35%;
    }
    #floortext01 {
        line-height: 150%;
        font-size: 16px;
        text-align: center;
    }
    #scenetext01 {
        text-align: center;
        font-size: 16px;
    }
    #scenetext02 {
        margin: 0 0 5%;
        line-height: 150%;
		text-align: center;
    }
    #banner {
        margin: 0;
    }
    .map {
        width: 100%;
        margin: 0 0 10%;
    }
    .map iframe {
        width: 100%;
        height: 350px;
    }
    #accesstext01,
    #accesstext02 {
        text-align: center;
    }
    #accessbtn,
    #floorbtn {
        width: 80%;
        margin: 0 auto;
    }
    .toptitle {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 15%;
        text-align: center;
    }
    .toptitle span {
        padding: 3% 50px 5%;
    }
    .btn {
        margin: 0 auto;
    }
    .demo-2 .sl-slider h1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 95%;
    }
    #floor > div:nth-child(2) {
        max-width: 100%;
    }
    #floortext02 img{
        margin: 10% 0 0;
    }
}

/**/
@media screen and (min-width:769px) and (max-width:1200px) {
	#floor img {
		width: 100%;
	}
	#access > div:nth-child(1),
	#access > div:nth-child(2) {
		width: 47.5%;
	}
	#access > div:nth-child(2) {
		margin-left: 5%;
	}
}
@media screen and (max-width:768px) {
	.map {
		max-width: 100%;
		margin-left: auto;
		mamargin-right: auto;
	}
	#scene .wrap > a {
		width: 100%;
	}
	.boxpoint {
		width: 100%;
	}
}