@charset "utf-8";

/* ==================================================
contents
================================================== */
/* common */
.ecotourism_block {
    width: 82%;
    margin-left: 9%;
    margin-right: 9%;
}
#tmp_what_is_ecotourism .ecotourism_block,
#tmp_ecotourism_menu .ecotourism_block {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}
/* Mainvs */
#tmp_mainvs{
    margin-bottom: 66px;
    padding-top: 40%;
    background: url(/shared/templates/ecotourism_top/images/main/mainvs_img.png) no-repeat center top;
    background-size: 100% auto;
}
#tmp_mainvs > h1 > span,
#tmp_mainvs .mainvs_txt > span{
    display: block;
    width: 0;
    height: 0;
    position: relative;
    z-index: -1;
    overflow: hidden;
}
/* what_is_ecotourism */
#tmp_what_is_ecotourism .ecotourism_block {
    margin-bottom: 58px;
    display: flex;
}
#tmp_what_is_ecotourism .explain_ttl {
    flex-shrink: 0;
    padding: 22px 19px 0 9px;
    text-align: center;
}
#tmp_what_is_ecotourism .explain_ttl h2 {
    padding: 12px 15px 10px;
    width: 240px;
    height: 51px;
    background: url(/shared/templates/ecotourism_top/images/icon/ecotourism_ttl_bg.png) no-repeat;
    background-size: 100% auto;
    font-size: 112.5%;
    text-indent: -9999px;
}
#tmp_what_is_ecotourism .explain_cnt {
    padding-right: 10px;
    font-weight: bold;
    flex: 1;
}
#tmp_what_is_ecotourism .explain_cnt p {
    line-height: 1.8;
}
/* ecotourism_menu */
#tmp_ecotourism_menu .ecotourism_block {
    margin-bottom: 48px;
}
#tmp_ecotourism_menu ul.features_list {
    margin: 0;
    padding: 0 11px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
    justify-content: center;
}
#tmp_ecotourism_menu ul.features_list li {
    width: calc((100% - 69px) / 4);
}
#tmp_ecotourism_menu ul.features_list li > a {
    display: block;
}
#tmp_ecotourism_menu ul.features_list img {
    width: 100%;
    height: auto;
    vertical-align: top;
    transition: opacity 0.3s ease-in-out;
    border-radius: 60px;
}
#tmp_ecotourism_menu ul.features_list li > a:hover img {
    opacity: 0.7;
}
/* ecotourism_topics */
#tmp_ecotourism_topics .ecotourism_block {
    margin-bottom: 60px;
}
#tmp_ecotourism_topics .topics_ttl h2 {
    margin-bottom: 22px;
    padding: 5px 15px 6px;
    text-align: center;
    background-color: #0052aa;
    color: #ffffff;
    font-size: 137.5%;
}
#tmp_ecotourism_topics .topics_cnt ul {
    margin-left: 20px;
}
#tmp_ecotourism_topics .topics_cnt ul > li {
    margin-bottom: 6px;
}
/* ecotourism_links */
#tmp_ecotourism_links .ecotourism_block {
    margin-bottom: 14px;
}
#tmp_ecotourism_links .eco_link_btn {
    padding: 7px 15px;
    text-align: center;
    background-color: #ffff99;
    font-size: 125%;
    font-weight: bold;
}
#tmp_ecotourism_links .eco_link_btn a {
    display: block;
    margin: -7px -15px;
    padding: 7px 15px;
    text-decoration: underline;
    transition: background-color 0.2s ease;
}
#tmp_ecotourism_links .eco_link_btn a:hover {
    text-decoration: none;
    background-color: #99e9ff;
}
.ecotourism_des {
    padding: 0 10px;
}
/* color */
.color_black #tmp_mainvs,
.color_blue #tmp_mainvs,
.color_yellow #tmp_mainvs {
    background-image: url(/shared/templates/ecotourism_top/images/main/mainvs_img.png) !important;
}
.color_black #tmp_ecotourism_links .eco_link_btn,
.color_blue #tmp_ecotourism_links .eco_link_btn,
.color_yellow #tmp_ecotourism_links .eco_link_btn,
.color_black #tmp_wrapper .ecotourism_block h2,
.color_blue #tmp_wrapper .ecotourism_block h2,
.color_yellow #tmp_wrapper .ecotourism_block h2 {
    border: 1px solid;
}
.color_black #tmp_what_is_ecotourism .explain_ttl h2,
.color_blue #tmp_what_is_ecotourism .explain_ttl h2,
.color_yellow #tmp_what_is_ecotourism .explain_ttl h2 {
    height: auto;
    text-indent: 0;
    border-radius: 25px;
    overflow: hidden;
}
.color_black #tmp_ecotourism_links .eco_link_btn a:hover,
.color_blue #tmp_ecotourism_links .eco_link_btn a:hover,
.color_yellow #tmp_ecotourism_links .eco_link_btn a:hover {
    text-decoration: none;
}
