@charset "utf-8";
/* CSS Document */
section#info {
	padding: 0px !important;
}

img {
	width: 100%;
	height: 100%;
}

.inner {
	margin-bottom: 110px;
}
.mainimg {
	margin-bottom: 30px;
	width: 100%;
}
section#info #infocolumn {
    width: 92%;
	margin: 0 auto;
    padding: 40px 0;
    text-align: center;
}
section#info #infocolumn2 {
	width: 92%;
	margin: 0 auto;
	background: #eae9da;
	padding: 30px 4% 20px;
}
section#info #infocolumn2 img {
	width: 100%;
}
section#info #infocolumn2 p.cap {
	text-align: center;
	font-size: 0.8em;
}
#unesco h2, #unescolist h2 {
    margin: 0 auto 20px auto;
    color: #7C6B2F;
	font-family: "Sawarabi Mincho";
	font-size: 1.65em;
	font-weight: 300;
	border-bottom: solid 1px;
	padding-bottom: 10px;
	text-align: center;
	letter-spacing: -0.06em;
	line-height: 1.5em;
}
#unesco h2 span {
	display: block;
}
#unesco h2 em {
	color: #D02C1B;
	font-size: 1.2em;
font-style: normal;
}
#unesco h3 {
	margin: 0 auto 20px auto;
    color: #7C6B2F;
	font-family: "Sawarabi Mincho";
	font-size: 1.5em;
	font-weight: 300;
	padding: 6px 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: 20px;
    line-height: 1.8em;
	text-align: left;
}
p.read span {
	display: inline;
}
.imgbox1 {
	width: 100%;
	margin: 0px auto;
}
.imgbox1 img {
	width: 100% !important;
}
.img2column {
	float: none;
}

table.table_plan {
	border-collapse: collapse;
	width: 100%;
	border: #DADADA 1px solid;
	table-layout: fixed;
	font-size: 13px;
}
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: center;
    padding: 14px 5%;
    font-weight: normal;
    width: 90%;
    display: inline-block;
}
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 5%;
	display: block;
}
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: 90%;
    display: inline-block;
}
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 5%;
}
#we-btn {
    width: 100%;
    margin: 0 auto;
}
#we-btn ul {
    display: flex;
    justify-content: space-between;
}
#we-btn ul li {
    width: 80%;
    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: 17px;
    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;
}

div.fb-like {
    top: 35px;
    width: 100%;
    text-align: center;
}

/** list.html */
section#shoplist {
    margin-bottom: 40px;
    padding: 0 14px;
    position: relative;
}
#mapofjpn {
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
	font-size: 0.85em;
}
#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: 5%;
    right: 30%;
}
#area-hokkaido h3 {
    border-left: 5px solid #cdcd9b;
}
#area-touhoku {
    position: absolute;
    right: 10%;
    top: 40%;
}
#area-touhoku h3 {
    border-left: 5px solid #ffcc9a;
}
#area-kanto {
    position: absolute;
    right: 15%;
    top: 70%;
}
#area-kanto h3 {
    border-left: 5px solid #c6c9d6;
}
#area-chubu {
    position: absolute;
    left: 45%;
    top: 35%;
}
#area-chubu h3 {
    border-left: 5px solid #ccccfe;
}
#area-kansai {
    position: absolute;
    left: 50%;
    bottom: 5%;
}
#area-kansai h3 {
    border-left: 5px solid #d096ac;
}
#area-chugoku {
    position: absolute;
    left: 20%;
    top: 50%;
}
#area-chugoku h3 {
    border-left: 5px solid #9acccd;
}
#area-shikoku {
    position: absolute;
    left: 30%;
    bottom: 5%;
}
#area-shikoku h3 {
    border-left: 5px solid #f78e5e;
}
#area-kyushu {
    position: absolute;
    left: 5%;
    bottom: 10%;
}
#area-kyushu h3 {
    border-left: 5px solid #fdcc65;
}
#area-okinawa {
    position: absolute;
    left: 30px;
    top: 60px;
}
#area-okinawa h3 {
    border-left: 5px solid #ff8f96;
}
.modal-shops {
    position:fixed;
    display:none;
    z-index: 9999 !important;
    width:90%;
    height: auto;
    max-height: 400px;
    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: 3px 5px;
}
.modal-shops ul li.modal-shops-shop {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 0 0 0 15px;
    margin: 10px auto;
    line-height: 1.2em;
}
.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 0 0 20px;
}
.modal-shops p {
    margin:0;
    padding:0;
}
.overlay {
    z-index:99;
    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;
}
@media screen and (max-width:550px) {
    #area-hokkaido {
        top: 5%;
        right: 40%;
    }
    #area-touhoku {
        right: 10%;
        top: 40%;
    }
    #area-kanto {
        right: 15%;
        top: 70%;
    }
    #area-chubu {
        left: 45%;
        top: 25%;
    }
    #area-kansai {
        left: 45%;
        bottom: 0%;
    }
    #area-chugoku {
        left: 25%;
        top: 50%;
    }
    #area-shikoku {
        left: 30%;
        bottom: 0%;
    }
    #area-kyushu {
        left: 0%;
        bottom: 10%;
    }
    #area-okinawa {
        left: 0%;
        top: 10%;
    }
    .modal-shops {
        position:fixed;
        display:none;
        z-index:9999 !important;
        width:90%;
        margin:0;
        background:#fff;
        box-sizing: border-box;
        padding: 15px;
    }
    .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;
        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: 30px;
        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 0 0 5px;
    }
    .modal-shops p {
        margin:0;
        padding:0;
    }
}
@media screen and (max-width:430px) {
    #area-hokkaido {
        top: 0%;
        right: 30%;
    }
    #area-touhoku {
        right: 5%;
        top: 35%;
    }
    #area-kanto {
        right: 6%;
        top: 70%;
    }
    #area-chubu {
        left: 40%;
        top: 20%;
    }
    #area-kansai {
        left: 52%;
        bottom: -5%;
    }
    #area-chugoku {
        left: 15%;
        top: 40%;
    }
    #area-shikoku {
        left: 30%;
        bottom: -5%;
    }
    #area-kyushu {
        left: 0%;
        bottom: 5%;
    }
    #area-okinawa {
        left: 0%;
        top: 0%;
    }
    .modal-shops ul li.modal-shops-shop a span {
        font-size: 12px;
    }
}
@media screen and (max-width:350px) {
    #mapofjpn {
        margin: 30px auto;
    }
    #area-hokkaido {
        top: -10%;
        right: 5%;
    }
    #area-touhoku {
        right: 0%;
        top: 35%;
    }
    #area-kanto {
        right: 0%;
        bottom: 0%;
    }
    #area-chubu {
        left: 40%;
        top: 10%;
    }
    #area-kansai {
        left: 60%;
        bottom: -15%;
    }
    #area-chugoku {
        left: 15%;
        top: 40%;
    }
    #area-shikoku {
        left: 30%;
        bottom: -10%;
    }
    #area-kyushu {
        left: -3%;
        bottom: 0%;
    }
    #area-okinawa {
        left: 0%;
        top: 0%;
    }
}

