﻿@charset "utf-8";

body {
	background-color: #fff; /* 全体の背景指定 */
}
#wrapper{
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif !important;
	font-size: 15px; 
	min-width: 1000px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
h1{
	display: block;
	height:70px;
	margin: 0;
	overflow: hidden; 
	width: 100%;
}
h1 a{
	display: block;
	height: 30px;
	margin: 20px auto;
	width: 175px;
}
h1 a img{
	display: block;
	height: 30px;
	width: 175px;
}
.toTop{
	display: block;
	width: 100%;
	height: 90px;
	background-image: url(../r_images/btn_top.png);
	background-color: #2d2d2d;
	background-size: 30px 14px;
	background-position: center;
	background-repeat: no-repeat;
}
.btnArea{
	height: 180px;
	width: 100%;
}
.btnArea ul{
	display: block;
	height: 180px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0; 
	width: 675px;
}
.btnArea li,
.btnArea li a,
.btnArea li a img{
	display: block;
	height: 180px;
	width: 337px;
}
.btnArea li a{
	transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
}
.btnArea li a:hover{
	opacity: 0.7;
}
.btnArea li{
	float: left;
}
.btnArea .btn_floor{
	border-right: 1px solid #eeeeee;
}
.tb{
	border-top: 1px solid #eeeeee;
}

/* top
**********************************/
body.top #wrapper .pageHeader{
	background-image: url(../r_images/page_header.png);
	background-color: #f18d00;
	background-size: 838px 245px;
	background-position: center top;
	background-repeat: no-repeat;
	height: 5px;
	min-width: 675px;
	width: 100%;
}
body.top #wrapper .mainArea{
	min-width: 675px;
	width: 100%;
}
body.top #wrapper .mainArea img{
	display: block;
	height: auto;
	width: 100%;
}
body.top #wrapper .newsArea{
	background-color: #eeeeee;
	overflow: hidden;
	padding-bottom: 1px;
	position: relative;
	width: 100%;
}
body.top #wrapper .newsArea::before{
    background: url(../r_images/news_g.png) 0 repeat-x transparent;
    background-size: 1px 50px;
    bottom: 0;
    content: "";
    height: 50px;
    margin-left: -307.5px;
    left: 50%;
    position: absolute;
    width: 615px;
}
body.top #wrapper .newsArea .newsBox{
	height: 379px;
	margin: 0 auto;
	overflow-y: scroll;
	overflow-x: hidden;
	width: 675px;
}
body.top #wrapper .newsArea .newsBox::-webkit-scrollbar{
	display: none;
}
body.top #wrapper .newsArea .newsBox .newsTit{
	background: url(../r_images/news.png) center no-repeat transparent;
	background-size:  81px 130px;
	height: 130px;
	position: relative;
	width: 675px;
}
body.top #wrapper .newsArea .newsBox .newsTit .twitter{
	background: url(../r_images/twitter.png) center no-repeat #ffffff;
	background-size:  70px;
	border-radius: 35px;
	box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.2);
	display: block;
	height: 70px;
	position: absolute;
	right: 30px;
	top: 30px;
	width: 70px;
	transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
}
body.top #wrapper .newsArea .newsBox .newsTit .twitter:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.2);
}
body.top #wrapper .newsArea .newsBox .event,
body.top #wrapper .newsArea .newsBox .notice,
body.top #wrapper .newsArea .newsBox .shopinfo{
	min-height: 50px;
	padding: 0 30px 40px 100px;
}
body.top #wrapper .newsArea .newsBox .event{
	background: url(../r_images/icon_event.png) 30px 0 no-repeat transparent;
	background-size:  50px 50px;
}
body.top #wrapper .newsArea .newsBox .notice{
	background: url(../r_images/icon_notice.png) 30px 0 no-repeat transparent;
	background-size:  50px 50px;
}
body.top #wrapper .newsArea .newsBox .shopinfo{
	background: url(../r_images/icon_shopinfo.png) 30px 0 no-repeat transparent;
	background-size:  50px 50px;
}
body.top #wrapper .newsArea .newsBox .event .entrydate,
body.top #wrapper .newsArea .newsBox .notice .entrydate,
body.top #wrapper .newsArea .newsBox .shopinfo .entrydate{
	color: #aaabab;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	padding-bottom: 10px;
	word-wrap: break-word;
}
body.top #wrapper .newsArea .newsBox .event .entrybody,
body.top #wrapper .newsArea .newsBox .notice .entrybody,
body.top #wrapper .newsArea .newsBox .shopinfo .entrybody{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	word-wrap: break-word;
}
body.top #wrapper .newsArea .newsBox .event a.entrybody:hover,
body.top #wrapper .newsArea .newsBox .notice a.entrybody:hover,
body.top #wrapper .newsArea .newsBox .shopinfo a.entrybody:hover{
	opacity: 0.5;
}
body.top #wrapper .shopListArea{
	background: url(../r_images/shop_list_bg.jpg) center no-repeat transparent;
	background-size: cover;
	overflow: hidden;
	width: 100%;
}
body.top #wrapper .shopListArea .shopListBox{
	margin: 30px auto;
	overflow: hidden;
	width: 675px;
}
body.top #wrapper .shopListArea .shopListBox ul{
	display: block;
	overflow: hidden;
	padding: 45px 30px 15px; 
	position: relative;
	margin: 0;
	width: 615px;
}
body.top #wrapper .shopListArea .shopListBox .sl2f,
body.top #wrapper .shopListArea .shopListBox .sl1f,
body.top #wrapper .shopListArea .shopListBox .slb1f{
	border-bottom: 1px solid rgba(255,255,255,.5)
}
body.top #wrapper .shopListArea .shopListBox .sl2f::before,
body.top #wrapper .shopListArea .shopListBox .sl1f::before,
body.top #wrapper .shopListArea .shopListBox .slb1f::before,
body.top #wrapper .shopListArea .shopListBox .slb2f::before{
	content: "";
	height: 70px;
	left: 20px; 
	position: absolute;
	top: 35px;
	width: 70px;
	z-index: 100;
}
body.top #wrapper .shopListArea .shopListBox .sl2f::before{
	background: url(../r_images/common/2f.png) center no-repeat transparent;
	background-size:  70px 70px;
}
body.top #wrapper .shopListArea .shopListBox .sl1f::before{
	background: url(../r_images/common/1f.png) center no-repeat transparent;
	background-size:  70px 70px;
}
body.top #wrapper .shopListArea .shopListBox .slb1f::before{
	background: url(../r_images/common/b1f.png) center no-repeat transparent;
	background-size:  70px 70px;
}
body.top #wrapper .shopListArea .shopListBox .slb2f::before{
	background: url(../r_images/common/b2f.png) center no-repeat transparent;
	background-size:  70px 70px;
}
body.top #wrapper .shopListArea .shopListBox ul li{
	display: block;
	float: left;
	height: 185px;
	list-style: none;
	margin: 0 30px 30px 0;
	width: 185px;
}
body.top #wrapper .shopListArea .shopListBox ul li:nth-child(3n){
	margin: 0 0 30px 0;
}
body.top #wrapper .shopListArea .shopListBox ul li a{
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0px 3px 7px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 7px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 7px 1px rgba(0,0,0,0.2);
	display: block;
	height: 185px;
	overflow: hidden;
	width: 185px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
