@charset "utf-8";
/* CSS Document */
.contents_wrap {
	color: #4b2300;
}
.contents_wrap a {
	color: #4b2300;
}
.shopping_btn.other i:first-of-type {
    margin-right: 10px;
}
section.contents_wrap a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
section.contents_wrap a:not(.not_hover):hover {
    opacity: 0.8;
}


/*====================
main_area
====================*/
#main_area {
	margin-top: 20vw;
}
#main_area h1 {
	border-bottom: 1px solid #4b2300;
	padding-bottom: 3vw;
	margin-bottom: 5.33vw;
	line-height: 1.4;
}
#main_area h1 img {
	height: 11.86vw;
	margin: 0 auto;
}

#main_area .lead {
	background: #edba50;
	padding: 5.33vw 5.33vw 10.66vw;
	margin-bottom: 7.99vw;
}

#main_area .inner {
	position: relative;
}
#main_area .inner .ic01 {
	position: absolute;
	bottom: -2vw;
	right: 5vw;
}
#main_area .inner .ic01 img {
	width: 23.46vw;
}

/*====================
map_nav_box
====================*/
/*map_nav_sp*/
#map_nav_box .map_nav_sp {
	margin: 0 3.99vw 7.99vw;
}

#map_nav_box .map_nav_sp ul.map_nav_list {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#map_nav_box .map_nav_sp ul.map_nav_list li {
	width: calc((100% - 2.66vw) / 3);
	height: 15.99vw;
	text-align: center;
	background: #4b2300;
	border-radius: 5px;
	border: 1px solid #4b2300;
	margin: 0 1.33vw 0 0;
}
#map_nav_box .map_nav_sp ul.map_nav_list li:nth-of-type(3n) {
	margin-right: 0;
}
#map_nav_box .map_nav_sp ul.map_nav_list li:nth-of-type(n+4) {
	margin-top: 1.33vw;
}

#map_nav_box .map_nav_sp ul.map_nav_list li a {
	position: relative;
	display: inline-block;
	padding: 4vw 2.6vw;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
}
#map_nav_box .map_nav_sp ul.map_nav_list li a:after {
    position: absolute;
    content: "";
	width: 1.86vw;
    height: 1.59vw;
    bottom: 0vw;
    left: 50%;
    margin-left: -3.5px;
    background: url(/hello-chocolate/world_of_cacao/images/map_nav_ic01.png);
    background-size: 1.86vw 1.59vw;
}
#map_nav_box .map_nav_sp ul.map_nav_list li:nth-of-type(2n) a:after {
    background: url(/hello-chocolate/world_of_cacao/images/map_nav_ic02.png);
    background-size: 1.86vw 1.59vw;
}
#map_nav_box .map_nav_sp ul.map_nav_list li:nth-of-type(2n) {
	background: #fff;
}
#map_nav_box .map_nav_sp ul.map_nav_list li:nth-of-type(2n) a {
	background: #fff;
	color: #4b2300;
}

/*====================
country_box
====================*/
#country_box {
	background: url("/hello-chocolate/world_of_cacao/images/country_bg01.png");
	background-size: 100vw 100vw;
	padding: 13.33vw 3.99vw;
}
#country_box .country {
	background: #fff;
	padding: 11vw 2.66vw;
	margin-bottom: 13.33vw;
}
#country_box .country:last-of-type {
	margin-bottom: 0;
}
#country_box .country h2 {
	text-align: center;
	border-bottom: 1px solid #4b2300;
	padding-bottom: 0.66vw;
	margin-bottom: 3vw;
	font-size: 20px;
}
#country_box .country p.country_txt {
	margin-bottom: 3vw;
}
#country_box .country ul.country_img {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 9.5vw;
}
#country_box .country ul.country_img li {
	width: calc((100% - 2vw) / 3);
}

/*country_pkg*/
#country_box .country .country_pkg h3 {
	text-align: center;
	font-size: 15px;
	margin-bottom: 2vw;
}
#country_box .country .country_pkg h3 span {
	display: inline-block;
	padding-left: 11vw;
	background: url(/hello-chocolate/world_of_cacao/images/ic_choco01.png) no-repeat top 10px left;
	background-size: 34px 31px;
}

