@charset "utf-8";
/* CSS Document */

/*******************************
common
*******************************/
html {
	height: 100%;
}

body {
	height: 100%;
	line-height: 1.6;
}

#mainVisual {
	position: relative;
	height: 65%;
	background: url('/shop/images/main01.png') no-repeat 0 0 #222;
}
@media screen and (max-width: 737px) {
	#mainVisual {
		margin-top:0 !important;
	}
}

#mainVisualArea {
	position: relative;
	height: 30%;
	overflow: hidden;
	background: url('/shop/images/main01.png') no-repeat 0 0 #222;
}

#mainVisual .bg {
	display: none;
	/*position: fixed;*/
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background-size: 100%;
}

#mainVisualArea .bg {
	/*position: fixed;*/
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
}

#mainVisualArea .tokyo {
	background: url('/shop/images/main01.png') no-repeat 0 0 #222;
	background-size: 100%;
}

#mainVisual h1 {
	font-size: 4.125rem;
	font-family: 'Work Sans', sans-serif;
	font-weight: bold;
	color: #fff;
	line-height: 1em;
	margin: 0 auto;
	padding: 4% 0 0;
	max-width: 71.25rem;
}

#mainVisualArea h1 {
    width: 96%;
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.3em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	text-align: center;
}

#mainVisual h1 b,
#mainVisualArea h1 b {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-size: 85%;
}

#mainVisualArea h1 span.name {
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0 0.15em;
	font-size: 3rem;
}

#mainVisual a.arrow01 {
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
	padding-top: 60px;
	color: #fff;
	font-size: 0.85em;
	text-align: center;
}

#mainVisual .arrow01 span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
	}
	@keyframes sdb {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

#main {
	background: #fff;
    -webkit-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
}

#subnavBar {
	background: #222222;
}

#subnavBar ul {
	text-align: center;
	letter-spacing: -.4em;
}

#subnavBar ul li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
	border-left: 2px solid #3c3c3c;
}

#subnavBar ul li:last-child {
	border-right: 2px solid #3c3c3c;
}

#subnavBar ul li a {
    padding: 0 15px;
    line-height: 4rem;
    display: block;
    font-weight: 700;
    color: #fff;
    transition: all .25s;
}

#subnavBar ul li a:hover {
    color: #29a3dd;
	background: #000;
}

#subnavBar ul li.active a {
    color: #29a3dd;
	background: #000;
}

#right {
	width: 72%;
	float: left;
}

#left {
	width: 23%;
	float: right;
}

#leftNavi {
    background-color: #efefef;
    padding: 0.5em 1em 0;
}

#left dl dt {
	color: #000;
	font-weight: 700;
	font-size: 1.4rem;
}

#left .bnr {
	margin-top: 1.8em;
}

#left .bnr li:not(:last-child) {
	margin-bottom: 1em;
}

#left .bnr li a {
	display: block;
}

#left .bnr li a img {
	width: 100%;
	vertical-align: top;
}

#left .rankBnr {
	border-top: 1px solid #ddd;
	margin: 1.25rem 0 0;
	padding: 1.25rem 0 0;
}

#left .rankBnr a {
	margin: 0 0 1.25rem;
	text-align: center;
	display: block;
	padding: 0.8rem 1em 0.8rem 1rem;
	font-size: 0.8rem;
	background-color: #222;
	color: #fff;
    transition: all .25s;
}

#left .rankBnr a:hover {
	background-color: #29a3dd;
	opacity: 1.0!important;
}

#left .contact {
	border-bottom: 1px solid #ddd;
}

#left .contact a {
	margin: 0 0 1.25rem;
	text-align: center;
	display: block;
	padding: 0.8rem 1em 0.8rem 1rem;
	font-size: 0.8rem;
	background-color: #f1860e;
	color: #fff;
    transition: all .25s;
}

#left .contact a:hover {
	background-color: #c16b0b;
	opacity: 1.0!important;
}

#left iframe {
	width: 100%;
	height: auto;
}

.BtnShoplist {
	width: 60.5%;
	margin: 0 auto 2.5em;
	text-align: center;
}

.BtnShoplist a {
	display: block;
	padding: 0.8rem 1rem;
	font-size: 1rem;
	background-color: #000;
	color: #fff;
	transition: background-color 300ms ease-out;
}

.BtnShoplist a:hover {
    background-color: #1d84b5;
	opacity: 1.0!important;
}

/*******************************
main
*******************************/
#main {
	background: #fff;
    -webkit-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
	padding-bottom: 5%;
}

/*******************************
shopIndex
*******************************/
#shopIndex {
    margin: 0 auto;
    max-width: 71.25rem;
    overflow: hidden;
}

#shopIndex section {
	margin-bottom: 2.5em;
}

#shopIndex section h2 {
	background: #444;
	border-left: 10px solid #000;
	color: #fff;
	padding: 0.5em;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 0.5em;
}

#shopIndex section ul {
	letter-spacing: -.4em;
}

#shopIndex section ul li {
	letter-spacing: normal;
	display: inline-block;
	border-left: 1px solid #666;
	padding: 0 1em;
}

#shopIndex section ul li:last-child {
	border-right: 1px solid #666;
}

#shopIndex .division {
	margin-top: 1em;
	background: #f4f4f4;
}

#shopIndex .division h3 span {
    background-color: #999;
	color: #fff;
    padding: 0.3em 1em;
	display: inline-block;
}

#shopIndex .division dl {
	padding: 0 1em 1em;
}

#shopIndex .division dt {
	margin-top: 1em;
	font-weight: bold;
}

