/*=====================================================================
	all
======================================================================= */
html, body {
	width: 100%;
	height: 100%;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
}

body {
	width: 100%;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	/*opacity: 0;*/
	/*transform: translate3d(0,0,0);*/
	background-color: #000;
	/*opacity: 0;*/
	/*transition: all 0.8s ease-out;*/
}
/*body.move {
	transform: translate3d(0,100%,0);
}*/

body img {
	width: 100%;
	height: auto;
}
body.hide {
	overflow: hidden;
}
button {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}



/* #sec_wrap
======================================================================= */
#sec_wrap {
	width: auto;
	padding: 140px 80px 16px;
	overflow: hidden;
	background-color: #FFF;
	position: relative;
	z-index: 2;
}

/* #sec_concept
======================================================================= */
#sec_concept {
	margin-bottom: 250px;
}
#sec_concept h1 {
	font-size: 6.0rem;
	letter-spacing: 0.01em;
	margin-bottom: 93px;
	font-family: 'PlainMedium';
}
#sec_concept .text_main {
	font-size: 2.6rem;
	line-height: 2.50;
	letter-spacing: 0.3em;
	margin-bottom: 160px;
	font-family: 'A1明朝';
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
}
#sec_concept .text_openday {
	font-size: 6.0rem;
	line-height: 1.5;
	font-family: 'PlainMedium';
}
#sec_concept .text_openday span {
	font-size: 3.3rem;
	vertical-align: 19px;
	margin-left: 2px;
}
#sec_concept h1 span.r {
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}
#sec_concept h1 span.w {
	display: inline-block;
	margin-left: 4px;
}
/* #sec_floor
======================================================================= */
#sec_floor {
	margin-bottom: 260px;
}
#sec_floor .floor_block {
	overflow: hidden;
}
#sec_floor .floor_block .floor_category {
	float: left;
	width: 400px;
}
#sec_floor .floor_block .floor_category h2 {
	font-size: 3.0rem;
	letter-spacing: 0.01em;
	font-family: 'PlainMedium';
	margin-bottom: 26px;
}
#sec_floor .floor_block .floor_category h2 span {
	font-size: 1.6rem;
	vertical-align: 11px;
	margin-left: 0px;
}
#sec_floor .floor_block .floor_category ul li {
	font-size: 2.0rem;
	line-height: 2;
	letter-spacing: 0.04em;
	font-family: 'PlainMedium';
}
#sec_floor .floor_block .floor_category ul li a {
	position: relative;
}
#sec_floor .floor_block .floor_category ul li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
}
#sec_floor .floor_block .floor_map {
	float: left;
	margin-top: 30px;
}

/*second*/
#sec_floor .floor_block.second {
	margin-bottom: 110px;
}
/*third*/
#sec_floor .floor_block.third .floor_map {
	margin-top: 70px;
}

/*ul.sub*/
#sec_floor .floor_block .floor_category ul.sub {
	margin-top: 40px;
}
#sec_floor .floor_block .floor_category ul.sub li {
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: 0.04em;
	font-family: 'PlainMedium';
}
#sec_floor .floor_block .floor_category ul.sub li a {
	position: relative;
}
#sec_floor .floor_block .floor_category ul.sub li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
}

/* #sec_items
======================================================================= */
#sec_items {
	margin-bottom: 245px;
}

/* .items-head */
#sec_items .items-head {
	font-size: 0;
	overflow: hidden;
	font-family: 'PlainMedium';
	margin-bottom: 25px;
}
#sec_items .items-head h2 {
	display: inline-block;
	vertical-align: top;
	font-size: 3.0rem;
	letter-spacing: 0.01em;
	margin-right: 12px;
}
#sec_items .items-head .items-switch {
	display: inline-block;
	vertical-align: top;
	font-size: 3.0rem;
	letter-spacing: 0.01em;
}
#sec_items .items-head .items-switch ul {
	font-size: 0;
}
#sec_items .items-head .items-switch ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 3.0rem;
	letter-spacing: 0.01em;
	color: #c7c4c4;
	cursor: pointer;
}
#sec_items .items-head .items-switch ul li.current,
#sec_items .items-head .items-switch ul li:nth-child(2) {
	color: #000;
	cursor: default;
}