#country_box .country .country_pkg ul.pkg_box_wrap {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#country_box .country .country_pkg ul.pkg_box_wrap li.pkg_box {
	width: calc((100% - 1.33vw) / 2);
	background: #eee9e5;
	margin: 0 0 1.33vw 1.33vw;
}
#country_box .country .country_pkg ul.pkg_box_wrap li.pkg_box:nth-of-type(2n-1) {
	margin-left: 0;
}
#country_box .country .country_pkg ul.pkg_box_wrap li.pkg_box figure {
	padding: 5.33vw 0 2vw;
}
#country_box .country .country_pkg ul.pkg_box_wrap li.pkg_box figure img {
	height: 34.66vw;
	margin: 0 auto;
}

#country_box .country .country_pkg ul.pkg_box_wrap li.pkg_box p {
	text-align: center;
	font-size: 11px;
	padding: 0 1.33vw;
}
#country_box .country .country_pkg ul.pkg_box_wrap li.pkg_box span {
	display: inline-block;
    padding-bottom: 11.99vw;
    background: url(/hello-chocolate/world_of_cacao/images/ic_pkgbox_modal.png) no-repeat bottom 6vw center;
    background-size: 3.46vw 3.46vw;
}

/*country_other*/
#country_box .country .country_other {
	background: url(/hello-chocolate/world_of_cacao/images/line01.png) repeat-x;
	background-size: 2.13vw 0.4vw;
	margin-top: 10.66vw;
	padding-top: 8.5vw;
}
#country_box .country .country_other h3 {
	text-align: center;
	font-size: 15px;
	margin-bottom: 3vw;
}
#country_box .country .country_other .other_link img {
	height: 20vw;
	margin: 0 auto;
}
#country_box .country .country_other .other_link p {
	text-align: center;
	margin-top: 3vw;
}

/*====================
モーダル
====================*/
.products_modal {
    width: auto;
    padding: 10.66vw 7.99vw;
    background: #fff;
    margin: 16vw auto 0;
    position: relative;
}
.products_modal .box_wrap .img_box figure {
	margin-bottom: 3.99vw;
}
.products_modal .box_wrap .img_box figure img {
    height: 58.66vw;
    margin: 0 auto;
}
.products_modal .box_wrap .img_box .ic_flavor {
	margin-bottom: 1.33vw;
}
.products_modal .box_wrap .img_box .ic_flavor img {
	width: 15.19vw;
}

/*overview_box*/
.products_modal .box_wrap .overview_box h3 {
    font-size: 20px;
    line-height: 1.4;
    border-bottom: 1px solid #4b2300;
    padding-bottom: 1.7vw;
    margin-bottom: 3.99vw;
    color: #4b2300;
}
.products_modal .box_wrap .overview_box p.txt {
    margin-bottom: 3.99vw;
}

/*flavor_table*/
.products_modal .box_wrap .overview_box table.flavor_table {
	width: 99%;
	border: 1px solid #a48e7b;
	font-size: 10px;
}
.products_modal .box_wrap .overview_box table.flavor_table tr th {
	text-align: center;
	border-right: 1px solid #a48e7b;
	border-bottom: 1px solid #a48e7b;
	padding: 1.33vw 1.99vw;
}
.products_modal .box_wrap .overview_box table.flavor_table tr td {
	border-bottom: 1px solid #a48e7b;
	padding: 1.33vw 1.99vw;
}
.products_modal .box_wrap .overview_box table.flavor_table tr:last-of-type th {
	border-bottom: 0;
}
.products_modal .box_wrap .overview_box table.flavor_table tr:last-of-type td {
	border-bottom: 0;
}

.products_modal .box_wrap .overview_box table.flavor_table .flavor_illust_box {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 1.99vw;
}
.products_modal .box_wrap .overview_box table.flavor_table .flavor_illust_box .flavor_illust {
    text-align: center;
    width: 15.19vw;
}
.products_modal .box_wrap .overview_box table.flavor_table .flavor_illust_box img {
	width: 15.19vw;
}
/*個別調整*/
.products_modal#modal_brazil_magiedu .box_wrap .overview_box table.flavor_table tr td.flavor_illust_box p,
.products_modal#modal_peru_magiedu_piura .box_wrap .overview_box table.flavor_table tr td.flavor_illust_box p,
.products_modal#modal_vietnam_dandelion .box_wrap .overview_box table.flavor_table tr td.flavor_illust_box p,
.products_modal#modal_peru_xocol_stone .box_wrap .overview_box table.flavor_table tr td.flavor_illust_box p {
	font-size: 7px;
}
.products_modal#modal_brazil_magiedu .box_wrap .overview_box table.flavor_table tr td.flavor_illust_box p span,
.products_modal#modal_peru_magiedu_piura .box_wrap .overview_box table.flavor_table tr td.flavor_illust_box p span {
	font-size: 6px;
}