/*******************************
shopArea
*******************************/
#shopArea {
    margin: 0 auto;
    max-width: 71.25rem;
    overflow: hidden;
}

#shopArea h2 {
    font-weight: 700;
    line-height: 1em;
    color: #000;
    font-size: 2rem;
    padding-bottom: 0.5em;
}

#shopArea .rank {
	text-align: right;
	margin: 0 13% 0.5em 0;
}

#shopArea .rank a {
	border: 1px solid #000;
	display: inline-block;
	padding: 0.2em 2em;
	color: #000;
	font-size: 90%;
}

#shopArea .rank span {
	display: none;
}

#shopArea .shop:not(:last-child) {
	margin-bottom: 2.5em;
}

#shopArea .shop .name {
	display: table;
	width: 100%;
	margin-bottom: 1em;
	background: #eee;
}

#shopArea .shop h3 {
	display: table-cell;
	width: 59%;
	font-weight: bold;
	font-size: 1.4rem;
	vertical-align: middle;
	padding: 0 0 0 1%;
}

#shopArea .shop ul {
	display: table-cell;
	width: 40%;
	text-align: right;
}

#shopArea .shop ul li {
	display: inline-block;
	vertical-align: middle;
}

#shopArea .shop ul li a {
	display: block;
}

#shopArea .shop ul li a img {
	vertical-align: top;
}

#shopArea .shop ul li.detail {
	padding-left: 0.5em;
}

#shopArea .shop ul li.detail a {
	display: block;
	padding: 1rem 2rem 1.0625rem 2rem;
	font-size: 1rem;
	background-color: #29a3dd;
	color: #fff;
	transition: background-color 300ms ease-out;
}

#shopArea .shop ul li.detail a:hover {
    background-color: #1d84b5;
	opacity: 1.0!important;
}

#shopArea .shop ul li.mark a {
	display: inline-block;
	margin-left: 0.2em;
}

#shopArea .shop dl {
	letter-spacing: -.4em;
}

#shopArea .shop dl dt {
	letter-spacing: normal;
	display: inline-block;
	width: 15%;
	margin-bottom: 0.2em;
	vertical-align: top;
}

#shopArea .shop dl dd {
	letter-spacing: normal;
	display: inline-block;
	width: 85%;
	margin-bottom: 0.2em;
	vertical-align: top;
}

#shopArea #shopName {
	display: table;
	width: 100%;
}

#shopArea #shopName h2 {
	display: table-cell;
	width: 75%;
	vertical-align: top;
	padding-bottom: 1.5em;
}

#shopArea #shopName .link {
	display: table-cell;
	width: 25%;
	vertical-align: top;
	text-align: center;
}

#shopArea #shopName .link a {
	display: block;
	padding: 0.5rem 1rem 0.7rem 1rem;
	font-size: 1rem;
	background-color: #29a3dd;
	color: #fff;
	transition: background-color 300ms ease-out;
}

#shopArea #shopPhoto {
	letter-spacing: -.4em;
	margin-bottom: 2em;
}

#shopArea #shopPhoto li {
	display: inline-block;
	letter-spacing: normal;
	width: 32%;
}

#shopArea #shopPhoto li:not(:last-child) {
	margin-right: 2%;
}

#shopArea #shopPhoto li img {
	width: 100%;
	vertical-align: top;
}

#shopArea table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	margin-bottom: 2.5em;
}

#shopArea table th,
#shopArea table td {
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	padding: 0.5em;
	vertical-align: top;
}

#shopArea table th {
	background: #eee;
}

#shopArea #shopBnr {
	letter-spacing: -.4em;
	margin-bottom: 2.5em;
}

#shopArea #shopBnr li {
	letter-spacing: normal;
	display: inline-block;
	width: 49%;
}

#shopArea #shopBnr li:first-child {
	margin-right: 2%;
}

#shopArea #shopBnr li a {
	display: block;
}

#shopArea #shopBnr li a img {
	width: 100%;
	vertical-align: top;
}

#shopArea #right #map {
	margin-bottom: 2em;
}

#shopArea #right iframe {
	width: 100%;
	height: 300px;
	border: none;
}

/*******************************
shopRank
*******************************/
#shopRank {
    margin: 0 auto;
    max-width: 71.25rem;
    overflow: hidden;
}

#shopRank table {
	width: 100%;
}

#shopRank table th,
#shopRank table td {
	text-align: left;
}

#shopRank table th {
	background: #29a3dd;
	color: #fff;
	padding: 0.8em 1em;
}

#shopRank table td {
	overflow: hidden;
	padding: 1em 0 2.5em;
}

#shopRank table td img {
	display: block;
	float: left;
	width: 5.2%;
	margin: 7px 0 0 0;
}

#shopRank table td p {
	display: block;
	float: right;
	width: 93%;
}

/*******************************
bnr
*******************************/
.bnrArea01 {
	text-align: center;
}

.bnrArea01 a {
	display: inline-block;
	width: 49.5%;
	margin: 0 auto;
}

.bnrArea01 a img {
	width: 100%;
	vertical-align: top;
}

/* sns icon
----------------------------------------------------------*/
#sns_icon ul {
	width: 100%;
	justify-content: flex-end;
	display: inline-flex;
}
#sns_icon ul li {
	margin-left: 0.5em;
}


#shopArea #sns_icon ul {
	width: 100%;
	display: inline-flex;
}

#shopArea #sns_icon {
	background: #d7eeff;
	padding: 8px;
	margin-bottom: 8px;
}
