@charset "shift_jis";

/* ------------------------------------------------------------------------

	江戸NOREN　共通CSS

------------------------------------------------------------------------ */

body {
	margin:0;
	width:100%;
	padding:0;
	font-family:"メイリオ", Meiryo, sans-serif;
	line-height:1.5;
	color:#2b2b2b;
}

a {	color:#205ed0; }
a:hover {
	color:#D81E44;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
a.link {
	background:url(../img/icon_arrow.png) 0 center no-repeat;
	background-size:10px;
	padding-left:16px;
}
a.blank {
	background:url(../img/icon_window.png) right center no-repeat;
	background-size:12px;
	padding-right:18px;
}
a.pdf {
	background:url(../img/icon_pdf.png) right center no-repeat;
	background-size:12px;
	padding-right:18px;
}

.red { color:#D81E44; }
.sp { display: none; }

@media screen and (max-width:640px) {
    .pc { display:none; }
    .sp { display: block; }
}

/* ヘッダー */
header {
	background:url(../img/noren.png) center 20px no-repeat;
	background-size:100% 160px;
	width:100%;
	min-width:900px;
	height:220px;
	position:fixed;
	z-index:100;
}
@media print {
header { position: relative; }
}
header .noren {
	position:absolute;
	width:70px;
	height:100px;
	background:url(../img/noren01.png) 0 0 no-repeat;
	top:56px;
	left:0;
	right:0;
	margin:0 auto;
}
header h1 {
	background:url(../img/logo_pc.png) 0 0 no-repeat;
	background-size:100%;
	width:260px;
	margin:20px 0 0 20px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	float:left;
}
header h1 a {
	display:block;
	height:100px;
}
@media screen and (max-width:640px) {
header {
	background:url(../img/noren.png) center 0 no-repeat;
	background-size:650px auto;
	min-width:inherit;
	height:100px;
}
header .noren {
	width:35px;
	height:50px;
	background-size:35px auto;
	top:20px;
}
header h1 {
	width:37px;
	background:url(../img/logo_sp.png) 0 0 no-repeat;
	background-size:37px auto;
	margin:3.12% 0 0 3.12%;
}
header h1 a {
	width:44px;
	height:44px;
}
}

/* 言語メニューPC */
header .language_pc {
	width: 100%;
	height:30px;
	background:#2b2b2b;
}
header .language_pc ul.langNav{
    float: right;
	margin-right:10px;
}
header .language_pc .langNav li{
    display: table-cell;
	height:30px;
    vertical-align: middle;
}
header .language_pc .langNav li a{
    line-height: 1em;
	color:#fff;
	font-size:1.2rem;
	text-decoration:none;
	padding-left:20px;
}
header .language_pc .langNav li.contact a{
	border-left:1px solid #fff;
	margin-left:20px;
	padding-left:42px;
	background:url(../img/icon_contact_pc.png) 20px 0.2em no-repeat;
}
header .language_pc .langNav li.facebook a{
	border-left:1px solid #fff;
	margin-left:20px;
	padding-left:42px;
	background:url(../img/icon_fb_pc.png) 20px 0.2em no-repeat;
}
@media screen and (max-width:640px) {
header .language_pc {
    display: none;
}
}

/* メニューSP */
header .sp_btn, header .header_btm {
    display: none;
}
@media screen and (max-width:640px) {
header .sp_btn {
	display: block;
	float: right;
	width: 44px;
	height: 44px;
	background: url(../img/icon_menu.png) no-repeat 0 0;
	background-size: 44px;
	cursor: pointer;
	margin:3.12% 3.12% 0 0;
}
header .header_btm {
	position: absolute;
	z-index: 100;
	top:68px;
	left:0;
	right:0;
	margin:0 auto;
	background:url(../img/nav_bg.png) no-repeat;
	background-position: right 5% top 0; 
	background-size:30px;
	padding-top:20px;
}
header .header_btm nav {
    width: 96%;
	margin:auto;
	background:#cacaca;
	padding-top:10px;
}
header .header_btm nav ul {
	background:#fff;
	margin:0 10px;
}
header .header_btm nav ul li {
	border-bottom: 1px solid #cacaca;
	margin:0 10px;
}
header .header_btm nav ul li:last-child {
	border-bottom:none;
}
header .header_btm nav ul li img {
	width:25px;
	margin-right:10px;
	float:left;
}
header .header_btm nav ul li a {
	display:block;
	font-size: 1.2rem;
	padding: 20px 0 20px 10px;
	height:65px;
	text-decoration: none;
	color: #2b2b2b;
	background: url(../img/icon_arrow.png) right 50% no-repeat;
	background-size:10px auto;
}
header .header_btm nav ul li:last-child a {
	background: url(../img/icon_window.png) right 50% no-repeat;
	background-size:12px;
}
header .header_btm nav ul li a span {
	margin-top:4px;
	display:inline-block;
}

header .header_btm nav ul.langNav li {
	background:#e9e9e9;
	border-bottom: 1px solid #fff;
	float:left;
	margin:0;
	box-sizing:border-box;
	padding-right:10px;
}
header .header_btm nav ul.langNav li:nth-child(1) {
	width:50%;
	border-right:1px solid #fff;
}
header .header_btm nav ul.langNav li:nth-child(2) {
	width:50%;
}
header .header_btm nav ul.langNav li:nth-child(3) {
	width:33.4%;
	border-right:1px solid #fff;
	border-bottom:none;
}
header .header_btm nav ul.langNav li:nth-child(4) {
	width:33.4%;
	border-right:1px solid #fff;
	border-bottom:none;
}
header .header_btm nav ul.langNav li:nth-child(5) {
	width:33.2%;
	border-bottom:none;
}
header .header_btm nav ul.langNav li a {
	background: url(../img/icon_arrow.png) right 50% no-repeat;
	background-size:10px auto;
	padding: 18px 10px;
	height:52px;
}

header .header_btm nav .c_btn {
	display: block;
	text-align: center;
	font-size: 1.4rem;
	cursor: pointer;
	background:#233b68;
	padding: 17px 0;
}
header .header_btm nav .c_btn span {
	background:url(../img/icon_close.png) no-repeat left center;
	background-size: 25px auto;
	color:#fff;
	padding-left:40px;
}
header .header_btm.on {
	display: block;
}
}

/* グルーバルナビ */
header .gNav {
	float:right;
	margin:20px 20px 0 0;
}
header .gNav li {
	display:table-cell;
	text-align:center;
	padding-left:30px;
}
header .gNav li a {
	color:#fff;
	font-size:1.2rem;
	text-decoration:none;
}
@media screen and (max-width:640px) {
    header .gNav {
        display:none;
    }
}

/* メインコンテンツ */
.mainContents{
	width:100%;
	margin: 0px auto;
	font-size:1.4rem;
}
.mainvisual {
	text-align:center;
	background:#312726;
}
.mainvisual img {
	width:100%;
	max-width:1300px;
	min-width:900px;
	min-height:220px;
}
.mvbg {
	background:#fff;
}
#breadcrumb {
	width:900px;
	margin:0 auto;
	padding:10px 0;
}
#breadcrumb li {
	display:inline;
}
section {
	padding:60px 0;
	text-align:center;	
}
div.contBox {
	width:900px;
	margin:0 auto;
}
h2{
	padding-bottom:40px;
}
h2 img {
	width:300px;
}
@media screen and (max-width:640px) {
.mainvisual {
	padding-top:20px;
}
.mainvisual img {
	min-width:inherit;
	min-height:inherit;
}
#breadcrumb {
	width:100%;
	padding:10px;
}
section {
	padding:40px 10px;
}
div.contBox {
	width:100%;
}
h2{
	padding-bottom:30px;
}
}

