@charset "utf-8";
/* CSS Document */
.inner {
	margin-bottom: 80px;
}
.mainimg {
	margin-bottom: 30px;
}
body#article #header_inner ul, body#article #nav {
	display: none;
}
section#info #infocolumn {
	width: 100%;
	padding: 40px 0;
	text-align: center;
}
section#info #infocolumn2 {
	background: #eae9da;
	padding: 35px 25px 25px 25px;
	margin-bottom: 30px;
}
section#info #infocolumn2 img {
	width: 100%;
}
section#info #infocolumn2 p.cap {
	text-align: center;
}
#unesco h2, #unescolist h2 {
	margin: 0 auto 20px auto;
	color: #7C6B2F;
	font-family: "Sawarabi Mincho";
	font-size: 2.3em;
	font-weight: 300;
	border-bottom: solid 1px;
	padding-bottom: 10px;
	text-align: center;
	letter-spacing: -0.02em;
	line-height: 1.5em;
}
#unesco h2 span {
	display: inline;
}
#unesco h2 em {
	color: #D02C1B;
	font-size: 1.2em;
	font-style: normal;
}
#unesco h3 {
	margin: 0 auto 30px auto;
	color: #7C6B2F;
	font-family: "Sawarabi Mincho";
	font-size: 1.8em;
	font-weight: 300;
	padding: 8px 0;
	text-align: center;
	background-image: linear-gradient(-45deg, #ffffff 25%, #e0d4a9 25%, #e0d4a9 50%, #ffffff 50%, #ffffff 75%, #e0d4a9 75%, #e0d4a9);
	background-size: 15px 15px;
}
p.read {
	font-size: 14px;
	padding: 0 10px;
	margin-bottom: 40px;
	line-height: 1.8em;
	text-align: center;
}
p.read span {
	display: block;
}
.imgbox1 {
	width: 980px;
	margin: 20px auto 10px;
}
.img2column {
	float: left;
}
table.table_plan {
	border-collapse: collapse;
	width: 100%;
	border: #DADADA 1px solid;
	table-layout: fixed;
}
table.table_plan th.t_top {
	border-top: #DADADA 4px solid;
}
table.table_plan th {
	border-bottom: #DADADA 1px dotted;
	border-right: #DADADA 1px solid;
	background: #eae9da;
	text-align: left;
	padding: 14px 10px;
	font-weight: normal;
	width: 32%;
}
table.table_plan td.t_top {
	border-top: #DADADA 4px solid;
}
table.table_plan td {
	border-bottom: #DADADA 1px dotted;
	border-right: #DADADA 1px solid;
	text-align: left;
	padding: 14px 18px;
}
table.table_ex {
	border-collapse: collapse;
	width: 100%;
	border: #DADADA 1px solid;
	table-layout: fixed;
	margin-bottom: 10px;
}
table.table_ex th.t_top {
	border-top: #DADADA 4px solid;
}
table.table_ex th {
	border-bottom: #DADADA 1px dotted;
	border-right: #DADADA 1px solid;
	background: #eae9da;
	text-align: left;
	padding: 14px 10px;
	font-weight: normal;
	width: 40%;
}
table.table_ex td.t_top {
	border-top: #DADADA 4px solid;
}
table.table_ex td {
	border-bottom: #DADADA 1px dotted;
	border-right: #DADADA 1px solid;
	text-align: right;
	padding: 14px 18px;
}
#we-btn {
	width: 100%;
	margin: 0 auto;
}
#we-btn ul {
	display: flex;
	justify-content: space-between;
}
#we-btn ul li {
	width: 50%;
	margin: 0 auto;
}
#we-btn ul li a {
	display: block;
	width: 100%;
	height: 64px;
	background: #C82527;
	color: #fff;
	text-align: center;
	line-height: 64px;
	font-size: 18px;
	position: relative;
	box-sizing: border-box;
	/* padding-top: 8px; */
	transition: .3s;
}
#we-btn ul li a span {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #fff;
	line-height: 54px;
	margin: 0 0 0 10px;
	position: absolute;
	top: 20px;
	right: 20px;
}
#we-btn ul li a span i {
	font-size: 14px;
	display: block;
	position: absolute;
	top: 4px;
	right: 6px;
}
#we-btn ul li a:hover {
	background: #ED6A60;
}
div.fb_btn {
    margin-bottom: 10px;
}
/** list.html */
section#shoplist {
	font-size: 1.05em;
	margin-bottom: 30px;
	margin-top: 20px;
	padding: 0 14px;
	position: relative;
}
#mapofjpn {
	width: 800px;
	height: 800px;
	margin: auto;
	position: relative;
}
#mapofjpn img {
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
}
#mapofjpn .area-grp h3 {
	box-sizing: border-box;
	padding: 2px 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	color: #3c3c3c;
}
#mapofjpn .area-grp ul {
	width: 5em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.8em;
}
#area-hokkaido {
	position: absolute;
	top: 100px;
	right: 290px;
}
#area-hokkaido h3 {
	border-left: 5px solid #cdcd9b;
}
#area-touhoku {
	position: absolute;
	right: 130px;
	top: 300px;
}
#area-touhoku h3 {
	border-left: 5px solid #ffcc9a;
}
#area-kanto {
	position: absolute;
	right: 150px;
	top: 470px;
}
#area-kanto h3 {
	border-left: 5px solid #c6c9d6;
}
#area-chubu {
	position: absolute;
	left: 360px;
	top: 270px;
}
#area-chubu h3 {
	border-left: 5px solid #ccccfe;
}
#area-kansai {
	position: absolute;
	left: 400px;
	bottom: 70px;
}
#area-kansai h3 {
	border-left: 5px solid #d096ac;
}
#area-chugoku {
	position: absolute;
	left: 150px;
	top: 450px;
}
#area-chugoku h3 {
	border-left: 5px solid #9acccd;
}
#area-shikoku {
	position: absolute;
	left: 260px;
	bottom: 50px;
}
#area-shikoku h3 {
	border-left: 5px solid #f78e5e;
}
#area-kyushu {
	position: absolute;
	left: 50px;
	bottom: 60px;
}
#area-kyushu h3 {
	border-left: 5px solid #fdcc65;
}
#area-okinawa {
	position: absolute;
	left: 50px;
	top: 60px;
}
#area-okinawa h3 {
	border-left: 5px solid #ff8f96;
}
.modal-shops {
	position: fixed;
	display: none;
	z-index: 2;
	width: 640px;
	height: auto;
	max-height: 600px;
	margin: 0;
	background: #fff;
	box-sizing: border-box;
	padding: 15px;
}
#tokyo {
	overflow-y: scroll;
}
.modal-shops h4 {
	font-size: 16px;
	border-left: 5px solid #C82527;
	border-bottom: 1px solid #ccc;
	line-height: 16px;
	padding: 10px;
}
.modal-shops ul li.modal-shops-shop {
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	padding: 0 15px;
	margin: 10px auto;
}
.modal-shops ul li.modal-shops-shop a {
	display: block;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.modal-shops ul li.modal-shops-shop a img {
	display: inline-block;
	height: 35px;
	width: auto;
}
.modal-shops ul li.modal-shops-shop a span {
	display: inline-block;
	height: 40px;
	box-sizing: border-box;
	font-size: 14px;
	padding: 7px 20px;
}
.modal-shops p {
	margin: 0;
	padding: 0;
}
.overlay {
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,.75);
}
.modal-open {
	text-decoration: underline;
}
.gray-out {
	color: #ccc;
}
.modal-open:hover {
	cursor: pointer;
}
.modal-close {
	text-decoration: underline;
	position: absolute;
	right: 15px;
	top: 15px;
}
.modal-close:hover {
	cursor: pointer;
}
