@charset "utf-8";


#lifeinfo {
    padding: 0px 0 0px 0;
}
#lifeinfo.cntBody {
    padding: 0px 0 0px 0;
}

#lifeinfo #tabs {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 0px solid #999; 
}
#lifeinfo #tabs li {
    color: #666;
    font-family: 'Noto Sans JP', sans-serif!important;
    font-weight: 400!important;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    padding: 5px 20px;
    border: 2px solid #ccc;
    border-radius: 10px;
    background: #fff;
    transition: all .2s ease;
    cursor: pointer;
    position: relative;
    box-shadow: 0 0  9px #fff;
}
#lifeinfo #tabs li::after {
    font-size: 20px;
    font-family: sans-serif;
    vertical-align: middle;
    content: '>';
    position: absolute;
    top: 25%;
    bottom: 0;
    right: 10px;
}
#lifeinfo #tabs #tab1 {
    color: #DE6A08;
    border-color: #DE6A08!important;
}
#lifeinfo #tabs #tab2 {
    color: #1D7FBB;
    border-color: #1D7FBB!important;
}
#lifeinfo #tabs #tab3 {
    color: #7E5C5D;
    border-color: #7E5C5D!important;
}
#lifeinfo #tabs #tab4 {
    color: #79998A;
    border-color: #79998A!important;
}
#lifeinfo #tabs #tab1:hover,
#lifeinfo #tabs #tab1.selected {
    color: #fff;
    background: #DE6A08!important;
}
#lifeinfo #tabs #tab2:hover,
#lifeinfo #tabs #tab2.selected {
    color: #fff;
    background: #1D7FBB!important;
}
#lifeinfo #tabs #tab3:hover,
#lifeinfo #tabs #tab3.selected {
    color: #fff;
    background: #7E5C5D!important;
}
#lifeinfo #tabs #tab4:hover,
#lifeinfo #tabs #tab4.selected {
    color: #fff;
    background: #79998A!important;
}

.info {
    margin: 40px 0 20px 0;
    padding: 30px 30px 10px 30px;
    color:#000;
}
.info .flex {
    margin: 20px auto 20px;
}
.item2 .flex_item {
    width: 49%;
}
.item3 .flex_item {
    width: 32%;
}

.info .fac {
    margin: 0px 0 20px 0;
}
.info .fig_ttl {
    margin: 3px 0 10px 0;
}
.info h2,
#life2 .border h2 {
    font-size: 24px;
    line-height: 1.5;
    text-align: left;
    margin-top: 0;
}
.info p {
    font-size: 12px;
    line-height: 1.5;
    margin: 5px 0;
}
.info p.lead,
#life2 .border p.lead {
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    margin: 10px 0;
}
.info p.note {
    font-size: 10px;
}
.info h4,
#life4 .park h4 {
    font-size: 18px;
    line-height: 1.2;
    display: block;
    margin: 20px 0 10px;
    border-bottom: 1px solid #333;
	color: #000;
}
#info1 {
    background: #f6e9dd;
}
#info2 {
    background: #dce3ea;
}
#info3 {
    background: #E9DDDD;
}
#info4 {
    background: #e6e7e8;
}

#info1 .flex_item {
    width: 48%;
    
}

#life2 .border {
    padding: 20px 20px 35px 20px;
    border: 10px solid #dce3ea;
    box-sizing: border-box;
}
#life2 .border h2 {
    font-size: 24px;
    line-height: 1.5;
    text-align: left;
    margin-top: 0;
}
#life2 .border p.lead {
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    margin: 10px 0;
}
#life2 .border figure {
    position: relative;
    width: 33%;
    margin: 0 0;
}
#life2 .border figcaption {
    position: absolute;
    bottom: -15px;
    font-size: 14px;
}

#life4 .park {
    padding: 10px 20px 20px 20px;
    background: #DEE5E1;
}
#lifeinfo .tab_panel .caption {
    margin: 70px auto 65px auto;
}

