@charset "utf-8";


/* ----------------------------------------------------------------------------------------------------
  layout
* --------------------------------------------------------------------------------------------------*/
html {
	height:100%;
}
body {
	height:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
	font-weight: 500;
	font-size:16px;
}
header[data-id=global-header]{
	z-index:5000;
}

footer.contents_footer{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	
	width: 280px;
	z-index: 10;
}
.btn_back_top{
	display: block;
}
.btn_back_top img{
	width:100%;
	vertical-align: bottom;
	cursor: pointer;
}

@media only print, screen and (min-width: 800px) {
}


/* ----------------------------------------------------------------------------------------------------
  krpano
* --------------------------------------------------------------------------------------------------*/
.pano_section{
	position: relative;
	padding-top: 50px;
	height:calc(100% - 50px);
	min-height:calc(100% - 50px);
	border-top: 1px solid #ccc;
}
/*
@media screen and (max-width: 800px){
	.pano_section{
		height:calc(100% - 80px);
	}
}
@media screen and (max-width: 480px){
	.pano_section{
		height:calc(100% - 60px);
	}
}
*/

.pano_section.blur{
	-ms-filter: blur(6px);
  	filter: blur(6px);
}
.pano_container{
	width:100%;
	height:100%;
}

.no_script_table{
	width:100%;
	height:100%;
}
.no_script_table > tr{
	vertical-align:middle;
}
.no_script_table > tr > td > div{
	text-align:center;
}


/** フロアマップ **/
.pano_control_map{
	width:100%;
	height: 100%;
	z-index:10;
    background:#fff;
	/*overflow: hidden;*/
	transition:0.5s;
	color: #000;
}
.map_wrap{
	position: relative;
    /*width: 100%;*/
	height:calc(100% - 60px); 
	text-align: center;
	top: -20px;
}
.map_floor{
	position: relative;
	/*height:100%;*/
	display: none;
	margin: 0 auto;
	transition:0.5s;
}
.floor_image{
	max-width: 100%;
	max-height:inherit;
}
.map_floor.on{
	display: inline-block;
}
.map_list{
    position:absolute;
	top:0;
	left: 0;
    width:100%;
	height:100%;
    margin:0;
    padding:0;
}
.map_list .map_btn{
    position: absolute;
    list-style: none;
    width: 10%;
    height: 10%;
	max-width: 50px;
    max-height: 50px;
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
    background-image:url("../../images/common/btn_spot_on.png");
    opacity:0.5;
    cursor: pointer;
}
.map_list .map_btn.on{
    opacity:1;
    background-image:url("../../images/common/btn_spot.png");
    cursor: auto;
    pointer-events: none;
}
.map_btn1-1{
    right: 9%;
    top: 56.5%;
}
.map_btn1-2{
    right: 25%;
    top: 36%;
}
.map_btn1-3{
	right: 39.5%;
    top: 53%;
}
.map_btn1-4{
	left: 30.5%;
    top: 62%;
}
.map_btn1-5{
    left: 9%;
    bottom: 29%;
}
.map_btn1-6{
	left: 9%;
    top: 45.5%;
}
.map_btn1-7{
	left: 20.7%;
	bottom: 44.5%;
}
.map_btn1-8{
	left: 7%;
    bottom: 66%;
}
.map_btn1-9{
	left: 60%;
    bottom: 23.5%;
}
.map_btn1-10{
	left: 17.5%;
    top: 21%;
}

.map_btn2-1{
	left: 31.5%;
    bottom: 28%;
}
.map_btn2-2{
	left: 28%;
    top: 38%;
}
.map_btn2-3{
	left: 16%;
    top: 22%;
}
.map_btn2-4{
	left: 3%;
    bottom: 30%;
}
.map_btn2-5{
	left: 51%;
    top: 24%;
}
.map_btn2-6{
	right: 26%;
    top: 52%;
}
.map_btn2-7{
	left: 3%;
    top: 40%;
}

.map_btn3-1{
	left: 31%;
    bottom: 26%;
}
.map_btn3-2{
    left: 31.5%;
    bottom: 46.5%;
}
.map_btn3-3{
	left: 19%;
    top: 38%;
}
.map_btn3-4{
	right: 56%;
    top: 30%;
}
.map_btn3-5{
	left: 41%;
    top: 46%;
}

