body {
    background-color: #f3f3f3;
}


/*===================================
    MENU
===================================*/
.menu3wrapper {
    background-color: #ffffff;
}
/*===================================
    Background Image
===================================*/

main {
    background: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/featuredmap/featuredmap-top.png);
    background-size: 1440px auto;
    background-repeat: no-repeat;
    display: flex;
    position: relative;
    width: 1440px;
    overflow: visible;
    margin: 23px auto;
    color: #fff;
}
/*===================================
    Article section
===================================*/
.areadetail {
    padding: 0px 90px;
    float: left;
    width: 100%;
    color: #212121;
    /* padding: 40px 0 0 0; */
    position: relative;
    height: 100%;
}
.japanareal {
    padding: 80px 0px 30px 0px;
    border-bottom: solid 1px #C5A277;
    display: flex;
    justify-content: center;
}
.areadetail header {
    width: -moz-fit-content;
    width: -o-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}
.areadetail header h1 {
    /* font-family: Roboto; */
    margin-bottom: 3px;
    font-size: 82px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -5px;
    color: #732323;
}
.areadetail header h3 {
    /* font-family: Roboto; */
    width: 560px;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    color: #732323;
}
.areadetail header h6 {
    /* font-family: Roboto; */
    width: 583px;
    margin-top: 20px;
    margin-bottom: 72px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: 0.25px;
    color: #757575;
}
.areadetail article {
    width: 668px;
    height: 926px;
    border-radius: 26px;
    border: solid 1px #c7c7c7;
    background-color: #ffffff;
}
#carousel_left {
    width: 100%;
    height: 550px;
    display: flex;
    justify-content: center;
    transform: translate(0px, -80px);
}
#carousel_right {
    width: 100%;
    height: 550px;
    display: flex;
    justify-content: center;
    transform: translate(0px, -80px);
}
.first-headline {
    font-size: 40px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.65;
    letter-spacing: normal;
    color: #000000;
}
.second-headline {
    width: 488px;
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.93;
    letter-spacing: normal;
    color: #000000;
}
.japanareal li .simg {
    margin-top: 18px;
    margin-bottom: 16px;
    height: 300px;
    display: block;
    overflow: hidden;
}
.japanareal li .simg img {
    width: 488px;
    min-height: 300px;
}
.detail-article {
    width: 488px;
    height: 54px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: 0.25px;
    color: #757575;
}
.article-intro {
    margin-top: 8px;
    width: 488px;
    height: 54px;
    text-align: justify;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: 0.25px;
    color: #757575;
    overflow: hidden;
}
.japanareal .article-link .link-button{
    width: 140px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    background-color: #80551a;
}
.japanareal .article-link span {
    height: 18px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #ffffff;
    text-align: center;
}
.calendar {
    display: flex;
    margin-top: 40px;
    justify-content: space-evenly;
}
.calendar .month-number {
    height: 38px;
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #80551a;
}
.calendar .month-text {
    height: 14px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #80551a;
}
.calendar .weekday-text {
    width: 24px;
    height: 20px;
    opacity: 0.5;
    font-size: 8px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #858585;
}
.calendar table tbody tr td {
    padding: 0px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #525252;
    border-bottom: 4px solid #ffffff;
    border-top: 4px solid #ffffff;
}
/*===================================
    Map section
===================================*/
.japanmap {
    position: relative;
    top: 544px;
    right: 80px;
}
#mapofjapan {
    width: 530px;
    height: 471px;
    cursor: pointer;
}
.map-table {
    width: 598px;
    height: 146px;
    margin-top: 30px;
    border-radius: 26px;
    border: solid 1px #979797;
}
.map-table table {
    display: flex;
    align-items: center;
    justify-content: center;
}
.map-table h3 {
    width: -moz-fit-content;
    width: -o-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    height: 24px;
    transform: translate(45px, -22px);
    padding: 10px;
    background-color: #f3f3f3;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: 0.14px;
    color: #121212;
}
.map-table table tr td img {
    width: 28px;
}
.map-table table tr td {
    padding: 0px 12px 15px 15px;
    width: 160px;
}
.map-table table tr td span {
    margin-left: 8px;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: 0.09px;
    color: #121212;
}
.map-table-info {
    display: flex;
    align-items: center;
    margin-left: 8px;
}
.leaves-green {
    background-color: #b7c681;
    color: white;
}
.leaves-change {
    background-color: #c5a277;
    color: white;
}
.leaves-best {
    background-color: #c92d2d;
    color: white;
}
.leaves-fade {
    background-color: #7f2626;
    color: white;
}
.leaves-fallen {
    background-color: #c7c7c7;
    color: white;
}
.info-source {
    width: 600px;
    height: 24px;
    display: flex;
    color: black;
    align-items: center;
    justify-content: center;
}
.info-source span {
    font-size: 15px;
}
.info-source h5 {
    margin-left: 3px;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.09px;
}
.info-source h5 a {
    color: blue;
    text-decoration: underline;
}
.cls-1:hover{
	fill: #c7c7c7;
}

/*===================================
    Footer
===================================*/
footer .share-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
footer .share-link a img {
    width: 42px;
    height: 42px;
}
footer .share-link a:first-child {
    margin-left: 0px;
}
footer .share-link a {
    margin-left: 20px;
}
.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}