@media screen and (max-width: 1300px) {

#leadArea h2 {
    letter-spacing: 0.1em;
}



}

@media screen and (max-width: 960px) {

.cntBody {
    width: 97%;
    margin: 0 auto 80px;
}
h2.h2_cnt {
    font-size: 4.6875vw;
    letter-spacing: 0;
    text-align: center;
    padding: 0 0 5px;
    margin: 3.9062vw auto 2.6041vw;
}
#lifeinfo #tabs li {
    width: 23%;
    font-size: 16px;
}
#lifeinfo #tabs li::after {
    font-size: 20px;
    top: 25%;
    bottom: 0;
    right: 10px;
}

#life2 .border figcaption {
    font-size: 11px;
}


}

@media screen and (max-width: 639px) {

#leadArea h2 {
    font-size: 28px;
    margin-top: 30px;
}

#leadArea p.lead {
    font-size: 18px;
}
.cntBody {
    width: 100%;
}
h2.h2_cnt {
    font-size: 6.4vw;
    font-weight: 400;
}

#lifeinfo {
    padding: 0px 0 0px 0;
}
#lifeinfo.cntBody {
    padding: 0px 0 0px 0;
    margin-bottom: 0;
}

#lifeinfo #tabs {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    padding-bottom: 20px;
    border-bottom: 0px solid #999; 
    flex-wrap: wrap;
}
#lifeinfo #tabs li {
    color: #666;
    font-size: 14px;
    line-height: 1.1;
    width: 20%;
    padding: 5px 5px;
    border: 2px solid #ccc;
    border-radius: 5px;
    height: 4em;
}
#lifeinfo #tabs li:nth-of-type(1),
#lifeinfo #tabs li:nth-of-type(1) {
  margin-bottom: 3vw;
}
#lifeinfo #tabs li::after {
    font-size: 11px;
    font-family: sans-serif;
    vertical-align: middle;
    content: '>';
    position: absolute;
    top: auto;
    bottom: -2px;
    left: 0;
    right: 0;
    transform: rotate(90deg);
    display: none;
}

.info {
    margin: 20px 0 20px 0;
    padding: 10px;
}
.info .flex {
    flex-direction: column;
    margin: 10px auto 10px;
}
.item2 .flex_item {
    width: 100%;
}
.item3 .flex_item {
    width: 100%;
}

.info .fac {
    margin: 0px 0 10px 0;
}
.info .fig_ttl {
    margin: 3px 0 5px 0;
}
.info h2,
#life2 .border h2 {
    font-size: 20px;
    margin: 0 0 10px 0!important;
}
.info p {
    font-size: 11px;
    margin: 5px 0;
}
.info p.lead,
#life2 .border p.lead {
    font-size: 16px;
    margin: 10px 0;
}
.info p.note {
    font-size: 10px;
}
.info h4,
#life4 .park h4 {
    font-size: 16px;
    margin: 20px 0 10px;
}

#lifeinfo #tabs li {
    width: 48%;
    font-size: 14px;
}


#info1 .flex_item {
    width: 100%;
}

#life2 .item3 .fig_ttl {
    max-width: 276px;
}
#life2 .border {
    padding: 20px 20px 10px 20px;
    border: 10px solid #dce3ea;
    box-sizing: border-box;
}
#life2 .border h2 {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin-top: 0;
}
#life2 .border p.lead {
    font-size: 16px;
    margin: 10px 0;
}
#life2 .border .item3 {
    flex-direction: column;
}
#life2 .border figure {
    width: 100%;
    margin: 0 0 40px;
}
#life2 .border figcaption {
    font-size: 14px;
}

#life3 .item3 .fig_ttl {
    max-width: 276px;
}

#life4 .park {
    padding: 10px 10px 10px 10px;
    background: #DEE5E1;
}
#life4 .park .flex {
    flex-direction: column;
}


}