/*flavor_chart*/
.products_modal .box_wrap .overview_box .flavor_chart {
	margin-bottom: 8vw;
}
.products_modal .box_wrap .overview_box .flavor_chart p {
	font-size: 11px;
	margin-top: 1.33vw;
}

/*shopping_btn*/
.products_modal .shopping_btn a {
	color: #4b2300;
}
.products_modal .shopping_btn.inhouse {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	text-align: center;
	font-size: 9px;
	padding-bottom: 5px;
}
.products_modal .shopping_btn.inhouse li {
	width: calc((100% - 2.66vw) / 3);
	height: 16.39vw;
}
.products_modal .shopping_btn.inhouse li.no_link {
	position: relative;
	height: 100%;
	opacity: .5;
}
.products_modal .shopping_btn.inhouse li a,
.products_modal .shopping_btn.inhouse li span {
    width: auto;
    border: 1px solid #4b2300;
    border-radius: 5px;
    box-shadow: 0 5px #4b2300;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 2vw;
    font-weight: bold;
    transition: 0.3s;
}

.products_modal .shopping_btn.inhouse li span {
	box-shadow: none;
}
.products_modal .shopping_btn.inhouse li.no_link::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: rgba(0,0,0,.5);
}
.products_modal .shopping_btn.inhouse li a:hover {
	box-shadow: none;
	margin-top: 5px;
}

.products_modal .shopping_btn.other {
	text-align: center;
	font-size: 12px;
	padding-bottom: 5px;
}
.products_modal .shopping_btn.other li {
	width: 	59.99vw;
	height: 16.39vw;
	margin: 0 auto;
}
.products_modal .shopping_btn.other li a {
    width: auto;
    border: 1px solid #4b2300;
    border-radius: 5px;
    box-shadow: 0 5px #4b2300;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 2vw;
    font-weight: bold;
    transition: 0.3s;
}
.products_modal .shopping_btn.other li a:hover {
	box-shadow: none;
	margin-top: 5px;
}

/*Magnific Popup設定上書き*/
.mfp-container {
    padding: 0 3.99vw;
}
.mfp-bg {
	background: #241609;
}
.mfp-close, .mfp-close:active {
	top: -38px;
}
button.mfp-close {
	background-image: url(/hello-chocolate/world_of_cacao/images/btn_close.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 28px;
	height: 28px;
}


/*スクロールバー設定*/
.scrollbar-outer > .scroll-element .scroll-bar, .scrollbar-outer > .scroll-element .scroll-bar:hover, .scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
	background-color: #4b2300;
}



/* 641px～ For PC
====================================================*/

@media screen and (min-width: 641px), print {
	
/*====================
main_area
====================*/
#main_area {
	margin-top: 40px;
}
#main_area h1 {
	padding-bottom: 20px;
	margin-bottom: 40px;
}
#main_area h1 img {
	height: 106px;
}
#main_area .lead {
	padding: 40px 0;
	margin: 0;
}
#main_area .lead img {
	margin: 0 auto;
}

/*====================
map_nav_box
====================*/
/*map_nav_sp*/
#map_nav_box .map_nav_pc .inner {
	position: relative;
	max-width: 1366px;
	height: 840px;
	background: url(/hello-chocolate/world_of_cacao/images/map_nav_bg.png) no-repeat top center;
	background-size: contain;
	margin: 0 auto;
}
/*map_navテキスト位置調整（3箇所あり）*/
#map_nav_box .map_nav_pc p.txt01 {
	position: absolute;
	top: 40px;
	right: 90px;
}
#map_nav_box .map_nav_pc p.txt02 {
	position: absolute;
	top: 540px;
	right: 40px;
}