/* 頁の先頭へ */
#pagetop {
	height:44px;
	width:44px;
	background:url(../img/page_top.png)  0 0 no-repeat;
	background-size:44px;
	cursor:pointer;
	margin:30px 10px 10px;
	float:right;
}

/* footer */
footer {
	text-align:center;
	border-top:solid 1px #dcdcdc;
	padding:20px 0;
	font-size: 13px; font-size:1.3rem;
}
footer li:first-child {
	float:left;
	text-align:left;
}
footer li:last-child {
	float:right;
}
footer img {
	max-width:290px;
}
@media screen and (max-width:640px) {
footer li:first-child {
	float:none;
	padding:0 10px 15px;
	text-align:center;
}
footer li:first-child a {
	display: inline-block;
	margin-bottom:10px;
}
footer li:last-child {
	float:none;
	padding:0 10px;
}
}

/* ------------------------------------------------------------------------

	施設紹介

------------------------------------------------------------------------ */

#about {
	background:url(../img/bg_ptn01.gif) 0 0 repeat;
}
#about dl {
	margin-bottom:40px;
}
#about dt {
	margin-bottom:20px;
}
#about dt img {
	width:320px;
}
#about ul.sld {
	height:160px;
	overflow:hidden;
}
#about .sld li {
	width:210px;
	height:160px;
}
#about .hour {
	background:#fff;
	padding:20px;
	margin:40px auto 0px;
	border:2px solid #e9ebf0;
}
#about .hour ul {
	background:url(../img/hour_tit.png) 0 center no-repeat;
	background-size:30px;
	text-align:left;
	display:inline-block;
	padding-left:50px;
}
#about .hour li {
	display:inline-block;
}
#about .hour li:first-child {
	margin-right:10px;
}
#about .hour li:last-child {
	display:block;
}
#about .hour span {
	font-weight:bold;
	margin-right:6px;
}
@media screen and (max-width:640px) {
#about dl {
	margin-bottom:0px;
}
#about dt img {
	width:240px;
}
#about .hour {
	margin:20px auto 0px;
}
#about .hour ul {
	background:none;
	padding-left:0;
}
#about .hour li {
	display:block;
}
}


