@charset "UTF-8";

/*-- common --*/

body {
	font-family:"ＭＳ Ｐゴシック";
	line-height:180%;
}

a {
	color:#4b4b4b;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	text-decoration:none;
}
#anchorToPcInSp {
	display:block;
	padding:8px 0;
	border:1px #4c4c4c solid;
	margin:20px 10px 10px;
	border-radius:20px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	background:#4c4c4c;
}

#anchorToPcInSp:hover {
	color:#4c4c4c;
	background:#fff;
	text-decoration:none;
}

#anchorToPcInSp:active {
	color:#4c4c4c;
	background:#fff;
	text-decoration:none;
}

/*-- header --*/

.header {
	position:relative;
	padding-top:20px;
}

.header h1 {
	width:240px;
	padding-left:10px;
	margin-bottom:20px;
	float:left;
}

.header h1:after {
	display:block;
	content:"";
	clear:both;
}

.header h1 img {
	width:100%;
}

.header .menu_btn {
	padding-right:10px;
	box-sizing:border-box;
	float:right;
}

.header .menu_btn img {
	width:40px;
}

.header .info {
	padding:0 10px;
	margin-bottom:20px;
	box-sizing:border-box;
	overflow:hidden;
	clear:both;
}

.header .info img {
	width:49%;
	float:left;
}

.header .info a:last-child img {
	margin-left:2%;
}

.header #check {
	display:none;
}

.header input:checked + .menu {
	top:70px;
}

.header .menu {
	position:absolute;
	top:-1000px;
	right:0;
	width:100%;
	padding:10px;
	border-top:1px #999 solid;
	border-bottom:1px #999 solid;
	background:#eee;
	-webkit-transition: .4s ease;
	transition: .4s ease;
	overflow:hidden;
	z-index:100;
	box-sizing:border-box;
}

.header .menu ul {
	padding-top:10px;
}

.header .menu ul li {
	border-bottom:1px #999 solid;
	margin-bottom:10px;
}

.header .menu ul li a {
	position:relative;
	display:block;
	padding-left:10px;
	padding-bottom:10px;
}

.header .menu ul li a:link {
	text-decoration:none;
}

.header .menu ul li a:after {
	position: absolute;
	content: ">";
	right: 10px;
	font-weight: bold;
}

.header .menu .close_btn {
	text-align:right;
}

.header .menu .close_btn img {
	width:30px;
}

.header_tokyo {
	padding:10px;
	background:#747474;
}

/*-- nav --*/

.nav {
	width:100%;
	margin-bottom:5px;
	background:#eee;
}

.nav ul {
	text-align:center;
	overflow:hidden;
}

.nav ul li {
	display:inline-block;
	padding-left:16px;
	margin-left:14px;
	background:url(../common_img/nav_border.jpg) no-repeat left center;
}

.nav ul li:first-child {
	padding-left:0;
	margin-left:0;
	background:none;
}

.nav ul li a {
	display:inline-block;
	padding:12px;
	font-size:16px;
	font-weight:bold;
	letter-spacing:.5px;
}

.nav ul li a:hover {
	background:#4b4b4b;
	color:#fff;
	text-decoration:none;
}

/*-- content --*/

.content {
	padding:0 10px;
	box-sizing:border-box;
}

.content .info {
	margin-bottom:30px;
	overflow:hidden;
}

.content .info img {
	width:49%;
	float:left;
}

.content .info a:last-child img {
	margin-left:2%;
}

/*-- two_column --*/

.two_column {
	margin-bottom:20px;
}

.two_column h2 {
	margin-bottom:10px;
}

.two_column h2 span {
	padding-left:12px;
	font-size:12px;
	background:url(../common_img/icon_tri.png) no-repeat left center;
	float:right;
}

.two_column ul {
	overflow:hidden;
}

.two_column ul li {
	width:49%;
	margin-bottom:30px;
	font-size:12px;
	float:left;
}

.two_column ul li:nth-child(odd) {
	margin-right:2%;
	clear:both;
}

.two_column ul li .thumb {
	position:relative;
	display:block;
	height:149px;
	margin-bottom:5px;
	overflow:hidden;
}

.two_column ul li img {
	display:block;
	max-height:147px;
	border:1px #efc479 solid;
	margin:0 auto;
}

.two_column ul.txt_news {
	padding-top:10px;
}

.two_column ul.txt_news li {
	width:100%;
	padding-bottom:5px;
	border-bottom:1px #f0f0f0 solid;
	margin-bottom:5px;
}

/*-- three_column --*/

.three_column {
	margin-bottom:20px;
}

.three_column h2 {
	margin-bottom:10px;
}

.three_column h2 span {
	padding-left:12px;
	font-size:12px;
	background:url(../common_img/icon_tri.png) no-repeat left center;
	float:right;
}

.three_column ul {
	overflow:hidden;
}

.three_column ul li {
	margin-bottom:30px;
	font-size:12px;
}

.three_column ul li .thumb {
	position:relative;
	display:block;
	border:1px #efc479 solid;
	margin-bottom:5px;
	overflow:hidden;
}

.three_column ul li img {
	width:100%;
	height:auto;
}

.three_column .txt_news {
	margin-bottom:10px;
}

.three_column .txt_news li {
	padding-bottom:5px;
	border-bottom:1px #f0f0f0 solid;
	margin-bottom:5px;
}

/*-- four_column --*/

.four_column {
	margin-bottom:20px;
}

.four_column h2 {
	margin-bottom:10px;
}

.four_column h2 span {
	padding-left:12px;
	font-size:12px;
	background:url(../common_img/icon_tri.png) no-repeat left center;
	float:right;
}

.four_column ul {
	width:1020px;
	margin-right:-25px;
	overflow:hidden;
}