/*map_nav_list*/
#map_nav_box .map_nav_pc .inner ul.map_nav_list {
	position: relative;
}
/*map_navボタン位置調整（3箇所あり）*/
#map_nav_box .map_nav_pc .inner ul.map_nav_list li.list01 {
	position: absolute;
	top: 319px;
	left: 399px;
}
#map_nav_box .map_nav_pc .inner ul.map_nav_list li.list02 {
	position: absolute;
	top: 436px;
	left: 435px;
}
#map_nav_box .map_nav_pc .inner ul.map_nav_list li.list03 {
	position: absolute;
	top: 501px;
	left: 265px;
}
#map_nav_box .map_nav_pc .inner ul.map_nav_list li.list04 {
	position: absolute;
	top: 235px;
	left: 337px;
}
#map_nav_box .map_nav_pc .inner ul.map_nav_list li.list05 {
	position: absolute;
	top: 347px;
	right: 64px;
}

/*====================
flavor_txt
====================*/
#flavor_txt {
	background: url(/hello-chocolate/world_of_cacao/images/flavor_txt_bg.png) no-repeat center top;
    height: 532px;
}
#flavor_txt p.txt01 {
	width: 831px;
	margin: 0 auto;
	padding-top: 110px;
}

/*====================
country_box
====================*/
#country_box {
	background-size: 750px 750px;
	padding: 80px 0;
}
#country_box .country {
	width: 910px;
	padding: 75px 40px 55px;
	margin: 0 auto 100px;
}
#country_box .country:last-of-type {
	margin-bottom: 0;
}

#country_box .country h2 {
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-size: 24px;
}
#country_box .country p.country_txt {
	margin-bottom: 25px;
}
#country_box .country ul.country_img {
	margin-bottom: 80px;
}
#country_box .country ul.country_img li {
	width: calc((100% - 10px) / 3);
}

/*country_pkg*/
#country_box .country .country_pkg h3 {
	font-size: 22px;
	margin-bottom: 25px;
}
#country_box .country .country_pkg h3 span {
    padding: 7px 0 0 55px;
    background: url(/hello-chocolate/world_of_cacao/images/ic_choco01.png) no-repeat top left;
    background-size: 39px 37px;
}

#country_box .country .country_pkg ul.pkg_box_wrap li.pkg_box {
	width: calc((100% - 20px) / 3);
	margin: 0 0 10px 10px;
}
#country_box .country .country_pkg ul.pkg_box_wrap li.pkg_box:nth-of-type(2n-1) {
	margin-left: 10px;
}
#country_box .country .country_pkg ul.pkg_box_wrap li.pkg_box:nth-of-type(3n+1) {
	margin-left: 0;
}

#country_box .country .country_pkg ul.pkg_box_wrap li.pkg_box figure {
	padding: 30px 0 15px;
}
#country_box .country .country_pkg ul.pkg_box_wrap li.pkg_box figure img {
	height: 220px;

}

#country_box .country .country_pkg ul.pkg_box_wrap li.pkg_box p {
	text-align: center;
	font-size: 15px;
	padding: 0 10px;
}
#country_box .country .country_pkg ul.pkg_box_wrap li.pkg_box span {
    padding-bottom: 65px;
    background: url(/hello-chocolate/world_of_cacao/images/ic_pkgbox_modal.png) no-repeat bottom 25px center;
    background-size: 26px 26px;
}

/*country_other*/
#country_box .country .country_other {
	background-size: 16px 3px;
	margin-top: 50px;
	padding-top: 55px;
}
#country_box .country .country_other h3 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
}
#country_box .country .country_other .other_link img {
	height: 110px;
	margin: 0 auto;
}
#country_box .country .country_other .other_link p {
	margin-top: 20px;
	font-size: 18px;
}

/*====================
モーダル
====================*/
.mfp-container {
    padding: 0;
}
.products_modal {
    width: 910px;
    margin: 70px auto 0;
    padding: 80px;
}
.products_modal .box_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.products_modal .box_wrap .img_box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin-bottom: 30px;
}
.products_modal .box_wrap .overview_box {
    width: 430px;
}
.products_modal .box_wrap .img_box figure {
	width: 100%;
	margin-bottom: 0;
}
.products_modal .box_wrap .img_box figure img {
    height: 439px;
}
#modal_venezuela_thechocolate.products_modal .box_wrap .img_box figure img,
#modal_brazil_thechocolate.products_modal .box_wrap .img_box figure img,
#modal_peru_thechocolate.products_modal .box_wrap .img_box figure img,
#modal_dominicanrepublic_thechocolate.products_modal .box_wrap .img_box figure img{
    height: 345px;
}
.products_modal .box_wrap .img_box .ic_flavor {
	width: 100%;
	margin-bottom: 15px;
}
.products_modal .box_wrap .img_box .ic_flavor img {
	width: 100px;
}