/* ------------------------------------------------------------------------

	ニュース・催事

------------------------------------------------------------------------ */

#info .bnrArea {
	text-align:center;
	margin-bottom:40px;
}
#info .bnrArea li {
	display:inline-block;
	width:292px;
	padding-right:10px;
	
}
#info .bnrArea li:nth-child(3n) {
	padding-right:0px;
}
#info .bnrArea li img {
	width:100%;
}
#info dl {
	text-align:left;
}
#info dt {
	width:170px;
	height:26px;
	padding:4px 0 0 75px;
	float:left;
}
#info dt.event {
	background:url(../img/info_icon_event.png) no-repeat 0 0;
	background-size:65px;
}
#info dt.news {
	background:url(../img/info_icon_news.png) no-repeat 0 0;
	background-size:65px;
}
#info dd {
	padding:4px 0 10px;
}
#info .accordion {
	display:none;
}
#info .expand {
	background:#c8ced9;
	border-radius:5px;
	cursor:pointer;
	margin-top:10px;
	display:block;
}
#info .expand p {
	padding:12px 0 10px;
	display:inline-block;
	padding-left:35px;
}
#info .expand .btn_open {
	background:url(../img/icon_open.png) no-repeat 0 center;
	background-size:25px auto;
}
#info .expand .btn_close {
	background:url(../img/icon_close02.png) no-repeat 0 center;
	background-size:25px auto;
}
@media screen and (max-width:640px) {
#info .bnrArea li {
	display:block;
	margin:0 auto 10px;
	padding-right:0px;
}
#info dt {
	float:none;
}
}