body.top #wrapper .shopListArea .shopListBox ul li a:hover{
	-webkit-animation: bounce 2s ease-in-out;
	animation: bounce 2s ease-in-out;
	box-shadow: 0px 6px 7px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 6px 7px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 6px 7px 1px rgba(0,0,0,0.2);
}
@-webkit-keyframes bounce {
	5%  { -webkit-transform: scale(1.1, .9); }
	10% { -webkit-transform: scale(.9, 1.1) translateY(-5px); }
	15% { -webkit-transform: scale(1, 1); }
	18% { -webkit-transform: scale(1.05); }
	100% { -webkit-transform: scale(1.05); }
}
@keyframes bounce {
	5%  { transform: scale(1.1, .9); }
	10% { transform: scale(.9, 1.1) translateY(-5px); }
	15% { transform: scale(1, 1); }
	18% { transform: scale(1.05); }
	100% { transform: scale(1.05); }
}
body.top #wrapper .shopListArea .shopListBox ul li a img{
	border-radius: 50%;
	height: 185px;
	width: 185px;
}

/* access
**********************************/
body.access #wrapper .pageHeader{
	background-image: url(../r_images/page_header.png);
	background-color: #f18d00;
	background-size: 838px 245px;
	background-position: center top;
	background-repeat: no-repeat;
	height: 70px;
	min-width: 675px;
	width: 100%;
}
body.access #wrapper .pageHeader .pageHeader_inner{
	display: block;
	height: 70px;
	margin: 0 auto;
	width: 675px;
}
body.access #wrapper .pageHeader .pageHeader_inner img{
	height: 100%;
	padding-left: 30px;
	width: auto;
}
body.access #wrapper .accessArea{
	margin: 0 auto;
	width: 675px;
}
body.access #wrapper .accessArea .accessMap{
	background-color: #eeeeee;
	height: 500px;
}
body.access #wrapper .accessArea .accessMap img{
	height: 500px;
	width: 675px;
}
body.access #wrapper .accessArea .toShiodome{
	padding: 30px;
	border-bottom: 1px solid #eeeeee;
}
body.access #wrapper .accessArea .toNtvTower{
	padding: 30px 30px 60px;
}
body.access #wrapper .accessArea .toShiodome h3,
body.access #wrapper .accessArea .toNtvTower h3{
	color: #f18d00;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px;
}
body.access #wrapper .accessArea .toShiodome .txt01,
body.access #wrapper .accessArea .toNtvTower .txt01{
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/* floor
**********************************/
body.floor #wrapper .pageHeader{
	background-image: url(../r_images/page_header.png);
	background-color: #f18d00;
	background-size: 838px 245px;
	background-position: center top;
	background-repeat: no-repeat;
	height: 70px;
	min-width: 675px;
	width: 100%;
}
body.floor #wrapper .pageHeader .pageHeader_inner{
	display: block;
	height: 70px;
	margin: 0 auto;
	width: 675px;
}
body.floor #wrapper .pageHeader .pageHeader_inner img{
	height: 100%;
	padding-left: 30px;
	width: auto;
}
body.floor #wrapper .floorArea{
	margin: 0 auto;
	width: 675px;
}
body.floor #wrapper .floorArea .floor2f img{
	background-color: #eee;
	height: 472px;
	width: 675px;
}
body.floor #wrapper .floorArea .floor1f img{
	background-color: #eee;
	height: 599px;
	width: 675px;
}
body.floor #wrapper .floorArea .floorB2f img{
	background-color: #eee;
	height: 419px;
	width: 675px;
}
body.floor #wrapper .floorArea .floor2f ul,
body.floor #wrapper .floorArea .floor1f ul,
body.floor #wrapper .floorArea .floorB1f ul,
body.floor #wrapper .floorArea .floorB2f ul{
	display: block;
	padding: 30px 0;
}
body.floor #wrapper .floorArea .floor2f ul{
	background: url(../r_images/common/2f.png) 30px 30px no-repeat transparent;
	background-size: 70px 70px;
	padding-bottom: 60px;
}
body.floor #wrapper .floorArea .floor1f ul{
	background: url(../r_images/common/1f.png) 30px 30px no-repeat transparent;
	background-size: 70px 70px;
	border-bottom: 1px solid #eeeeee;
}
body.floor #wrapper .floorArea .floorB1f ul{
	background: url(../r_images/common/b1f.png) 30px 30px no-repeat transparent;
	background-size: 70px 70px;
	padding-bottom: 60px;
}
body.floor #wrapper .floorArea .floorB2f ul{
	background: url(../r_images/common/b2f.png) 30px 30px no-repeat transparent;
	background-size: 70px 70px;
	padding-bottom: 60px;
}
body.floor #wrapper .floorArea div ul li{
	font-weight: bold;
	list-style: none;
	padding: 0 30px 0 130px;
}
body.floor #wrapper .floorArea div ul li a{
	text-decoration: none;
	color: #000000;
	transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	word-wrap: break-word;
}
body.floor #wrapper .floorArea div ul li a:hover{
	opacity: 0.5;
}

