<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */

.tLead_body{
	margin-bottom: 75px;
	padding: 56px 0 40px;
	background: #fff url("../../images/index_bg01.png") center bottom no-repeat;
}
.tLead_in {
	max-width: 754px;
	margin: 0 auto;
}
.tLead_tit{
    line-height: 1.5;
    margin: 0 0 35px;
    padding: 0;
    background: none;
    color: #365c48;
    font-size: 184%;
    font-weight: 500;
    text-align: center;
    border-bottom: none;
}
.tLead_txt {
    line-height: 1.7;
    margin: 0;
    color: #333;
    font-size: 150%;
    font-weight: 400;
	text-align: center;
}
.tLead_txt span{
	padding: 0 5px;
	background: rgba(255, 255, 255, 0.7);
}
.tLead_txt ~ .tLead_txt{ margin-top: 30px; }


/* ピックアップ動画
------------------------------------------------------------------------------- */
.tMovies_body{
    padding-bottom: 75px;
}
.tMovies_in{
    max-width: 1120px;
    width: 1120px;
    margin: 0 auto;
}
.tMovies_tit{
    line-height: 1.5;
    margin: 0 0 24px;
    padding: 0;
    background: none;
    color: #365c48;
    font-size: 184%;
    font-weight: 500;
    text-align: center;
}
.tMovies_caption{
    line-height: 1.5;
    margin: 14px 0 0;
    color: #333;
    font-size: 134%;
    font-weight: 500;
}
.tMovies_list{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -40px;
}
.tMovies_list.thum_single{
    justify-content: center;
}
.tMovies_item{
    width: -webkit-calc(50% - 80px);
    width: calc(50% - 80px);
    margin: 0 40px 35px;
}
.tMovies_item img{
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
}
.tMovies_item a:hover {
	opacity: 0.6;
    transition: opacity .3s;
}

@media only screen and (max-width: 1300px) {
    .tLead_body{
        background-size: 75% auto;
    }
    .tMovies_in{
        max-width: 754px;
        width: 754px;
        margin: 0 auto;
    }
}

/* 14の暮らす森から動画を選ぶ
------------------------------------------------------------------------------- */
.tShinrin_body {
	padding: 56px 0 75px;
    background-color: #ced3ce;
}
.tShinrin_in {
	max-width: 754px;
	margin: 0 auto;
}
.tShinrin_tit {
	line-height: 1.5;
	margin: 0 0 30px;
	padding: 0;
	background: none;
	color: #365c48;
	font-size: 184%;
	font-weight: 500;
	text-align: center;
}
.tShinrin_map {
	width: 436px;
    margin: 64px auto 0;
}
.tShinrin_map img {
	outline: none;
	border: none;
}
.tShinrin_map area{
	outline: none;
	border: none;
}
.tShinrin_txt {
	line-height: 1.7;
	margin: 25px 0 0;
	color: #333;
	font-size: 150%;
	font-weight: 400;
    text-align: center;
}
/* 地図画像（タブ切り替え部分）
------------------------------------------------------------------------------- */
.map_tab_container {
    margin: 0 auto;
    position: relative;
    height: 670px;
}
.map_tab_item {
    height: 60px;
    padding: 0;
    text-align: center;
    display: block;
    float: left;
    font-size: 125%;
    font-weight: bold;
    transition: all 0.2s ease;
    color: #365c48;
    background-color: #fff;
    box-sizing: border-box;
}
.map_tab_item:hover,
.map_tab_content area:hover{
    cursor: pointer;
}
.map_tab_item01{
    border-radius: 30px 0 0 30px;
    width: 20%;
    bottom: 120px;
    left: 0;
    position:absolute;
    padding-top: 17px;
}
.map_tab_item02{
    border-left: 2px solid #ced3ce;
    border-right: 2px solid #ced3ce;
    width: 40%;
    position: absolute;
    bottom: 120px;
    left: 20%;
    padding-top: 17px;
}
.map_tab_item03{
    border-radius: 0 30px 30px 0;
    width: 40%;
    position: absolute;
    bottom: 120px;
    right: 0;
    padding-top: 5px;
}
.map_tab_item03 img{
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 auto;
}
input[name="map_tab_item"] {
    display: none;
}
.map_tab_content {
    display: none;
    clear: both;
    overflow: hidden;
}
#map_tab1:checked ~ #map_tab1_content,
#map_tab2:checked ~ #map_tab2_content,
#map_tab3:checked ~ #map_tab3_content{ 
    display: block;
}
#map_tab3:checked ~ #map_fukidashi{ 
    display: block !important;
}
.map_tab_container input:checked + .map_tab_item {
    background-color: #365c48;
    color: #fff;
    position: absolute;
}
.map_tab_container input:checked + .map_tab_item img{
    opacity: 1;
}
/*---------------------
  ふきだし
  --------------------*/
#map_fukidashi {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 20px 25px;
    color: #fff;
    background: #365c48;
    font-size: 117%;
    box-sizing: border-box;
    border-radius: 10px;
    display: none;
}
#map_fukidashi::before {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    right: 75px;
    border-style: solid;
    border-width: 0 12px 20px 12px;
    border-color: transparent transparent #365c48 transparent;
}
#map_fukidashi span{
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}</pre></body></html>