/* 一覧・詳細ページ */
#info02 {
	background:url(../img/bg_ptn04.gif) 0 0 repeat;
}
#info02 h2 {
	padding-bottom:0px;
}
#info02 .calendarBtn {
	text-align:right;
}
#info02 .calendarBtn a {
	border-radius:5px;
	background:#D81E44;
	display:inline-block;
	padding:8px 15px;
	color:#fff;
	text-decoration:none;
	text-align:center;
}
#info02 .calendarBtn a span {
	background:url(../img/icon_arrow02.png) no-repeat 0 center;
	background-size:10px;
	padding-left:16px;
}
#info02 ul {
	margin-bottom:20px;
}
#info02 li {
	background:#fff;
	position:relative;
	padding:20px 20px 10px;
	margin-top:15px;
}
#info02 li .tag {
	position:absolute;
	top:-5px;
	left:0;
	z-index:2;
}
#info02 li .tag img {
	width:98px;
	height:36px;
}
#info02 li .ph {
	float:left;
	width:300px;
	text-align:left;
	font-size:1.2rem;
}
#info02 li .ph img {
	width:100%;
	margin-bottom:10px;
}
#info02 li dl {
	float:right;
	width:540px;
	text-align:left;
}
#info02 li dt {
	background:url(../img/icon_arrow.png) no-repeat 0 0.4em;
	background-size:10px;
	padding-left:16px;
	font-weight:bold;
}
#info02 li dd {
	margin-top:10px;
}
#info02 li dd.info p {
	display: table-cell;
}
#info02 li dd.info span {
	background:#2b2b2b;
	color:#fff;
	font-size:1.2rem;
	padding:1px 5px 0;
	margin-right:10px;
	display:inline-block;
	white-space:nowrap;
}
#info02 li dd.btn {
	float:right;
}
#info02 li dd.btn a {
	border-radius:5px;
	background:#c8ced9;
	display:inline-block;
	padding:8px 15px;
	color:#2b2b2b;
	text-decoration:none;
	text-align:center;
}
#info02 li dd.btn a span {
	background:url(../img/icon_arrow.png) no-repeat 0 center;
	background-size:10px;
	padding-left:16px;
}

#info02 li dl.archives {
	margin:10px 10px 20px;
	width:520px;
}
#info02 li dl.archives dt {
	background:none;
	padding-left:0px;
	color:#233B69;
	font-size:2.4rem;
}
#info02 li dl.archives dd {
	padding:10px 0 20px;
	border-bottom:1px solid #CACACA;
}
#info02 li dl.archives dd p {
	margin-bottom:10px;
}
#info02 li dl.archives dd.info span {
	width:90px;
	text-align:center;
	padding-top:3px;
}
#info02 .prev {
	float:left;
}
#info02 .next {
	float:right;
}
#info02 .next,
#info02 .prev {
	background:#2b2b2b;
	display:inline-block;
	padding:8px 15px;
	color:#fff;
	text-decoration:none;
	text-align:center;
}
#info02 .prev span {
	background:url(../img/icon_arrow03.png) no-repeat 0 center;
	background-size:10px;
	padding-left:16px;
}
#info02 .next span {
	background:url(../img/icon_arrow02.png) no-repeat right center;
	background-size:10px;
	padding-right:16px;
}
@media screen and (max-width:640px) {
#info02 h2 {
	padding-bottom:20px;
}
#info02 li {
	padding:0;
	margin-top:25px;
}
#info02 li .tag {
	top:-15px;
}
#info02 li .ph {
	float:none;
	width:100%;
	text-align:center;
	pointer-events:none;
}
#info02 li dl {
	float:none;
	width:100%;
	padding:20px;
}
#info02 li dd.btn {
	float:none;
}
#info02 li dd.btn a {
	width:100%;
	padding:12px 0;
}
#info02 li dd.update {
	text-align:right;
}

#info02 li dl.archives {
	margin:10px 0 0;
	width:100%;
	padding-bottom:30px;
}
}


/* ------------------------------------------------------------------------

	店舗一覧

------------------------------------------------------------------------ */