/* shop
**********************************/
body.shop #wrapper .pageHeader{
	background-image: url(../r_images/page_header.png);
	background-color: #f18d00;
	background-size: 838px 245px;
	background-position: center top;
	background-repeat: no-repeat;
	height: 245px;
	min-width: 675px;
	overflow: hidden;
	width: 100%;
}
body.shop #wrapper .pageHeader .shoplogo{
	background-color: #fff;
	border-radius: 50%;
	display: block;
	height: 185px;
	margin: 30px auto;
	overflow:hidden;
	width: 185px;
	box-shadow:0px 3px 7px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 3px 7px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 3px 7px 1px rgba(0,0,0,0.2);
}
body.shop #wrapper .pageHeader .shoplogo img{
	height: 185px;
	width: 185px;
}
body.shop #wrapper .shopArea{
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	width: 675px;
	clear: both;
}
body.shop #wrapper .shopArea .shopImg{
	overflow-y: hidden;
	text-align: center;
	width: 675px;
}
body.shop #wrapper .shopArea .shopImg ul{
	overflow: hidden; 
	padding: 0; 
	margin: 0;
	display: inline-block;
}
body.shop #wrapper .shopArea .shopImg ul li{
	float: left;
	list-style-type: none;
	width: 223px;
	border-right: 3px solid #ffffff;
}
body.shop #wrapper .shopArea .shopImg ul li:last-child{
	border-right: none;
}
body.shop #wrapper .shopArea .shopImg ul li img{
	height: auto;
	width: 100%;
	vertical-align: bottom;
}
body.shop #wrapper .shopArea .shopAbout{
	overflow: hidden;
	padding: 30px 30px 15px;
	word-wrap: break-word;
}
body.shop #wrapper .shopArea .shopAbout .shopFloor{
	margin-bottom: 30px;
}
body.shop #wrapper .shopArea .shopAbout .shopFloor img{
	height: 70px;
	width: 70px;
}
body.shop #wrapper .shopArea .shopAbout .shopFloor img~img{
	margin-left: 15px;
}
body.shop #wrapper .shopArea .shopAbout h3{
	color: #aaabab;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	margin: 0 0 30px;
}
body.shop #wrapper .shopArea .shopAbout h4{
	color: #f18d00;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
    padding: 0 0 10px;
}
body.shop #wrapper .shopArea .shopAbout .txt01{
	font-weight: bold;
	margin: 0; 
	padding-bottom: 30px;
}
body.shop #wrapper .shopArea .shopAbout .txt01{
	font-weight: bold;
	margin: 0; 
	padding-bottom: 30px;
}
body.shop #wrapper .shopArea .shopAbout .txt01 p{
	padding-bottom: 1.5em;
}
body.shop #wrapper .shopArea .shopAbout .txt01 p:last-of-type{
	padding-bottom: 0;
}