.floor_list{
    position: relative;
    margin:10px auto;
    padding:0;
	
	display: flex;
	justify-content:space-between;
}
.floor_btn{
    list-style: none;
	line-height: 2.5em;
	margin: 0 3px;
    width: 100%;
    text-align: center;
    font-size:18px;
    cursor: pointer;
    box-sizing:border-box;
	color:#000;
    background-color:#fff;
	border: 3px solid #ccc;
	border-radius:200px;
}
.floor_btn.on{
	 color:#fff;
    background-color:#222;
	border: 3px solid #ccc;
}


/*操作方法*/
.operation{
	width: 100%;
}
.operation img{
	width: 100%;
}


/* ----------------------------------------------------------------------------------------------------
  colorbox
* --------------------------------------------------------------------------------------------------*/
#cboxOverlay {
	background: #000;
}
#cboxOverlay.sideModal{
	display: none !important;/*241122レイアウト変更*/
}
#cboxContent{
	background: rgba(255,255,255,0.5);
	padding: 12px;
	border-radius: 6px;
	-moz-box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
	
	border: 1px;
}
.sideModal #cboxContent{
	margin:0;
	background:rgba(255,255,255,0.75);
	padding:0;
	border-radius:0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}
#cboxLoadedContent {
	padding: 24px;
	margin: 0;
	border: 0;
	background: #fff;
	overflow: auto;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.sideModal #cboxLoadedContent{
	padding: 60px 24px 24px;
	background: transparent;
}
.sideModal_sp #cboxLoadedContent{
	padding-top:10px;
	margin-top: 24px;
}
#cboxPrevious, #cboxNext, #cboxSlideshow , #cboxTitle {
	top: -30px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
	overflow: visible ;
}

.sideModal .cboxIframe{
	background:transparent;
}

#inline-content {/* インラインを使用する時のみ */
	margin: 20px;
}
#ajax-wrap {/* ajaxを使用する時のみ */
	margin: 20px;
}
#cboxClose {
	position: absolute;
	top: -68px;
	right: -10px;
	width: 64px;
	height: 64px;
	background:url("../../images/common/icon_close.png");
	background-repeat: no-repeat;
	background-size:contain;
	background-position: center center;
	display: none;
}
.sideModal #cboxClose{
	top: 8px;
	right: 8px;
	width:50px;
	height: 50px;
}
.sideModal_sp #cboxClose{
	top: 5px;
	right: 5px;
	width:38px;
	height: 38px;
}


@media screen and (max-width: 800px){
	#cboxLoadedContent {
		padding: 12px;
	}
	#cboxContent{
		padding: 10px;
		margin: 10px;
	}
}

/* ----------------------------------------------------------------------------------------------------
  show skin
* --------------------------------------------------------------------------------------------------*/
.icon_showskin{
	position: absolute;
	bottom: 0;
	right:40px;
	width: 35px;
	cursor: pointer;
	display: none;
}
.icon_showskin img{
	width: 100%;
}
@media screen and (max-width: 480px){
	.icon_showskin{
		right:20px;
	}
}


/* ----------------------------------------------------------------------------------------------------
  Slick スライド
* --------------------------------------------------------------------------------------------------*/
.op_slick{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.op_slick li{
	width: 100%;
	display: block;
}


.slick-dots{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
}
.slick-dots li{
	margin: 0;
	padding: 0;
	width: 20px;
	text-align: center;
}

/* slick */
/*
.slick-initialized{
}
.slick-next{
	right:-40px;
}
.slick-next:before{
	background:url("../images/common/allow_right.png");
    background-size: contain;
	background-repeat: no-repeat;
}
.slick-prev{
    left:-40px;
}
.slick-prev:before{
    background:url("../images/common/allow_left.png");
    background-size: contain;
	background-repeat: no-repeat;
}
.slick-arrow{
    z-index:2;
    width:16px;
    height:30px;
}
.slick-arrow:before{
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity:1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	display: none;
}
*/