#shop {
	background:url(../img/bg_ptn02.gif) 0 0 repeat;
}
#shop .shopList {
	margin-top:10px;
}
#shop .shopList li {
	background:url(../img/icon_arrow.png) no-repeat 97.8% center #fff;
	background-size:10px auto;
	float:left;
	width:445px;
	padding:10px 20px 10px 40px;
	margin:10px 10px 0 0;
	text-align:left;
	text-indent:-30px;
}
#shop .shopList li:nth-child(2n) {
	margin-right:0px;
}
#shop .shopList span {
	background:#d81e44;
	color:#fff;
	display:inline-block;
	width:20px;
	height:20px;
	text-align:center;
	margin-right:10px;
	text-indent:0;
}
#shop .shopList li:nth-last-child(-n+2) span {
	background:#233b68;
}

/* 詳細ページ */
#shop .shopList02 {
}
#shop .shopList02 li {
	background:url(../img/shop_bg_roof.png) no-repeat 0 0;
	background-size:440px auto;
	float:left;
	width:440px;
	padding:70px 0 0;
	margin:20px 20px 0 0;
	text-align:left;
}
#shop .shopList02 li:nth-child(2n) {
	margin-right:0px;
}
#shop .shopList02 .shopData {
	background:url(../img/shop_bg_namako.png) no-repeat 0 bottom #fff;
	background-size:420px auto;
	padding:10px 20px 68px;
	width:420px;
	margin:0 auto;
}
#shop .shopList02 .shopData>dt {
	border-bottom:1px solid #cacaca;
	margin-bottom:5px;
	padding:300px 0 10px;
	margin-top:-290px
}
#shop .shopList02 .shopData>dt span {
	background:#d81e44;
	color:#fff;
	display:inline-block;
	width:20px;
	height:20px;
	text-align:center;
	margin-right:10px;
}
#shop .shopList02 .shopData>dt span.navy {
	background:#233b68;
}
#shop .shopList02 .shopData>dt em {
	background:#2b2b2b;
	color:#fff;
	display:inline-block;
	float:right;
	height:20px;
	padding:1px 8px 0;
	text-align:center;
}
#shop .shopList02 .shopData>dt:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#shop .shopList02 .shopData>dd.hour {
	text-align:right;
	margin-bottom:10px;
}
#shop .shopList02 .shopData>dd.hour dl {
    display: flex;
    justify-content: flex-end;
}
#shop .shopList02 .shopData>dd.hour dl dt {
    width: 85px;
}
#shop .shopList02 .shopData>dd.hour dl dd {
    width: calc(100% - 85px + 15px);
    text-align: left;
    margin-left: 15px;
}
#shop .shopList02 .shopData>dd.img img {
	width:100%;
}
#shop .shopList02 .shopData>dd.txt {
	margin-top:10px;
}
#shop .shopList02 .shopData>dd.txt dt {
	margin-top:10px;
}
#shop .shopList02 .shopData>dd.txt dd {
	margin-top:5px;
}
#shop .shopList02 .shopData>dd.txt dd span {
	color:#D81E44;
	margin-left:10px;
}
#shop .tourist_info {
	margin:30px 0 0;
	padding:20px;
	text-align:left;
	border:2px solid #e9ebf0;
	background:#fff;
}
#shop .tourist_info dt, #shop .tourist_info dd {
	display:table-cell;
}
#shop .tourist_info dt {
	background:url(../img/tourist_tit.png) 0 center no-repeat;
	background-size:30px;
	padding:0 20px 0 45px;
	white-space:nowrap;
	font-weight:bold;
	font-size:1.6rem;
}
#shop .tourist_info dt span {
	font-size:1.4rem;
	font-weight:normal;
}

@media screen and (max-width:640px) {
    #shop .map img {
        width:100%;
    }
    #shop .shopList li {
        float:none;
        width:100%;
        margin-right:0;
    }
    /* 詳細ページ */
    #shop .map {
        pointer-events:none;
    }
    #shop .shopList02 li {
        background-size:100% auto;
        float:none;
        width:100%;
        padding:16% 0 0;
    }
    #shop .shopList02 .shopData {
        background-size:100% auto;
        padding:10px 20px 16.19%;
        width:96%;
        margin:0 auto;
    }
    #shop .shopList02 .shopData>dt {
        padding-top:calc(110px + 16%);
        margin-top:calc(-100px - 16%);
    }
    #shop .shopList02 .shopData>dd.hour dl dt,
    #shop .shopList02 .shopData>dd.hour dl dd {
        width: auto;
    }
    #shop .tourist_info {
        margin:20px 0 0;
    }
    #shop .tourist_info dt, #shop .tourist_info dd {
        display:block;
    }
    #shop .tourist_info dt {
        margin-bottom:10px;
    }
}