/*overview_box*/
.products_modal .box_wrap .overview_box h3 {
    font-size: 24px;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.products_modal .box_wrap .overview_box p.txt {
    margin-bottom: 20px;
}

/*flavor_table*/
.products_modal .box_wrap .overview_box table.flavor_table {
	font-size: 15px;
}
.products_modal .box_wrap .overview_box table.flavor_table tr th {
	padding: 10px;
}
.products_modal .box_wrap .overview_box table.flavor_table tr td {
	border-bottom: 1px solid #a48e7b;
	padding: 10px 20px;
}
.products_modal .box_wrap .overview_box table.flavor_table tr:last-of-type th {
	border-bottom: 0;
}
.products_modal .box_wrap .overview_box table.flavor_table tr:last-of-type td {
	border-bottom: 0;
}

.products_modal .box_wrap .overview_box table.flavor_table .flavor_illust_box {
	padding: 10px;
}
.products_modal .box_wrap .overview_box table.flavor_table .flavor_illust_box .flavor_illust {
	width: 90px;
}
.products_modal .box_wrap .overview_box table.flavor_table .flavor_illust_box img {
	width: 86px;
}
/*個別調整*/
.products_modal#modal_brazil_magiedu .box_wrap .overview_box table.flavor_table tr td.flavor_illust_box p,
.products_modal#modal_peru_magiedu_piura .box_wrap .overview_box table.flavor_table tr td.flavor_illust_box p,
.products_modal#modal_vietnam_dandelion .box_wrap .overview_box table.flavor_table tr td.flavor_illust_box p,
.products_modal#modal_peru_xocol_stone .box_wrap .overview_box table.flavor_table tr td.flavor_illust_box p {
	font-size: 11px;
}
.products_modal#modal_brazil_magiedu .box_wrap .overview_box table.flavor_table tr td.flavor_illust_box p span,
.products_modal#modal_peru_magiedu_piura .box_wrap .overview_box table.flavor_table tr td.flavor_illust_box p span {
	font-size: 9px;
}

/*flavor_chart*/
.products_modal .box_wrap .overview_box .flavor_chart {
	margin: 15px 0 30px 0;
}
.products_modal .box_wrap .overview_box .flavor_chart .flavor_chart_img img{
	width: 330px;
	margin: 0 auto;
}
.products_modal .box_wrap .overview_box .flavor_chart p {
	font-size: 12px;
	margin-top: 10px;
}

/*shopping_btn*/
.products_modal .shopping_btn.inhouse {
	font-size: 15px;
	padding-bottom: 5px;
	margin: 0 3px;
}
.products_modal .shopping_btn.inhouse li {
	width: calc((100% - 40px) / 3);
	height: 124px;
}
.products_modal .shopping_btn.inhouse li.no_link {
	height: 110px;
}
.products_modal .shopping_btn.inhouse li a,
.products_modal .shopping_btn.inhouse li span {
    width: auto;
    border-radius: 10px;
    box-shadow: 0 5px #4b2300;
    padding: 30px;
}
.products_modal .shopping_btn.inhouse li span {
	box-shadow: none;
}
.products_modal .shopping_btn.inhouse li.no_link::after {
	border-radius: 10px;
}
.products_modal .shopping_btn.inhouse li a:hover {
	margin-top: 5px;
}

.products_modal .shopping_btn.other {
	font-size: 18px;
	padding-bottom: 5px;
}
.products_modal .shopping_btn.other li {
	width: 	450px;
	height: 86px;
	padding-top: 5px;
}
.products_modal .shopping_btn.other li a {
    width: auto;
    border-radius: 10px;
    box-shadow: 0 5px #4b2300;
    padding: 25px;
}
.products_modal .shopping_btn.other li a:hover {
	margin-top: 5px;
}