.four_column ul li {
	width:230px;
	margin-right:25px;
	margin-bottom:30px;
	font-size:12px;
	float:left;
}

.four_column ul li .thumb {
	position:relative;
	display:block;
	height:228px;
	border:1px #efc479 solid;
	margin-bottom:5px;
	overflow:hidden;
}

.four_column ul li img {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:auto;
	max-width:228px;
	height:auto;
	max-height:228px;
	margin:auto;
}

/*-- five_column --*/

.five_column {
	margin-bottom:20px;
}

.five_column h2 {
	margin-bottom:8px;
}

.five_column h3 {
	padding-bottom:5px;
	border-bottom:1px #666 solid;
	margin-bottom:8px;
}

.five_column ul {
	overflow:hidden;
}

.five_column ul li {
	width:49%;
	margin-bottom:20px;
	font-size:12px;
	float:left;
}

.five_column ul li:nth-child(odd) {
	margin-right:2%;
	clear:both;
}

.five_column ul li .thumb {
	display:block;
	border:1px #ddd solid;
	margin-bottom:5px;
	overflow:hidden;
}

.five_column ul li img {
	display:block;
	max-height:147px;
	margin:0 auto;
}

.five_column ul li p {
	line-height:150%;
}

/*-- banner_pickup --*/
ul.bnr_pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
  margin: 0 0 20px 0;
  width:100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.bnr_pickup li {
   width:48%;
   margin: 0 0 0 0;
}

ul.bnr_pickup li img {
   width:100%;
}

/*-- banner --*/

.banner {
	overflow:hidden;
}

.banner img {
	width:100%;
	margin-bottom:30px;
	float:left;
}

/*-- pager --*/

.pager {
	margin-top:20px;
	margin-bottom:20px;
	position:relative;
	overflow:hidden;
}

.pager ul {
	padding:0;
	margin:10px 0 0;
	position:relative;
	float:left;
	list-style-type:none;
	left:50%;
}

.pager li {
	border-right:1px #cccccc solid;
	position:relative;
	font-size:14px;
	float:left;
	left:-50%
}

.pager .active {
	padding:3px 7px;
	font-weight:bold;
}

.pager li.next {
	border-right:none;
}

.pager ul a {
	display:block;
	padding:3px 7px;
	font-size:14px;
	font-weight:normal;
}

/*-- sp_pager --*/

.sp_pager {
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
	margin:0 -10px 20px;
	background:#f9f9f9;
}

.sp_pager ul {
	text-align:center;
}

.sp_pager ul li {
	display:inline-block;
}

.sp_pager ul li.pages {
	padding:15px 20px;
	font-size:14px;
}

.sp_pager ul li a {
	display:inline-block;
	padding:15px 20px;
	font-size:14px;
}

.sp_pager ul li a:link {
	text-decoration:none;
}

/*-- gotop --*/

.gotop {
	margin:15px 0 10px;
	text-align:right;
}

/*-- footer --*/

.footer {
	background-color:#4c4c4c;
}

.footer .inner {
	padding:20px 10px;
	margin:0 auto;
	color:#fff;
	overflow:hidden;
}

.footer h2 {
	padding-bottom:8px;
	border-bottom:1px #fff solid;
	margin-bottom:20px;
	font-size:14px;
	font-weight:bold;
}

.footer ul.left {
	width:100%;
	overflow:hidden;
}

.footer ul.right {
	width:100%;
	overflow:hidden;
}

.footer ul li {
	padding:2px 0 2px 22px;
	margin-bottom:20px;
	background:url(../common_img/arrow.png) no-repeat left center;
	font-size:12px;
	box-sizing:border-box;
	float:left;
}

.footer ul.left li {
	width:50%;
}

.footer ul.right li {
	width:100%;
}

.footer ul li a {
	color:#fff;
}

/*-- footer_nav --*/

.footer_nav {
	padding:20px 10px 0;
}

.footer_nav li {
	padding:2px 0 2px 22px;
	margin-bottom:20px;
	background:url(/sp/common_img/arrow.png) no-repeat left center;
	font-size:12px;
	box-sizing:border-box;
}

/*-- copyright --*/

.copyright {
	padding:14px 0;
	text-align:center;
}

.copyright p {
	margin-top:15px;
	font-size:12px;
	color:#636363;
}

/*-- floor_guide --*/

.floor_guide {
	margin-bottom:30px;
	overflow:hidden;
}

.floor_guide h2 {
	margin-bottom:10px;
	font-family:serif;
	font-size:18px;
}

.floor_guide h2+p {
	margin-bottom:30px;
}

.floor_guide .map {
	width: 100%;
	margin-bottom: 30px;
}

.floor_guide .map h3 {
	margin-bottom:6px;
	font-size:14px;
	font-weight:bold;
}

.floor_guide .map img {
	width:100%;
	height:auto;
	margin-bottom:10px;
}

.floor_guide .map ul {
}

.floor_guide .map ul li {
	margin-bottom:10px;
	font-size:12px;
	font-weight:bold;
}

.floor_guide .map ul li span {
	display:block;
}

.floor_guide .area {
	margin-top:30px;
}

.floor_guide .area li {
	margin-bottom:40px;
}

.floor_guide .area li .title01 {
	padding:6px 0 6px 10px;
	border-left:4px #666 solid;
	margin-bottom:10px;
	font-family:inherit;
	font-size:16px;
	font-weight:bold;
}

.floor_guide .area li p {
	margin-bottom:10px;
}

.floor_guide .area li img {
	max-width:100%;
	height:auto;
}


#rolex-digital-corners {
	display:none;
}

/*----------------------------------
 youtube
------------------------------------*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}