/* ------------------------------------------------------------------------

	行き方

------------------------------------------------------------------------ */

#access {
	padding-top:260px;
	margin-top:-200px;
	padding-bottom:0;
}
#access .map {
	position: relative;
	padding-bottom: 40%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;	
}
#access .map iframe,
#access .map object,
#access .map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#access li {
	background:#e9ebf0;
	width:445px;
	float:left;
	padding:20px;
	margin-top:10px;
}
#access li:first-child {
	margin-right:10px;
}
#access li h2 {
	padding-bottom:20px;
}
#access li p {
	display:inline-block;
	text-align:left;
}
@media screen and (max-width:640px) {
#access li {
	width:100%;
}
}


/* ------------------------------------------------------------------------

	魅力がいっぱい両国

------------------------------------------------------------------------ */

#spot {
	padding-bottom:0;
}
#spot li {
	width:288px;
	float:left;
	text-align:left;
	margin-right:18px;
}
#spot li:last-child {
	margin-right:0;
}
#spot li img {
	width:100%;
}
#spot li dt {
	font-size:1.6rem;
	font-weight:bold;
	margin:10px 0 5px;
}
@media screen and (max-width:640px) {
#spot {}
#spot ul {
	display:block;
}
#spot li {
	display:block;
	width:100%;
	margin-bottom:20px;
}
#spot li:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#spot li img {
	width:48%;
	float:left;
}
#spot li dl {
	width:48%;
	float:right;
}
#spot li dt {
	margin:0px 0 5px;
}
}

/* ------------------------------------------------------------------------

	お問い合わせ

------------------------------------------------------------------------ */

#contact p {
	text-align:left;
}
#contact .flow {
	text-align:right;
	margin:20px 0;
}
#contact .flow img {
	width:200px;
}
#contact form ul {
	border-top:1px solid #cacaca;
	border-left:1px solid #cacaca;
	text-align:left;
	margin-bottom:40px;
}
#contact form ul p {
	display:table-cell;
	vertical-align:top;
}
#contact form .head {
	width:300px;
	background:#f4f4f4;
	border-right:1px solid #cacaca;
	border-bottom:1px solid #cacaca;
	padding:10px;
}
#contact form .data {
	width:600px;
	border-right:1px solid #cacaca;
	border-bottom:1px solid #cacaca;
	padding:10px;
}
#contact form .data span {
	margin-top:5px;
	display:inline-block;
}
#contact input {
	width:50%;
}
#contact textarea {
	width:100%;
	height:100px;
}
#contact #privacy {
	text-align:left;
	margin:0 0 40px;
}
#contact #privacy dt {
	background:#2b2b2b;
	color:#fff;
	display:inline;
	padding:5px 10px 3px;
}
#contact #privacy dd {
	padding:20px;
	margin-top:15px;
	height:200px;
	overflow:auto;
	border:1px solid #cacaca;
}
#contact .btn {
	border-radius:5px;
	background:#c8ced9;
	border-style:none;
	padding:15px 20px 12px;
	color:#2b2b2b;
	font-family:"メイリオ", Meiryo, sans-serif;
	font-size:1.4rem;
	cursor:pointer;
}
#contact .btn02 {
	background:#D81E44;
	color:#fff;
	margin-left:10px;
}
#contact button:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

@media screen and (max-width:640px) {
#contact form ul {
}
#contact form ul p {
	display: block;
	vertical-align:top;
}
#contact form .head {
	width:100%;
}
#contact form .data {
	width:100%;
}
#contact input {
	width:100%;
}
#contact #privacy dd {
	height:100px;
}
#contact .btn {
	padding:15px 10px 12px;
}
}