/*Magnific Popup設定上書き*/
.mfp-bg {
	background: #241609;
}
.mfp-close, .mfp-close:active {
	top: -44px;
}
button.mfp-close {
	width: 35px;
	height: 35px;
}

}

@media screen and (min-width: 950px) and (max-width: 1365px) {
#map_nav_box .map_nav_pc .inner {
	height: 61.5vw;
}
/*map_navテキスト位置調整（3箇所あり）*/
#map_nav_box .map_nav_pc p.txt01 {
	top: 3.1vw;
	right: 6.5vw;
}
#map_nav_box .map_nav_pc p.txt02 {
	top: 39.5vw;
	right: 3vw;
}
#map_nav_box .map_nav_pc .inner p.txt01 img {width: 21.5vw;}
#map_nav_box .map_nav_pc .inner p.txt02 img {width: 24.3vw;}

/*map_navボタン位置調整（3箇所あり）*/
#map_nav_box .map_nav_pc .inner ul.map_nav_list li.list01 {
	top: 23.3vw;
	left: 29.3vw;
}
#map_nav_box .map_nav_pc .inner ul.map_nav_list li.list02 {
	top: 31.8vw;
	left: 31.8vw;
}
#map_nav_box .map_nav_pc .inner ul.map_nav_list li.list03 {
	top: 36.6vw;
	left: 19.4vw;
}
#map_nav_box .map_nav_pc .inner ul.map_nav_list li.list04 {
	top: 17.2vw;
	left: 24.6vw;
}
#map_nav_box .map_nav_pc .inner ul.map_nav_list li.list05 {
	top: 25.4vw;
	right: 4.8vw;
}
#map_nav_box .map_nav_pc .inner ul.map_nav_list li.list01 img {width: 21.5vw;}
#map_nav_box .map_nav_pc .inner ul.map_nav_list li.list02 img {width: 23.4vw;}
#map_nav_box .map_nav_pc .inner ul.map_nav_list li.list03 img {width: 12.5vw;}
#map_nav_box .map_nav_pc .inner ul.map_nav_list li.list04 img {width: 27.5vw;}
#map_nav_box .map_nav_pc .inner ul.map_nav_list li.list05 img {width: 19.2vw;}

}

@media screen and (min-width: 641px) and (max-width: 949px) {
#map_nav_box .map_nav_pc .inner {
	height: 590px;
}
/*map_navテキスト位置調整（3箇所あり）*/
#map_nav_box .map_nav_pc p.txt01 {
	top: 28px;
	right: 62px;
}
#map_nav_box .map_nav_pc p.txt02 {
	top: 376px;
	right: 27px;
}
#map_nav_box .map_nav_pc .inner p.txt01 img {width: 205px;}
#map_nav_box .map_nav_pc .inner p.txt02 img {width: 230px;}

/*map_navボタン位置調整（3箇所あり）*/
#map_nav_box .map_nav_pc .inner ul.map_nav_list li.list01 {
	top: 222px;
	left: 280px;
}
#map_nav_box .map_nav_pc .inner ul.map_nav_list li.list02 {
	top: 303px;
	left: 302px;
}
#map_nav_box .map_nav_pc .inner ul.map_nav_list li.list03 {
	top: 349px;
	left: 185px;
}
#map_nav_box .map_nav_pc .inner ul.map_nav_list li.list04 {
	top: 163px;
	left: 234px;
}
#map_nav_box .map_nav_pc .inner ul.map_nav_list li.list05 {
	top: 242px;
	right: 45px;
}
#map_nav_box .map_nav_pc .inner ul.map_nav_list li.list01 img {width: 202px;}
#map_nav_box .map_nav_pc .inner ul.map_nav_list li.list02 img {width: 222px;}
#map_nav_box .map_nav_pc .inner ul.map_nav_list li.list03 img {width: 118px;}
#map_nav_box .map_nav_pc .inner ul.map_nav_list li.list04 img {width: 260px;}
#map_nav_box .map_nav_pc .inner ul.map_nav_list li.list05 img {width: 182px;}


}


@media screen and (min-width: 500px) and (max-width: 640px) {
#country_box .country .country_pkg h3 span {
    background: url(/hello-chocolate/world_of_cacao/images/ic_choco01.png) no-repeat top 10px left 20px;
    background-size: 34px 31px;
}
}