/* .items-list */
#sec_items .items-list ul {
	overflow: hidden;
	width: 900px;
}
#sec_items .items-list ul li {
	float: left;
	width: 300px;
	height: 300px;
	cursor: pointer;
	position: relative;
}
#sec_items .items-list ul li:after {
	content: " ";
	background-color: #FFF;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-transition: opacity 0.6s linear;
	transition: opacity 0.3s ease;
	opacity: 0;
}
#sec_items .items-list ul li:hover:after {
	opacity: 0.3;
}
#sec_items .items-list ul li:hover {
	cursor: url("../images/cursor_plus.png"), pointer;
}

#sec_items .items-list .btn_more {
	font-size: 3.0rem;
	letter-spacing: 0.01em;
	color: #c7c4c4;
	text-align: left;
	font-family: 'PlainMedium';
	margin-top: 30px;
}
#sec_items .items-list .btn_more span {
	cursor: pointer;
}


/* #sec_location
======================================================================= */
#sec_location {
	margin-bottom: 260px;
}
#sec_location h2 {
	font-size: 3.0rem;
	letter-spacing: 0.01em;
	margin-bottom: 25px;
	margin-left: 2px;
	font-family: 'PlainMedium';
}
#sec_location .googlemap {
	margin: 0 0 15px 4px;
}
#sec_location .map-embed {
	width: 900px;
	height: 545px;
	margin: 0;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}
#sec_location .map-embed > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}


#sec_location .text {
	font-size: 3.0rem;
	line-height: 1.33;
	letter-spacing: 0.01em;
	font-family: 'PlainMedium';
}




/* #sec_footer
======================================================================= */
#sec_footer .logo {
	width: 100px;
	height: 40px;
	margin-bottom: 20px;
}
#sec_footer small {
	font-size: 1.1rem;
	letter-spacing: 0.1em;
	font-family: 'PlainMedium';
}



/*背景youtube*/

#video_stop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 98;
}
.btn_play a {
	opacity: 0;
}

.mbYTP_wrapper {
	position: fixed !important;
}
#video_background {
    z-index: 1;
    text-align: center;
	width: 100%;
    height: 100%;
    min-height: 100%;
    /*position: fixed;*/
}
#video_close{
	position: fixed;
	top: 70px;
	right: 20px;
	opacity:0;
	z-index: 5;
	cursor:pointer;
}
.pattern {
	background-image: url(../img/pattern.png);
	background-repeat: repeat;
	background-attachment: scroll;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/*iframe#mbYTP_bgndVideo {
	width: auto !important;
	min-width: 100% !important;
	margin-top: 0px !important;
	margin-left: 0px !important;
	height: 100% !important;
}*/

#video_background .bg_img {
	width: 100%;
	height: 100%;
	background-image:url(../images/movie.jpg);
	background-position: center center;
	background-repeat:no-repeat;
	background-size: cover;
	display:none;
}
#video_background .video_background_contents .btn_play {
	cursor: pointer;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	display: none;
}
#video_background .video_background_contents .btn_play img {
	width: 60px;
	height: 60px;
}
#video_background .video_background_contents .btn_arrow {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	cursor: pointer;
	padding: 10px 10px 0;
	display: none;
}
#video_background .video_background_contents .btn_arrow img {
	width: 30px;
	height: 17px;
}





/* movie modal */
#modalMovie {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1000;
	opacity: 0;
	background: rgba(0,0,0,0.70);
}
#modalCloseOverlay {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#modalOuter {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
}
#modalInner {
	position: absolute;
	width: 80vw;
	height: 80vh;

	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#modalInner iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display:block;
}
#modalCloseBtn {
	position: absolute;
	top: 5%;
	right: 10%;
	background-image: url(../images/btn_close.png);
	background-size: 29px 29px;
	cursor: pointer;
	width: 29px;
	height: 29px;
}