@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');

.pc{
	display:none !important;
}
.edo_navi{
    display: none !important;
}

.anchor{
    display: block;
    width: 100%;
    height: 0;
    float: left;
    clear: both;
}

/*アニメーション要素のスタイル*/
.fade{
	opacity : 0;
	visibility: hidden;
	transition: 1.4s;
    transition-delay: 0.3s;
	transform: translateY(40px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

@media print{
    .spnavi{c
        display: none;l
    }
    .fade{
        opacity : 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@keyframes fadeIn {f
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

*{
	margin:0;
	padding:0;
}

img{
	display: block;
	max-width: 100% !important;
	height: auto;
	border:0;
	border-style:none;
}

a{
	color: #000;
	word-break: break-all !important;
    border:0;
    border-style:none;
}

a img {
	border:0;
    border-style:none;
}

html{
	height:100%;
}

body{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	width:100%;
	height:100%;
	margin:0;
    animation: fadeIn 1.2s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.2s ease 0s 1 normal;
}

header ul {
	list-style:none;
}
#toppage header{
	display: block;
	position: fixed;
	width: 100%;
    height: 50px;
    background-color: #f7f0e6;
	margin: 0 !important;
	top:0;
	z-index: 30 !important;
    transition: 0.6s;
}
#secondary header{
	display: block;
	position: fixed;
	width: 100%;
    height: 50px;
    background-color: #fff;
	margin: 0 !important;
	top:0;
	z-index: 30 !important;
    filter: drop-shadow(0 2px 20px rgba(0,0,0,0.10));
    transition: 0.6s;
}
header.fixed{
	height: 50px !important;
    background-color: #fff !important;
    filter: drop-shadow(0 2px 20px rgba(0,0,0,0.10));
    transition: 0.5s;
}
#toppage main{
	display: block;
    position: relative;
	width: 100%;
    min-height: 200px;
    margin-top: 50px;
	float: left;
	clear: both;
}
#secondary main{
	display: block;
    position: relative;
	width: 100%;
    min-height: 200px;
    margin-top: 50px;
	float: left;
	clear: both;
}
#toppage #topimg2{
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}
.slides{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.top_ppp_area_concept{
    display: block;
    width: 100%;
    margin: 30px 0;
    float: left;
    clear: both;
}
.top_ppp_area_concept img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.top_lead{
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
}
#secondary #secondary_topimg{
    display: block;
    position: relative;
    width: 100%;
    height: 120px;
    background-image: url("../images/topimg01.jpg");
    background-size: cover;
    background-position: top center;
    transition: 0.2s;
}
#secondary .category_subtitle01{
    background-image: url("../images/category_subtitle01.jpg") !important;
}
#secondary .category_subtitle02{
    background-image: url("../images/category_subtitle02.jpg") !important;
}
#secondary .category_subtitle03{
    background-image: url("../images/category_subtitle03.jpg") !important;
}
#secondary #secondary_topimg h2{
    display: block;
    position: absolute;
    font-size: 80%;
    line-height: 140%;
    font-weight: 500;
    color: #fff;
    padding: 7px 5% 7px 5%;
    margin: 20px 0 0 0;
    background-image: url("../images/navi_bg2.png");
    background-size: cover;
    transition: 0.2s;
}

#toppage .keyword_area{
    background-color: #f7f0e6;
    padding: 20px 0 70px 0;
}
#toppage .keyword_area article{
    display: flex;
    width: 90%;
    flex-wrap:wrap;
    justify-content: space-between;
    margin: 0 auto;
}
#toppage .topics_area{
    max-width: 100%;
}
#toppage .links_area article .block{
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}
#toppage .links_area article .block dl{
    display: block;
    width: 100%;
    font-size: 15px !important;
    line-height: 160%;
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 50px;
    float: left;
}
#toppage .links_area article .block dl dt{
    display: block;
    width: 100px;
    color: #005931;
    font-weight: 500;
    margin-bottom: 15px;
    float: left;
}
#toppage .links_area article .block dl dd{
    display: block;
    width: calc(100% - 100px);
    margin-bottom: 20px;
    float: left;
}
#toppage .links_area article .block dl dd a{
    text-decoration: none;
}
#toppage .links_area article .block dl dd a:hover{
    text-decoration: underline;
    color: #005931;
}
#toppage .links_area article .block dl dt .category{
    display: block;
    width: 48px;
    height: 17px;
    vertical-align: top;
    margin: 4px 15px 0 0;
    float: right;
}


#toppage .press_release_area {
    display: block;
    width: 90%;
    padding: 30px 5% 25px 5%;
    margin: 0 auto !important;
    background-color: #F3E6D8;
    clear: both;
}
#toppage .press_release_area h2 {
    display: block;
    width: 100%;
    text-align: center !important;
    clear: both;
}

#toppage .press_release_area .block{
    display: block;
    width: 100%;
    margin: 0 auto !important;
}
#toppage .press_release_area .block dl{
    display: block;
    font-size: 80% !important;
    line-height: 180% !important;
    text-align: justify;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    clear: both;
}
#toppage .press_release_area .block dl dt{
    display: block;
    width: 100%;
    color: #005931;
    font-weight: 500;
    float: left;
    clear: both;
}
#toppage .press_release_area .block dl dd{
    display: block;
    width: 100%;
    margin-bottom: 20px;
    float: left;
    clear: both;
}
#toppage .press_release_area .block dl dd a{
    text-decoration: none;
}
#toppage .press_release_area .block dl dd a:hover{
    text-decoration: underline;
    color: #005931;
}
#toppage .press_release_area .block dl dt .category{
    display: block;
    width: 48px;
    height: 17px;
    vertical-align: top;
    margin: 4px 15px 0 0;
    float: right;
}


#secondary .topics_area{
    display: inline-block;
    width: 46%;
    margin-top: 100px;
}
#secondary .topics_area dl{
    display: block;
    width: 100%;
    font-size: 80% !important;
    line-height: 150%;
    text-align: justify;
    border-bottom: solid 1px #ccc;
    float: left;
}
#secondary .topics_area dl dt{
    display: block;
    width: 100%;
    color: #005931;
    font-weight: 500;
    padding-top: 25px;
    margin-bottom: 5px;
    border-top: solid 1px #ccc;
    float: left;
    clear: both;
}
#secondary .topics_area dl dd{
    display: block;
    width: 100%;
    margin-bottom: 25px;
    float: left;
    clear: both;
}
#secondary .topics_area dl dd a{
    text-decoration: none;
}
#secondary .topics_area dl dd a:hover{
    text-decoration: underline;
    color: #005931;
}
#secondary .topics_area dl dt .category{
    display: block;
    width: 48px;
    height: 17px;
    vertical-align: top;
    margin: 4px 15px 0 0;
    float: right;
}


#toppage .keyword_area h2{
    text-align: left;
    margin-bottom: 40px;
}

#toppage .recommend_area h2{
    text-align: center;
    margin-bottom: 50px;
}
#toppage h2{
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 900;
    color: #005931;
    letter-spacing: 0;
}
footer{
	display: block;
	width: 100%;
    text-align: center;
    background-color:#fff;
	padding:0 0;
	margin: 0;
	float: left;
	clear: both;
}

.operation{
	display: block;
    width: 90%;
	text-align:center;
	font-size:9px;
    line-height: 180%;
    padding: 15px 5% 15px 5%;
    background-color: #ebebeb;
	float: left;
    clear: both;
}
.copyright{
	display: block;
    width: 90% !important;
	text-align:center;
	font-size:10px !important;
    padding: 0px 5% 15px 5%;
    background-color: #ebebeb;
	float: left;
    clear: both;
}
#category_banner{
    display: flex;
    width: 100%;
    text-align: center;
    flex-wrap:wrap;
    justify-content: space-between;
    margin: 0 auto 0 auto;
    list-style: none;
    clear: both;
}
#category_banner li{
    display: inline-block;
    width: 100% !important;
}
#category_banner li a{
    display: block;
    text-decoration: none;
    transition: 0.2s;
}
#category_banner li a:hover{
    transition: 0.2s;
    background-color: #FFFFFF;
}

#category_banner li img{
    display: block;
    width: 100%;
    height: auto;
    border: solid 1px #949494;
    mix-blend-mode: multiply;
}

.top_category_banner{
    display: block;
    width: 90%;
    text-align: center;
    flex-wrap:wrap;
    justify-content: space-between;
    margin: 30px 5% 50px 5%;
    list-style: none;
    clear: both;
    
}
.top_category_banner li{
    display: block;
    width: calc(100% - 2px);
    height: auto;
    margin-bottom: 15px;
}

.top_category_banner li img{
    display: block;
    height: 100%;
    height: auto;
    border: none !important;
}
.top_category_banner li a{
    display: block;
    background-color: #fff !important;
    border: solid 1px #999;
    transition: 0.2s;
}
.top_category_banner .category_list01 a:hover{
    display: block;
    background-color: #9CDAFE !important;
    border: solid 1px #119AE9 !important;
    transition: 0.2s;
}
.top_category_banner .category_list02 a:hover{
    display: block;
    background-color: #FDCD79 !important;
    border: solid 1px #FF9100 !important;
    transition: 0.2s;
}
.top_category_banner .category_list03 a:hover{
    display: block;
    background-color: #C4DB6C !important;
    border: solid 1px #005931 !important;
    transition: 0.2s;
}
.top_category_banner li a:hover>img,
aside #category_list li a:hover>img{
    mix-blend-mode: multiply !important;
}
aside .category_list01 a:hover{
    display: block;
    background-color: #9CDAFE !important;
    border: solid 1px #119AE9 !important;
    transition: 0.2s;
}
aside .category_list02 a:hover{
    display: block;
    background-color: #FDCD79 !important;
    border: solid 1px #FF9100 !important;
    transition: 0.2s;
}
aside .category_list03 a:hover{
    display: block;
    background-color: #C4DB6C !important;
    border: solid 1px #005931 !important;
    transition: 0.2s;
}


#toppage .keyword_area article #tag_list{
    display: flex;
    width: 100%;
    max-width: 1200px;
    text-align: center;
    flex-wrap:wrap;
    justify-content: space-between;
    margin: 0 auto 80px auto;
    list-style: none;
    clear: both;
}
#toppage .keyword_area article #tag_list li{
    display: inline;
    width: 25% !important;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 10px;
}
#toppage .keyword_area article #tag_list li a{
    text-decoration: none;
}
#toppage .keyword_area article #tag_list li a:hover{
    text-decoration: underline;
    color: #005931;
}
#tag_list li img{
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 3px;
}


.category_list_title,
.tag_list_title{
    display: flex;
    width: 100%;
    font-size: 14px !important;
    line-height: 14px !important;
    text-align: center;
     font-weight: 600 !important;
    color: #000;
    font-feature-settings: 'palt' !important;
    letter-spacing: 1px;
    margin-bottom: 40px;
    align-items: center;
    clear: both;
}
.category_list_title:before,
.category_list_title:after,
.tag_list_title:before,
.tag_list_title:after{
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #999;
}
.category_list_title:before,
.tag_list_title:before{
    margin-right: 1rem;
} 
.category_list_title:after,
.tag_list_title:after{
    margin-left: 1rem;
}

.links_area .category_list_title,
.links_area .tag_list_title{
    display: flex;
    width: 100%;
    font-size: 15px !important;
    line-height: 15px !important;
    text-align: center;
    font-weight: 600 !important;
    color: #000;
    font-feature-settings: 'palt' !important;
    letter-spacing: 1px;
    margin-bottom: 20px;
    align-items: center;
    clear: both;
}

#toppage .keyword_area article #tag_list2{
    display: flex;
    width: 90%;
    text-align: center;
    flex-wrap:wrap;
    justify-content: space-between;
    margin: 0 auto 30px auto;
    list-style: none;
    clear: both;
}
#toppage .keyword_area article #tag_list2 li{
    display: inline;
    font-size: 14px;
    line-height: 220%;
    font-weight: 500;
    text-align: left;
    margin-bottom: 30px;
}
#toppage .keyword_area article #tag_list2 .list01{
    width: 95%;
}
#toppage .keyword_area article #tag_list2 .list02{
    width: 95%;
}
#toppage .keyword_area article #tag_list2 .list03{
    width: 95%;
}
#toppage .keyword_area article #tag_list2 li span{
    display: inline-block;
    width: 100% !important;
    margin-left: 0;
    clear: both !important;
}
#toppage .keyword_area article #tag_list2 li strong{
    display: inline-block;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #005931;
    font-feature-settings: 'palt' !important;
    letter-spacing: 0;
    margin-bottom: 15px !important;
}
#toppage .keyword_area article #tag_list2 li{
    display: block !important;
    word-break: keep-all !important;
}
#toppage .keyword_area article #tag_list2 li a{
    display: inline-block!important;
    word-break: keep-all !important;
    text-decoration: none;
    padding-left: 20px;
    margin-right: 20px;
    background-image: url(../images/tag_list_tri.svg);
    background-position: left center;
    background-repeat: no-repeat;
}
#toppage .keyword_area article #tag_list2 li a:hover{
    text-decoration: underline;
    color: #005931;
}
#tag_list2 li img{
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-top: -6px !important;
    margin-right: 10px;
    border-radius: 3px;
}


#banner{
    display: flex;
    width: 90%;
    /*max-width: 680px;*/
    max-width: 550px;
    text-align: center;
    flex-wrap:wrap;
    justify-content: space-between;
    margin: 0 auto 30px auto;
    list-style: none;
    clear: both;
}
#banner li{
    display: inline-block;
    width: calc(48.5% - 2px) !important;
    margin-bottom: 12px;
}
#banner li a{
    display: block;
    text-decoration: none;
    transition: 0.2s;
}
#banner li a:hover{
    opacity: 0.5;
    transition: 0.2s;
}
#banner li img{
    display: block;
    width: 100%;
    height: auto;
    border: solid 1px #949494;
}

nav{
	display: block;
    position: absolute;
	width: 100%;
    height: 28px;
	top: 28px;
    transition: 1.0s;
}
header.fixed nav{
	top: 11px !important;
    transition: 0.5s;
}
#gnavi{
	display: none !important;
}

#hnavi{
	display: none;
}

#logo a{
    display: block;
    position: absolute;
    width: 180px;
    height: 34px;
    top:11px;
    left: 10px;
    z-index: 20;
    transition: 1.0s;
}
#logo a:hover{
    opacity: 0.5;
    transition: 0.2s;
}
header.fixed #logo a{
    top:11px !important;
    transition: 0.5s;
}

#toppage .post_list ul{
    display: flex;
    width: 100%;
    flex-wrap:wrap;
    justify-content: space-between;
    margin: 60px auto 0 auto;
    list-style: none;
    clear: both;
}
#toppage .post_list ul li{
    display: block;
    width: 48% !important;
    font-size: 10px;
    font-weight: 400;
    color: #fffl;
    text-align: left;
    margin-bottom: 25px;
    transition: 0.2s;
    overflow: hidden;
}
#toppage .post_list ul li:nth-child(9){
    display: none;
}
#toppage .post_list ul li:before {
    content:"";
    display: block;
}
#toppage .post_list ul li a{
    display: block;
    text-decoration: none;
    transition: 0.2s;
}
#toppage .post_list ul li a:hover{
    opacity: 0.5;
    transition: 0.2s;
}
#toppage .post_list ul li a:hover .thumbnail{
    transform: scale(1.1);
    transition: 0.2s;
}
#toppage .post_list ul li .thumbnail{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: 0.2s;
}
#toppage .post_list ul li .icon{
    display: block;
    position: absolute;
    width: 60px;
    height: auto;
    z-index: 10;
}
#toppage .post_list ul li .date{
    display: block;
    position: relative;
    width: calc(100% - 10px);
    height: 21px;
    text-align: right;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    padding: 3px 10px 0 0;
    margin-bottom: -38px;
    text-shadow:
        0 0 .1em #333,
        0 0 .3em #333,
        0 0 1em #333;
    z-index: 10;
}
#toppage .post_list ul li .caption{
    display: block;
    position: relative;
    width: calc(100% - 20px);
    height: 50px;
    text-align: justify;
    font-size: 10px;
    line-height: 140%;
    color: #fff;
    font-weight: 400;
    padding: 10px 10px 0 10px;
    margin-top: 0;
    background-image: url("../images/caption_bg.png");
    z-index: 10;
}



#toppage .recommend_area{
    width: 100%;
    background-color: #f3e7d7;
    padding: 50px 0 0 0;
    float: left;
    clear: both;
}
#toppage .recommend_area article{
    width: 100%;
    margin: 0 auto 50px auto;
    float: left;
    clear: both;
}
#toppage .recommend_area article .block{
    margin: 0 auto 0 auto;
}
#toppage .recommend_area article p{
    font-size: 80%;
    line-height: 160%;
    font-weight: 400;
    margin-bottom: 20px;
}

#toppage .recommend_area article .post_title{
    font-weight: 500;
    font-size: 100%;
    line-height: 150%;
    color: #005931;
    font-feature-settings: 'palt' !important;
    letter-spacing: 0;
}
#toppage .recommend_area article .post_title .date{
    font-size: 12px !important;
}
#toppage .recommend_area article .recommend_photo01{
    display: block;
    width: 90%;
    height: auto;
    margin: 0 5% 10px 5%;
    float: left;
    clear: both !important;
}
#toppage .recommend_area article .text01{
    display: block;
    width: 90%;
    height: auto;
    padding: 0 5% 0 5%;
    float: left;
}
#toppage .recommend_area article:nth-child(odd) .recommend_photo01{
    display: block;
    width: 90%;
    height: auto;
    margin: 0 5% 10px 5%;
    float: left;
    clear: both !important;
}
#toppage .recommend_area article:nth-child(odd) .text01{
    display: block !important;
    width: 90%;
    height: auto;
    padding: 0 5% 0 5%;
    float: left !important;
    clear: both;
}
#toppage .recommend_area article .more a{
    display: block;
    width: 100px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    font-weight: 400 !important;
    padding: 3px 0 5px 0;
    margin: 20px 0 0 0;
    background-color: #a89b80;
    float: right;
    clear: both;
    transition: 0.2s;
}
#toppage .recommend_area article .more a:hover{
    background-color:#005931 ;
    color: #fff;
    transition: 0.2s;
}


#toppage .links_area,
#secondary .links_area{
    width: 100%;
    padding: 30px 0 40px 0;
    float: left;
    clear: both;
}
#toppage .links_area article,
#secondary .links_area article{
    width: 90%;
    padding: 0 0 40px 0;
    margin: 0 auto 0 auto;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}
#toppage .links_area h2 {
    display: block;
    width: 100%;
    font-size: 20px !important;
    text-align: left !important;
    color: #000;
    font-weight: 600 !important;
    clear: both;
}

#toppage .links_area #tag_list,
#secondary .links_area #tag_list{
    display: block;
    width: 90%;
    text-align: left;
    padding: 0 0 0 0;
    margin: 0 5%;
    list-style: none;
    float: left;
    clear: both;
}
#toppage .links_area #tag_list li,
#secondary .links_area #tag_list li{
    display: block;
    width: 100% !important;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 12px;
    float: left;
    clear: both;
}
#toppage .links_area #tag_list li:last-child,
#secondary .links_area #tag_list li:last-child{
    margin-bottom: 0 !important;
}
#toppage .links_area #tag_list li a,
#secondary .links_area #tag_list li a{
    text-decoration: none;
}
#toppage .links_area #tag_list li a:hover,
#secondary .links_area #tag_list li a:hover{
    text-decoration: underline;
    color: #005931;
}

#toppage .links_area #tag_list2,
#secondary .links_area #tag_list2,
#secondary .contents_area .contents_area_wrappwer aside #tag_list2{
    display: block;
    width: 90%;
    text-align: left;
    padding: 0 0 0 0;
    margin: 0 5%;
    list-style: none;
    float: left;
    clear: both;
}
#toppage .links_area #tag_list2 li,
#secondary .links_area #tag_list2 li,
#secondary .contents_area .contents_area_wrappwer aside #tag_list2 li{
    display: block;
    width: 100% !important;
    text-align: left;
    margin-bottom: 25px;
    float: left;
    clear: both;
}
#toppage .links_area #tag_list2 li strong,
#secondary .links_area #tag_list2 li strong,
#secondary .contents_area .contents_area_wrappwer aside #tag_list2 li strong{
    display: inline-block;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #005931;
    font-feature-settings: 'palt' !important;
    letter-spacing: 1px;
    margin-bottom: 6px !important;
}
#toppage .links_area #tag_list2 li:last-child,
#secondary .links_area #tag_list2 li:last-child,
#secondary .contents_area .contents_area_wrappwer aside #tag_list2 li:last-child{
    margin-bottom: 0 !important;
}
#toppage .links_area #tag_list2 li a,
#secondary .links_area #tag_list2 li a,
#secondary .contents_area .contents_area_wrappwer aside #tag_list2 li a{
    display: inline;
    width: calc(100% - 40px);
    text-decoration: none;
    font-size: 14px;
    line-height: 160%;
    font-weight: 500;
    margin-left: 28px !important;
    padding-top: 1px !important;
    padding-left: 16px;
    margin-right: 10px;
    background-image: url(../images/tag_list_tri.svg);
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    clear: both;
}
#toppage .links_area #tag_list2 li a:hover,
#secondary .links_area #tag_list2 li a:hover,
#secondary .contents_area .contents_area_wrappwer aside #tag_list2 li a:hover{
    text-decoration: underline;
    color: #005931;
}
#toppage .links_area #tag_list2 li img,
#secondary .links_area #tag_list2 li img,
#secondary .contents_area .contents_area_wrappwer aside #tag_list2 li img{
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -4px !important;
    margin-right: 5px;
    border-radius: 3px;
}


/*#toppage #category_list,
#secondary article #category_list{
    display: block;
    width: calc(100% - 401px);
    max-width: 680px;
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    clear: none;
}
#toppage #category_list li a,
#secondary article #category_list li a{
    display: block;
    width: 100%;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    margin: 0 0 60px 0;
    float: left;
    clear: left;
    background-color: #fff;
    transition: 0.2s;
}
#toppage #category_list li a:hover,
#secondary article #category_list li a:hover{
    transition: 0.2s;
}
#toppage #category_list li img,
#secondary article #category_list li img{
   border: solid 1px #949494 !important;
   margin-bottom: 12px;
}*/

.links_area #category_list2{
    display: block;
    width: 90%;
    padding: 0;
    margin: 0 5% 30px 5%;
    list-style: none;
    float: left;
    clear: both;
}
#category_list2{
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
    float: left;
    clear: both;
}
#category_list2 li a{
    display: block;
    width: 100%;
    text-decoration: none;
    font-size: 11px;
    line-height: 140%;
    font-weight: 500;
    padding: 0;
    margin: 0 0 15px 0;
    float: left;
    clear: left;
    transition: 0.2s;
}
#category_list2 li a img{
    display: block;
    width: calc(100% - 2px);
    height: auto;
    border: solid 1px #999;
}
#category_list2 .category_list01 a:hover{
    display: block;
    background-color: #9CDAFE !important;
    transition: 0.2s;
}
#category_list2 .category_list02 a:hover{
    display: block;
    background-color: #FDCD79 !important;
    transition: 0.2s;
}
#category_list2 .category_list03 a:hover{
    display: block;
    background-color: #C4DB6C !important;
    transition: 0.2s;
}
#category_list2 .category_list01 a:hover>img{
    border: solid 1px #119AE9 !important;
    mix-blend-mode: multiply !important;
}
#category_list2 .category_list02 a:hover>img{
    border: solid 1px #FF9100 !important;
    mix-blend-mode: multiply !important;
}
#category_list2 .category_list03 a:hover>img{
    border: solid 1px #005931 !important;
    mix-blend-mode: multiply !important;
}
#category_list2 li span{
    display: none;
}
#category_list2 .br3,
#category_list2 .br4{
    display: block !important;
}

#secondary footer{
	padding:50px 0 0 0;
}

#secondary .contents_area{
    width: 100%;
    background-color: #f7f0e6;
    padding: 30px 0 0 0;
    float: left;
    clear: both;
}
#secondary .column1_area article{
    display: block;
    width: 90%;
    max-width: 1400px !important;
    padding: 0 0 30px 0 !important;
    margin: 0 auto 0 auto !important;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    float: none;
    clear: both;
}

#secondary .contents_area_wrappwer{
    display: block;
    width: 90%;
    padding: 0 0 20px 0 !important;
    margin: 0 auto 0 auto !important;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    float: none;
    clear: both;
}
#secondary .contents_area .contents_area_wrappwer aside{
    display: none;
}
/*#secondary .contents_area .contents_area_wrappwer aside #tag_list{
    display: block;
    width: 280px;
    text-align: left;
    padding: 0 0 0 0;
    margin: 0 0 100px 0;
    list-style: none;
    float: right;
    clear: both;
}
#secondary .contents_area .contents_area_wrappwer aside #tag_list li{
    display: block;
    width: 100% !important;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 9px;
    float: left;
    clear: both;
}
#secondary .contents_area .contents_area_wrappwer aside #tag_list li:last-child{
    margin-bottom: 0 !important;
}
#secondary .contents_area .contents_area_wrappwer aside #tag_list li a{
    text-decoration: none;
}
#secondary .contents_area .contents_area_wrappwer aside #tag_list li a:hover{
    text-decoration: underline;
    color: #005931;
}*/


#secondary .contents_area .contents_area_wrappwer article{
        display: block;
        width: 100%;
        height: 100%;
        padding: 0 0 0 0;
        margin: 0 0 100px 0;
        list-style: none;
        float: left;
        clear: both;
    }
/* メディアファイルレイアウト */
 #secondary .contents_area .alignleft{
	display: inline-block;
    max-width: 100% !important;
	float:left !important;
	margin:0 40px 40px 0;
}

#secondary .contents_area .alignright{
	display: inline-block;
    max-width: 100% !important;
	float:right !important; 
	margin:0 0 40px 40px;
    clear: right;
}
#secondary .contents_area .aligncenter{
	display:block;
    max-width: 100% !important;
	margin:0 auto 40px auto !important;
	float:none !important;
	clear:both;
}
#secondary .contents_area .alignnone{
	display: inline-block;
    max-width: 100% !important;
	margin:0 0 40px 0;
    clear: both !important;
}

.info_navi{
	display: block;
    width: 96% !important;
    height: 50px;
    padding: 20px 2% 0 2% !important;;
	margin: 0 0 0 0;
    font-size: 14px;
    color: #000;
    border-top: solid 1px #A79A7F;
	float: left;
	clear: both;
}
.icon-prev{
	display: block;
	width: 50%;
	height: auto;
    text-align: left !important;
	float: left;
}

.icon-next{
	display: block;
	width: 50%;
	height: auto;
    text-align: right !important;
	float: left;
}
.icon-list{
	display: block;
	width: auto;
	height: auto;
    text-align: center;
	float: left
}
.info_navi a{
    text-decoration: none;
    color: #666 !important;
}
.info_navi a:hover{
    color: #5BA2A7 !important;
}

.to_press_list{
    display: block;
    width: 100%;
    text-align: right;
    margin: 30px 0 0 0 !important;
    float: left;
    clear: both;
}
.to_press_list a{
    display: inline;
    font-size: 80%;
    color: #000;
    float: right;
}
.to_press_list a:hover{
    text-decoration: none;
}

/* pager */
.pager{
	display:block;
	width:100%;
	height:20px;
	text-align:center;
	font-size:15px;
    font-weight: 400;
	margin:30px 0 0 0;
	float:left;
	clear:both;
}

a.page-numbers,
.pager .current{
	color: #000;
	text-decoration: none;
    background-color: #a89b80;
    padding: 1px 5px 3px 6px;
	margin:0 4px;
    border-radius: 2px;
}
.pager .current{
	color:#000;
    font-weight: 600;
    background-color: #fff !important;
}


#secondary .contents_area .article_title{
    font-size: 24px;
    line-height: 150%;
    font-weight: 600;
    text-align: justify;
    font-feature-settings: 'palt';
    letter-spacing: 0.5px;
    color: #005931;
    border-left: solid 10px #005931;
    padding: 0 0 0 20px;
    margin: 0 0 20px 0;
}
#secondary .contents_area .date{
    font-size: 12px;
    line-height: 150%;
    font-weight: 600;
    padding: 0 0 0 0;
    margin: 0 0 30px 0;
}
.article_tag{
    display: block;
    width: calc(100% - 40px);
    text-align: right;
    padding: 25px 20px;
    margin: 0;
    background-color: #fff;
    float: left;
    clear: both;
}
.article_press-tag{
    background-color: transparent !important;
}
.article_tag_bottom{
    margin: 150px 0 50px 0 !important;
}
.article_tag .category_icon{
    display: inline;
    width: auto;
    height: 20px;
    clear: none !important;
}
.article_tag .category_icon img{
    display: inline;
    width: auto;
    height: 20px;
    margin: 0 2px 0 2px;
}
.article_tag .category_icon a{
    text-decoration: none;
}
.article_tag .category_icon img:hover{
    opacity: 0.5;
    transition: 0.2s;
}
.article_tag .tags{
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 150%;
}
.article_tag .tags a{
    text-decoration: none;
    color: #000;
    margin: 0 5px;
}
.article_tag .tags a:hover{
    text-decoration: underline;
    color: #005931;
}

.article_tag2p{
    display: block;
    width: 100%;
    text-align: right;
    padding: 0 0 25px 0;
    margin: -50px 0 0 0;
    float: left;
    clear: both;
}
.article_tag2p .category_icon{
    display: inline;
    width: auto;
    height: 20px;
    clear: none !important;
}
.article_tag2p .category_icon img{
    display: inline;
    width: auto;
    height: 20px;
    margin: 0 2px 0 2px;
}
.article_tag2p .category_icon a{
    text-decoration: none;
}
.article_tag2p .category_icon img:hover{
    opacity: 0.5;
    transition: 0.2s;
}

.topics_area .press_list_icon{
    display: inline-block;
    padding-left: 10px;
}
.topics_area .press_list_icon img{
    display: inline-block;
    width: 50px;
    height: auto !important;
    margin: -2px 2px 0 0 !important;
    vertical-align: middle;
    border-radius: 2px;
}

#toppage .press_list_icon{
    display: inline-block;
    padding-left: 10px;
}
#toppage .press_list_icon img{
    display: inline-block;
    width: 50px;
    height: auto !important;
    margin: -2px 2px 0 0 !important;
    vertical-align: middle;
    border-radius: 2px;
}


#secondary .post_list ul{
    display: flex;
    width: 100%;
    text-align: center;
    flex-wrap:wrap;
    justify-content: space-between;
    margin: 0 auto 0 auto;
    list-style: none;
    clear: both;
}
#secondary .post_list ul li{
        display: block;
        width: 48% !important;
        font-size: 10px;
        font-weight: 400;
        color: #fffl;
        text-align: left;
        margin-bottom: 25px;
        overflow: hidden;
        transition: 0.2s;
    }
#secondary main aside{
        display: none !important;
}
    
#second_tag_list{
        display: block !important;
        width: 100%;
        padding: 40px 0;
        float: left;
        clear: both;
    }


    #second_tag_list article{
        display: block !important;
        width: 90%;
        margin: 0 5%;
        float: left;
        clear: both;
    }
    
    #second_tag_list #category_list2{
        display: block;
        width: 90%;
        padding: 0;
        margin: 0 5% 30px 5%;
        list-style: none;
        float: left;
        clear: both;
    }
    #second_tag_list #category_list2 .br3{
        display: block !important;
    }
    #second_tag_list #category_list2 .br4{
        display: block !important;
    }
    
    #second_tag_list #category_list2 li a{
        display: block;
        width: 100%;
        text-decoration: none;
        font-size: 11px;
        line-height: 140%;
        font-weight: 500;
        padding: 0;
        margin: 0 0 15px 0;
        float: left;
        clear: left;
        transition: 0.2s;
    }
    #second_tag_list #category_list2 li span{
        display: none !important;
        float: left;
        clear: both;
    }
    #second_tag_list #tag_list2{
        display: block;
        width: 90%;
        text-align: left;
        padding: 0 0 0 0;
        margin: 0 5%;
        list-style: none;
        float: left;
        clear: both;
    }
    #second_tag_list #tag_list2 li{
        display: block;
        width: 100% !important;
        text-align: left;
        margin-bottom: 25px;
        float: left;
        clear: both;
    }
    #second_tag_list #tag_list2 li strong{
        display: inline-block;
        font-size: 15px !important;
        font-weight: 500 !important;
        color: #005931;
        font-feature-settings: 'palt' !important;
        letter-spacing: 1px;
        margin-bottom: 6px !important;
    }
    #second_tag_list #tag_list2 li:last-child{
        margin-bottom: 0 !important;
    }
    #second_tag_list #tag_list2 li a{
        display: inline;
        width: calc(100% - 40px);
        text-decoration: none;
        font-size: 14px;
        line-height: 160%;
        font-weight: 500;
        margin-left: 28px !important;
        padding-top: 1px !important;
        padding-left: 16px;
        margin-right: 10px;
        background-image: url(../images/tag_list_tri.svg);
        background-position: left center;
        background-repeat: no-repeat;
        float: left;
        clear: both;
    }
    #second_tag_list #tag_list2 li a:hover{
        text-decoration: underline;
        color: #005931;
    }
    #second_tag_list #tag_list2 li img{
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        margin-top: -4px !important;
        margin-right: 5px;
        border-radius: 3px;
    }
    #second_tag_list .tag_list_title{
        display: flex;
        width: 100%;
        font-size: 14px !important;
        line-height: 14px !important;
        text-align: center;
        font-weight: 600 !important;
        color: #000;
        font-feature-settings: 'palt' !important;
        letter-spacing: 1px;
        margin-bottom: 20px;
        align-items: center;
        clear: both;
    }
    #secondary .contents_area .article_title{
        font-size: 16px;
        line-height: 150%;
        font-weight: 600;
        text-align: justify;
        font-feature-settings: 'palt';
        letter-spacing: 0;
        color: #005931;
        border-left: solid 5px #005931;
        padding: 0 0 3px 10px;
        margin: 0 0 20px 0;
    }
    #secondary .contents_area .activity_h3{
        display: block;
        width: calc(100% - 15px);
        font-size: 16px;
        line-height: 130%;
        font-weight: 600;
        text-align: justify;
        font-feature-settings: 'palt';
        letter-spacing: 0;
        color: #005931;
        border-left: solid 5px #005931;
        padding: 0 0 0 10px !important;
        margin: 0 0 20px 0;
        float: left;
        clear: both;
    }
    #secondary .contents_area .activity_h3 span{
        display: block;
        width: 100%;
        font-size: 12px !important;
        line-height: 160% !important;
        font-weight: 800 !important;
        color: #000 !important;
        margin-bottom: 10px;
        float: left;
        clear: both;
    }
    #secondary .contents_area .activity_strong{
        display: block !important;
        width: calc(100% - 20px);
        font-size: 15px;
        line-height: 200% !important;
        font-weight: 500 !important;
        background-color: #A08460;
        color: #fff !important;
        padding: 0 10px 2px 10px !important;
        margin-bottom: 10px !important;
        text-align: justify;
        font-feature-settings: 'palt';
        letter-spacing: 0;
        border-radius: 2px;
        float: left;
        clear: both;
    }
    #secondary .contents_area .activity_block{
        display: block;
        width: 90%;
        background-color: #fff;
        padding: 20px 5% 15px 5%;
        margin: 10px 0 30px 0;
        border-radius: 5px !important;
        float: left;
        clear: both;
    }
    #secondary .contents_area .activity_block .block{
        display: inline-block;
        width: 100%;
        margin: 0 0 30px 0;
        float: left;
        clear: both;
    }
    #secondary .contents_area .activity_block .block .activity_img01_01{
        display: block;
        width: 50% !important;
        height: auto;
        margin:0 25% 10px 25% !important;
        float: left;
        clear: both;
    }
    #secondary .contents_area .activity_block .block img{
        display: block;
        width: 100%;
        height: auto;
        margin:35px 0 10px 0;
        float: left;
        clear: both;
    }
    #secondary .contents_area .activity_link img{
        display: inline-block !important;
        width: 18px !important;
        height: auto !important;
        margin-top: 2px !important;
        margin-left: 10px !important;
        margin-bottom: 0 !important;
        vertical-align: top !important;
        float: none !important;
        clear: none !important;
    }
    .events_block .block{
        display: block;
        width: 48%;
        font-size: 85%;
        font-feature-settings: 'palt';
        letter-spacing: 1px;
        padding: 0 0 0 0;
        margin: 0 0 80px 0;
        float: left;
        clear: both;
    }


#secondary .post_list ul li:before {
    content:"";
    display: block;
}
#secondary .post_list ul li a{
    display: block;
    text-decoration: none;
    transition: 0.2s;
}
#secondary .post_list ul li a:hover{
    opacity: 0.5;
    transition: 0.2s;
}
#secondary .post_list ul li a:hover .thumbnail{
    transform: scale(1.1);
    transition: 0.2s;
}
#secondary .post_list ul li .thumbnail{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: 0.2s;
}


#secondary .post_list ul li .icon{
    display: block;
    position: absolute;
    width: 60px;
    height: auto;
    z-index: 10;
}
#secondary .post_list ul li .date{
    display: block;
    position: relative;
    width: calc(100% - 10px);
    height: 21px;
    text-align: right;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    padding: 5px 10px 0 0;
    margin-bottom: -38px;
    text-shadow:
        0 0 .1em #333,
        0 0 .3em #333,
        0 0 1em #333;
    z-index: 10;
}
#secondary .post_list ul li .caption{
    display: block;
    position: relative;
    width: calc(100% - 20px);
    height: 50px;
    text-align: justify;
    font-size: 10px;
    line-height: 140%;
    color: #fff;
    font-weight: 400;
    padding: 10px 10px 0 10px;
    margin-top: 0;
    background-image: url("../images/caption_bg.png");
    z-index: 10;
}

.text_area{
    display: block;
    margin: 20px 0 0 0;
    float: left;
    clear: both;
}

.mainimg_area{
    display: inline-block;
    width: 100% !important;
    margin: 0 0 0 0;
    float: left;
    clear: both;
}
.mainimg_area img{
    display: block;
    width: 100% !important;
    height: auto !important;
}
.text_area{
    font-size: 90%;
    line-height: 180% !important;
}
.text_area p{
    margin-bottom: 20px;
}

.article_area{
    font-size: 90%;
    line-height: 170%;
}
.article_area p{
    margin-bottom: 20px;
}

.back_bt a{
    display: block;
    width: 150px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color: #A89B80;
    padding: 4px 0 5px 0;
    margin: 0 auto 0 auto !important;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    float: none;
    clear: both;
    display: block;
    background-image: url("../images/gnavi_bg.png");
    background-position: center center;
    background-size: 100% 0;
    background-repeat: no-repeat;
	transition: 0.2s;
    border-radius: 2px;
}
.back_bt a:hover{
    background-image: url("../images/gnavi_bg.png");
    background-position: center center;
    background-size: 100% 100%;
	transition: 0.2s;
}
.single-news .text_area{
    margin-bottom: 100px !important;
}

.about_block_area{
    display: block;
    width: 100% !important;
    padding: 0 0 0 0 !important;
    margin: 0 auto 20px auto !important;
    float: left;
    clear: both;
}
.about_block{
    display: inline-block;
    width: 90% !important;
    line-height: 130%;
    text-align: justify;
    background-color: #F3E6D8;
    padding: 5% !important;
    margin: 0 0 15px 0;
}
.about_block strong{
    display: inline;
    font-size: 120%;
    line-height: 150% !important;
    font-feature-settings: 'palt' !important;
    color: #005931;
}
.about_block strong span{
    display: inline-block;
    font-size: 80%;
    line-height: 180% !important;
    color: #000 !important;
    font-weight: 400 !important;
    padding: 10px 0 0 0;
}
.about_block img{
    display: block;
    width:  100%;
    height: auto;
    margin: 0 0 0 0 !important;
    float: left;
    clear: both;
}
.about_block .text_area{
    display: block;
    width:  100%;
    height: auto;
    line-height: 150% !important;
    padding: 10px 0;
    float: left;
    clear: both;
}
.about_block .more_bt a{
    display: inline-block;
    width: 120px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    font-weight: 400 !important;
    padding: 3px 0 5px 0;
    margin: 0 0 0 0 !important;
    background-color: #a89b80;
    transition: 0.2s;
}

.area_map{
    display: block;
    width: 100% !important;
    margin: 20px auto 40px auto !important;
}


#toppage .ppp_area{
    display: block;
    width: 100% !important;
    text-align: left;
    margin: 20px auto 20px auto !important;
    clear: both;
}
#toppage .ppp_area .trinity{
    display: block;
    width: calc(100% - 40px);
    text-align: center !important;
    color: #005931 !important;
    font-size: 16px !important;
    line-height: 170% !important;
    font-weight: 800 !important;
    letter-spacing: 0;
    padding: 15px 20px 20px 20px !important;
    margin: 20px 0 0 0;
    background-color: #EBD6BF;
    border-radius: 10px;
    transition: 0.2s;
}
#toppage .ppp_area img{
    display: block;
    width: 90% !important;
    margin: 0 5% !important;
    transform: 0.2s;
    float: left;
    clear: both;
}
#toppage .ppp_area .ppp_area_lead{
    display: block;
    width: 100% !important;
    font-feature-settings: 'palt' !important;
    letter-spacing: 0;
    margin: 0 0 !important;
    clear: both !important;
    float: left !important;
    transform: 0.2s;
}
#toppage .ppp_area .ppp_area_lead br{
    display: none !important;
}
#toppage .ppp_area .ppp_area_lead p{
    font-size: 90% !important;
    line-height: 160%;
    margin-bottom: 20px;
}
#toppage .ppp_area .ppp_area_lead h3{
    display: block;
    width: 100%;
    text-align: center !important;
    font-size: 20px;
    line-height: 160%;
    font-weight: 600;
    color: #000;
    margin-top: 0; !important;
    margin-bottom: 20px;
}
#toppage .ppp_area .ppp_area_lead h3 span{
    display: block;
    width: 100%;
    text-align: center !important;
    font-size: 25px !important;
    color: #A18460;
    letter-spacing: 3px !important;
    clear: both;
}
#toppage .ppp_area .ppp_area_lead strong{
    display: inline-block;
    font-weight: 600 !important;
    color: #005931;
}
#toppage .ppp_area .br2{
    display: none;
}


#secondary .ppp_area{
    display: block;
    width: 100% !important;
    text-align: left;
    margin: 20px auto 20px auto !important;
    clear: both;
}
#secondary .ppp_area .trinity{
    display: block;
    width: calc(100% - 40px);
    text-align: center !important;
    color: #005931 !important;
    font-size: 16px !important;
    line-height: 170% !important;
    font-weight: 800 !important;
    letter-spacing: 0;
    padding: 15px 20px 20px 20px !important;
    margin: 20px 0 0 0;
    background-color: #EBD6BF;
    border-radius: 10px;
    transition: 0.2s;
}
#secondary .ppp_area img{
    display: block;
    width: 94% !important;
    margin: 0 0 50px 6% !important;
    transform: 0.2s;
    float: left;
    clear: both;
}
#secondary .ppp_area .ppp_area_lead{
    display: block;
    width: 100% !important;
    text-align: justify;
    font-feature-settings: 'palt' !important;
    letter-spacing: 0;
    margin: 0 0 !important;
    clear: both !important;
    float: left !important;
    transform: 0.2s;
}
#secondary .ppp_area .ppp_area_lead br{
    display: none !important;
}
#secondary .ppp_area .ppp_area_lead p{
    font-size: 90% !important;
    line-height: 160%;
    margin-bottom: 20px;
}
#secondary .ppp_area .ppp_area_lead h3{
    display: block;
    width: 100%;
    text-align: center !important;
    font-size: 20px;
    line-height: 160%;
    font-weight: 600;
    color: #000;
    margin-top: 0; !important;
    margin-bottom: 20px;
}
#secondary .ppp_area .ppp_area_lead h3 span{
    display: block;
    width: 100%;
    text-align: center !important;
    font-size: 25px !important;
    color: #A18460;
    letter-spacing: 3px !important;
    clear: both;
}
#secondary .ppp_area .ppp_area_lead strong{
    display: inline-block;
    font-weight: 600 !important;
    color: #005931;
}
#secondary .ppp_area .br2{
    display: none;
}

.more_bt a{
    display: inline-block;
    width: 120px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    font-weight: 400 !important;
    padding: 3px 0 5px 0;
    margin: 20px 0 0 0 !important;
    background-color: #a89b80;
    transition: 0.2s;
}
.more_bt a:hover{
    background-color:#005931 ;
    color: #fff;
    transition: 0.2s;
}

.ppp_subtitle{
    display: block;
    width: calc(100% - 40px);
    background-color: #FFFAF3;
    padding: 20px;
    margin: 50px 0 30px 0;
    float: left;
    clear: both;
}
.ppp_subtitle strong{
    display: block;
    width: 100%;
    font-size:20px;
    color: #005931;
    font-weight: 500;
    text-align: left;
    font-feature-settings: 'palt';
    letter-spacing: 1px;
    margin: 0 0 20px 0;
    float: left;
    clear: both;
}
.ppp_area_text{
    display: block;
    width: 100%;
    font-size:18px;
    font-weight: 500;
    text-align: center;
    font-feature-settings: 'palt';
    letter-spacing: 2px;
    margin: 0 0 80px 0;
    float: left;
    clear: both;
}
.ppp_area_text2{
    display: block;
    width: 100%;
    font-size:90%;
    font-weight: 500;
    text-align: left;
    font-feature-settings: 'palt';
    letter-spacing: 0;
    margin: 0;
    float: left;
    clear: both;
}

.events_block{
    display: blocks;
    width: calc(100% - 40px);
    line-height: 170%;
    background-color: #F3E6D8;
    padding: 20px 20px 0 20px !important;
    margin: 20px auto 50px auto !important;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: 8px;
    flex-wrap:wrap;
    justify-content: space-between;
    clear: both;
}
.events_block hr{
    display: none;
    width: 100%;
    height: 20px;
    border: none;
    border-top: dashed 1px #999;
    float: left;
    clear: both;
}
.events_block .block{
    display: block;
    width: 100%;
    font-size: 95%;
    line-height: 160%;
    font-feature-settings: 'palt';
    letter-spacing: 0;
    padding: 0 0 0 0;
    margin: 0 0 50px 0;
    float: left;
    clear: both;
}
.subtitle_h3{
    font-size: 18px !important;
    font-weight: 400 !important;
    font-feature-settings: 'palt';
    letter-spacing: 0;
}
.events_block .block strong{
    display: inline-block;
    width: 100%;
    font-size: 110% !important;
    line-height: 250% !important;
    color: #005931;
    float: left;
    clear: both;
}
.events_block strong span{
    display: inline-block;
    font-size: 80%;
    line-height: 180% !important;
    color: #000 !important;
    font-weight: 400 !important;
    padding: 10px 0 0 0;
}
.events_link{
    font-size: 90%;
    font-weight: 500;
    line-height: 150% !important;
    letter-spacing: 0 !important;
    border-left:solid 5px #999;
    padding: 0 0 3px 15px;
    margin-left: 3px;
}
.events_link img{
    display: inline-block;
    width: 18px;
    height: auto;
    margin-left: 10px;
    vertical-align: top !important;
}
.events_link a{
    font-weight: 400 !important;
    line-height: 120% !important;
    letter-spacing: 0 !important;
    color: #000;
}
.events_link a:hover{
    text-decoration: none;
}

.activity_block{
    display: block;
    width: calc(100% - 70px);
    background-color: #fff;
    padding: 35px 35px 15px 35px;
    margin: 20px 0 50px 0;
    float: left;
    clear: both;
    border-radius: 5px !important;
}
.activity_block .block{
    display: inline-block;
    width: 100%;
    margin: 0 0 30px 0;
    float: left;
    clear: both;
}
.activity_block .block .activity_img01_01{
    width: 18% !important;
    height: auto;
    margin:35px 0 20px 50px;
    float: right;
}
.activity_block .block img{
    display: inline-block;
    width: 35%;
    height: auto;
    margin:35px 0 20px 50px;
    float: right;
}
.activity_h3{
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 150%;
    font-weight: 600;
    text-align: justify;
    font-feature-settings: 'palt';
    letter-spacing: 0.5px;
    color: #005931;
    border-left: solid 5px #005931;
    padding: 0 0 5px 10px !important;
    margin: 0 0 30px 0;
    float: left;
    clear: both;
}
.activity_h3 span{
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #000 !important;
}
.activity_strong{
    display: inline-block !important;
    width: calc(65% - 70px);
    width: 450px;
    font-size: 16px;
    line-height: 200% !important;
    font-weight: 500 !important;
    background-color: #9A794D;
    background-color: #A08460;
    color: #fff !important;
    padding: 0 10px 2px 10px !important;
    margin-bottom: 10px !important;
    text-align: justify;
    font-feature-settings: 'palt';
    letter-spacing: 1px;
    border-radius: 2px;
    clear: both;
}
.activity_link{
    font-size: 90%;
    font-weight: 500;
    line-height: 150% !important;
    letter-spacing: 0 !important;
    border-left:solid 5px #ccc;
    padding: 0 0 3px 15px !important;
    margin-bottom: 30px !important;
    margin-left: 3px;
}
.activity_link img{
    display: inline-block !important;
    width: 18px !important;
    height: auto !important;
    margin-top: 2px !important;
    margin-left: 10px !important;
    margin-bottom: 0 !important;
    vertical-align: top !important;
    float: none !important;
    clear: none !important;
}
.activity_link a{
    font-weight: 400 !important;
    line-height: 120% !important;
    letter-spacing: 0 !important;
    color: #000;
}
.activity_link a:hover{
    text-decoration: none;
}

.number_area{
    display: block;
    width: 100%;
    flex-wrap:wrap;
    justify-content: space-between;
    list-style: none !important;
    margin: 20px 0 50px 0 !important;
    float: left;
    clear: both;
}

.number_area li{
    display: inline-block;
    width: calc(100% - 30px);
    height: auto !important;
    background-color: #fff;
    margin: 0 0 10px 0 !important;
    padding: 15px !important;
    list-style: none !important;
    float: left;
}
.number_area li img{
    display: block;
    width: 100%;
    height: auto !important;
}
.number_area_block{
    display: inline-block;
    width: calc(100% - 20px);
    margin: 0 0 80px 20px;
    float: left;
    clear: both;
}
.number_h3{
    display: block;
    width: 100%;
    font-size: 110%;
    line-height: 150%;
    font-weight: 600;
    text-align: justify;
    font-feature-settings: 'palt';
    letter-spacing: 0.5px;
    color: #005931;
    border-left: solid 10px #005931;
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
    float: left;
    clear: both;
}

.about_img01{
    display: block;
    width: 35% !important;
    margin: 5px 0 15px 15px  !important;
    padding: 0 !important;
    float: right;
}
.about_img02{
    display: flex !important;
    width: 65% !important;
	flex-wrap:wrap !important;
    justify-content: space-between !important;
    padding: 0 !important;
	margin:20px 0 0 0 !important;
    float: left;
}
.about_img02 img{
    display: block;
    width: 48% !important;
    margin: 0 0 0 0  !important;
    padding: 0 !important;
}
.about_img04g{
    display: block;
    width: 48% !important;
    margin: 0 0 0 20px  !important;
    padding: 0 !important;
    float: right;
}
.about_img04{
    display: block;
    width: 48% !important;
    margin: 0 0 0 0  !important;
    padding: 0 !important;
    float: right;
}
.about_img05{
    display: flex;
    width: 48% !important;
    flex-wrap:wrap !important;
    justify-content: space-between !important;
    margin: 0 0 0 0  !important;
    padding: 0 !important;
    float: left;
}
.about_img05 img{
    display: block;
    width: 48% !important;
    margin: 0 0 0 0  !important;
    padding: 0 !important;
}
.about_img07{
    display: flex !important;
    width: 100% !important;
	flex-wrap:wrap !important;
    justify-content: space-between !important;
    padding: 0 !important;
	margin:0 0 0 0 !important;
    clear: both;
}
.about_img07 img{
    display: block;
    width: 48% !important;
    margin: 0 0 30px 0  !important;
    padding: 0 !important;
}
.about_img09{
    display: block;
    width: 100% !important;
    margin: 10px 0 0 0;
    float: left;
    clear: both;
}
.about_history_hr{
    display: block;
    width: 100%;
    height: 50px;
    border: none !important;
    margin: 0 ;
    padding: 0;
    clear: both;
}
.activity_history_block{
    display: block;
    width: 100%;
    padding: 20px 0;
    margin: 0 0 20px 0;
    float: left;
    clear: both !important;
}
.activity_history_block2{
    display: block;
    width: 100%;
    padding: 40px 0;
    margin: 0 0 20px 0;
    background-color: #F3E6DA;
    float: left;
    clear: both !important;
    border-radius: 10px;
}


.form_area{
	display: block;
	width: 100% !important;
    max-width: 1000px !important;
    height: auto;
	margin: 0 auto 0 auto;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
	clear: both;
}

.form_area label{
	display: block;
	width: 100%;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: normal !important;
	padding:  0;
    margin: 0 0 40px 0 !important;
	text-align: left;
    clear: both;
}
.required{
    display: inline-block !important;
    color: #FF0004 !important;
    margin: 0 5px !important;
}

.form_area input{
    display: table-cell;
	width: calc(100% - 32px);
	padding: 15px;
	font-size:17px;
	line-height: 150%;
	margin: 10px 0 5px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #999;
	background-color: #F9F7F8;
}

.form_area textarea{
	display: table-cell;
    width: calc(100% - 32px);
	height: 300px;
	padding: 15px;
	font-size:17px;
	line-height: 150%;
	margin: 10px 0 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #999;
	background-color: #F9F7F8;
}

#wpcf7cpcnf table{
    width: 100%;
}

input::-webkit-input-placeholder{
    color: #999;
}
input::-moz-placeholder{
    color: #999;
}
input:-moz-placeholder{
    color: #999;
}
input::placeholder {
  color: #999 !important;
}
input:-ms-input-placeholder {
  color: #999 !important;
}
input::-ms-input-placeholder {
  color: #999 !important;
}

.agreement{
	display: block;
	font-size: 13px;
	float: left;
	clear: both;
}


.wpcf7 input[type="submit"] {
	display: block;
	width: 170px !important;
	font-size: 16px;
	padding: 15px 0;
	margin: 50px 0 0 0;
	background-color: #6D6D6E;
	color: #fff;
	cursor: pointer;
	border-style: none;
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    transition: 0.2s;
    float: left;
    clear: none !important;
}
.wpcf7 input[type="submit"]:hover{
	background-color: #ccc;
    transition: 0.2s;
}
.wpcf7-previous{
	display: block;
	width: 170px !important;
	font-size: 16px;
	padding: 15px 0 !important;
	margin: 50px 30px 0 0 !important;
    cursor: pointer;
    border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0;
    transition: 0.2s;
    float: left;
    clear: none !important;
}
.wpcf7-previous:hover{
	background-color: #ccc !important;
    color: #000 !important;
    transition: 0.2s;
}


/*.wpcf7 input[type="submit"]:active{
	background-color: #FFCC00;
    transition: 0.0s;
}*/

.wpcf7 input[type="checkbox"] {
  display: inline-block !important;
  position: relative;
  width: 16px;
  height: 16px;
  padding: 0 !important;
  margin: 10px 3px 0 -10px !important;
  transform: scale(1.5);
  border-radius: 1px;
  border: 1px solid #999;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}

.submit_area{
    display: block;
    width: 100%;
    float: left;
    clear: both;
}

.wpcf7 .agree{
    display: block;
    position: relative;
    width: 100%;
    color: #3c3c3c !important;
    font-size: 14px !important;
    font-feature-settings: 'palt';
    letter-spacing: 1px;
    padding: 0 !important;
    margin: -20px 0 50px 0 !important;
    float: left;
    clear: both;
    z-index: 100;
}
.wpcf7 .agree a{
    color: #3c3c3c !important;
}
.wpcf7 .agree a:hover{
    text-decoration: none !important;
}

.wpcf7 input[type="reset"] {
	display: block;
	width: 170px !important;
	font-size: 16px;
	padding: 15px 0;
	margin: 50px 0 0 50px;
	background-color: #ECECEC;
	color: #666;
	cursor: pointer;
	border-style: none;
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    transition: 0.2s;
    float: left;
}
.wpcf7 input[type="reset"]:hover{
	background-color: #ccc;
    transition: 0.2s;
}

input:focus,textarea:focus,select:focus {
    outline:none !important;
}

.wpcf7 select{
  /* styling */
  width: 100%;
  background-color: white;
  border:  solid 1px #999;
  border-radius: 4px;
  display: inline-block;
  font-size:17px !important;
  color: #3c3c3c;
  line-height: 1.5em;
  background-color: #F9F7F8;
  padding: 15px 60px 15px 20px;
  margin: 10px 0 15px 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}


/* arrows */
.wpcf7 select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

.wpcf7 select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}
.wpcf7 select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.wpcf7 {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto !important;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  float: none;
  clear: both;
}
#wpcf7cpcnf th{
	display: block;
	width: 100%;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: normal !important;
	padding: 0 0 2px 0;
	text-align: left;
    float: left;
    clear: both;
}
#wpcf7cpcnf td{
    display: block;
	width: calc(100% - 32px) !important;
    min-height: 27px !important;
    max-height: 300px;
	padding: 15px;
	font-size:17px;
	line-height: 150%;
    color: #999 !important;
	margin: 10px 0 40px 0 !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #999;
	background-color: #F9F7F8;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    float: left;
    clear: both;
}

div#wpcf7cpcnf {
	position: absolute;
	z-index: 1000;
	background-color: transparent;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

div.wpcf7cp-progress-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    margin: 0;
    background-color: #fff;
	opacity: 0.5;
	z-index: 1000;
}

div.wpcf7cp-progress-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    margin: 0;
	opacity: 1;
	z-index: 1001;
}
/*div.wpcf7cp-progress-content p {
    width: 200px;
    height: 1em;
    position: absolute;
    margin-left: -100px;
    margin-top: -0.5em;
    top: 50%;
    left: 50%;
    line-height: 1;
    padding: 0;
    text-align: center;
}*/

div.wpcf7cp-btns {
    margin-top: 2em;
}

button.wpcf7cp-cfm-edit-btn {
	display: block;
	width: 170px;
	font-size: 16px;
	padding: 15px 0;
	margin: 50px 0 0 0;
	background-color: #999;
	color: #fff;
	cursor: pointer;
	border-style: none;
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    transition: 0.2s;
    float: left;
}
button.wpcf7cp-cfm-edit-btn:hover{
	background-color: #ccc;
    transition: 0.2s;
}

button.wpcf7cp-cfm-submit-btn {
    display: block;
	width: 170px;
	font-size: 16px;
	padding: 15px 0;
	margin: 50px 0 0 30px;
	background-color: #6D6D6E;
	color: #fff;
	cursor: pointer;
	border-style: none;
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    transition: 0.2s;
    float: left;
}
button.wpcf7cp-cfm-submit-btn:hover{
	background-color: #ccc;
    transition: 0.2s;
}

.wpcf7-response-output {/* 送信ボタン下完了時 */
    width: 100%;
    max-width: 970px !important;
    margin: 50px auto !important;
}
.wpcf7 form.sent .wpcf7-response-output {/* 送信ボタン下完了時 */
    border-color: #cb423b !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {/* 送信ボタン下未入力警告 */
    border-color: #cb423b !important;
}

.form_title{
    font-size: 18px;
    line-height: 180%;
    font-weight: 500;
    color: #196742;
    padding-left: 10px;
    margin-bottom: 50px;
    border-left: solid 8px #196742;
}

.grecaptcha-badge {
    display: none;
}

.youtube_area{
    display: block;
    width: 100%;
    margin: 50px 0 30px 0;
    float: left;
    clear: both;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.youtube_area h3 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color:#005A32;
    margin: 0 0 20px 0;
    letter-spacing: 0;
}
.youtube_area p {
    display: block;
    width: 100%;
    font-size: 12px;
    text-align: right;
    margin: 6px 0 0 0;
    float: left;
    clear: both;
}

.search_area{
    display: block;
	width: 100% !important;
    margin-bottom: 30px;
    float: left;
    clear: both;
}
.search_area input{
    display: block;
	width: calc(100% - 20px);
	padding: 10px !important;
	font-size:16px;
	line-height: 150%;
	margin: 0 0 10px 0 !important;
	border: solid 1px #999;
	background-color: #F9F7F8;
    float: left;
    clear: both;
}
.search_area input[type="submit"] {
	display: block;
	width: 80px !important;
	font-size: 16px;
	padding: 11px 0 !important;
	background-color: #6D6D6E;
	color: #fff;
	cursor: pointer;
	border-style: none;
    transition: 0.2s;
    float: right;
    clear: both;
}
.search_area input[type="submit"]:hover{
	background-color: #ccc;
    transition: 0.2s;
}

.youtube_en_area{
    display: block;
    width: 90%;
    padding: 5%;
    margin: 50px auto 0 auto;
    background-color: #fff;
    border-radius: 6px;
    float: left;
    clear: both;
}
.youtube_en_area p{
    display: none !important;
}
.youtube_en_area img{
    display: block;
    width: 80%;
    height: auto;
    margin: 10px 10% 15px 10%;
    float: left;
    clear: both;
}
.youtube_en_right{
    display: block;
    width: 100%;
    color: #015A32;
    font-size: 16px;
    line-height: 130%;
    float: left;
    clear: both;
}
.youtube_en_right a{
    color: #015A32;
}
.youtube_en_right a:hover{
    text-decoration: none;
}
.youtube_en_right span{
    font-size: 11px !important;
    font-weight: normal !important;
    color: #000 !important;
}
.youtube_en_right img{
    display: inline-block !important;
    width: 18px !important;
    height: auto !important;
    margin-top: 5px !important;
    margin-left: 10px !important;
    margin-bottom: 0 !important;
    vertical-align: top !important;
    float: none !important;
    clear: none !important;
}

.pp_link a{
    display: inline-block !important;
    text-align: center !important;
    font-size: 13px !important;
    margin-bottom: 50px !important;
    background-image: url(../images/tag_list_tri.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}
.pp_link a:hover{
    text-decoration: none !important;
}


/*アートマップ*/
.artmap202503{
    display: block;
    width: 100%;
    height: auto;
    margin: 20px 0;
    float: left;
    clear: both;
}
.artmap_block_w{
    display: block;
    width: calc(100% - 40px);
    padding: 30px 20px 20px 20px;
    margin: 0 auto 50px auto;
    background-color: #fff;
    float: left;
    clear: both;
}
.artmap_block_w:last-child{
    padding: 30px 20px 40px 20px !important;
}
.artmap_block_w p{
    margin-bottom: 30px;
}

.artmap_blockquote2{
    display: block;
    width: calc(100% - 40px);
    color: #fff;
    padding: 10px 20px 10px 20px;
    margin: 0 0 50px 0;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    float: left;
    clear: both;
}

.artmap_blockquote3{
    display: block;
    width: calc(100% - 20px);
    color: #fff;
    padding: 10px 10px 10px 10px;
    margin: 0 0 50px 0;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    float: left;
    clear: both;
}
.artmap_blockquote3 ul li{
    display: block !important;
    width: 100%;
    max-width: 600px;
    text-align: center;
    font-size: 1rem !important;
    line-height: 190% !important;
    padding: 15px 0 !important;
    margin: 20px auto !important;
    list-style: none !important;
    color: #000;
    background-color: #FFE199;
    border: solid 4px #FDC740;
    border-radius: 10px !important;
    float: none !important;
    clear: both;
}
.artmap_blockquote3 ul li img{
    display: inline-block !important;
    width: 35px !important;
    height: auto !important;
    margin-top: 0 !important;
    margin-left: 12px !important;
    margin-bottom: 3px !important;
    vertical-align: middle !important;
    float: none !important;
    clear: none !important;
}

.artmap_blockquote{
    display: block;
    width: calc(100% - 40px);
    color: #fff;
    /*background-image: url("../images/quotation.svg");
    background-position: 15px 15px;
    background-size: 18px auto;
    background-repeat: no-repeat;*/
    padding: 25px 20px 25px 20px;
    margin: 10px 0 20px 0;
    background-color: #F6F6F6;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    float: left;
    clear: both;
}
.artmap_blockquote strong{
    display: block;
    width: 100%;
    font-size: 18px !important;
    line-height: 130% !important;
    font-weight: 400 !important;
    color: #AFA083 !important;
    padding: 0 !important;
    margin: -3px 0 10px 0 !important;
    float: left;
    clear: both;
}

.artmap_blockquote a,
.artmap_blockquote2 a{
    color: #000;
}
.artmap_blockquote a:hover,
.artmap_blockquote2 a:hover{
    text-decoration: none;
}

.artmap_blockquote2 ul{
    display: inline-block !important;
    font-size: 16px !important;
    line-height: 170% !important;
    padding: 0 0 0 28px; !important;
    margin: 0 !important;
    color: #000;
    float: left;
    clear: both;
}

.artmap_blockquote2 ul li img{
    display: inline-block !important;
    width: 35px !important;
    height: auto !important;
    margin-top: 0 !important;
    margin-left: 12px !important;
    margin-bottom: 3px !important;
    vertical-align: middle !important;
    float: none !important;
    clear: none !important;
}

.artmap_blockquote ul{
    display: inline-block !important;
    font-size: 80% !important;
    line-height: 170% !important;
    padding: 0 0 0 28px; !important;
    margin: 0 !important;
    color: #000;
    float: left;
    clear: both;
}

.artmap_blockquote ul li img{
    display: inline-block !important;
    width: 18px !important;
    height: auto !important;
    margin-top: 0 !important;
    margin-left: 10px !important;
    margin-bottom: 3px !important;
    vertical-align: middle !important;
    float: none !important;
    clear: none !important;
}

.artmap_img_area01 img,
.artmap_img_area02 img{
}

.artmap_img_area01{
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
    float: left;
    clear: both;
}
.artmap_img01{
    display: inline-block;
    width: calc(100% - 2px);
    height: auto !important;
    margin-bottom: 15px;
    border: solid 1px #ddd;
    background-color: #fff;
    float: left;
    clear: both;
}
.artmap_img02{
    display: inline-block;
    width: 100%;
    height: auto !important;
    flex-wrap: wrap !important;
    margin-bottom: 25px;
    float: left;
    clear: both;
}

.artmap_img_area02{
    display: block;
    width: 100%;
    margin-bottom: 40px;
    float: left;
    clear: both;
}
.artmap_img03{
    display: block;
    width: 100%;
    height: auto !important;
    margin-bottom: 25px;
    float: left;
    clear: both;
}

.artmap_caption{
    display: block;
    width: 100% !important;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 90% !important;
    line-height: 140% !important;
    font-style: italic !important;
    padding: 6px 0 4px 10px;
    margin-bottom: 20px !important;
    border-left: solid 5px #ccc;
    float: left;
    clear: both;
}
.artmap_caption span{
    font-size: 12px !important;
    color: #555555 !important;
}

.artmap_photo01,
.artmap_photo03{
    display: inline-block;
    width: 100%;
    height: auto !important;
    margin-bottom: 25px;
    float: left;
    clear: both;
}
.artmap_photo02,
.artmap_photo04{
    display: inline-block;
    width: 100%;
    height: auto !important;
    margin-bottom: 25px;
    float: left;
    clear: both;
}

.artmap_block_p{
    display: block;
    width: 100%;
    padding: 0 0  50px 0;
    margin: 0 auto 50px auto;
    background-color: #fff;
    float: left;
    clear: both;
}

.artmap_block_p img{
    display: block;
    width: calc(100% - 20px) !important;
    height: auto;
    margin: 10px 10px 30px 10px !important;
    float: left;
    clear: both;
}
.artmap_block_p2 img{
    display: block;
    width: calc(100% - 20px) !important;
    height: auto;
    margin: 10px 10px 30px 10px !important;
    float: left;
    clear: both;
}
.otemachi_area_h3{
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    background-color: #2A5294;
    padding: 13px 0;
    margin: 0 0 30px 0;
}
.yurakucho_area_h3{
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    background-color: #8D6E46;
    padding: 13px 0;
    margin: 0 0 30px 0;
}
.marunouchi_area_h3{
    display: block;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 22px;
    font-weight: normal;
    background-color: #EAE521;
    padding: 13px 0;
    margin: 0 0 30px 0;
}
.otemachi_area_h3 span,
.yurakucho_area_h3 span,
.marunouchi_area_h3 span{
    font-size: 16px !important;
    font-weight: bolder !important;
    margin-right: 3px;
}


/*江戸の歴史*/
.artmap202503{
    display: block;
    width: 100%;
    height: auto;
    margin: 20px 0;
    float: left;
    clear: both;
}
.artmap_block_edo{
    display: block;
    width: calc(100% - 40px);
    padding:15px 20px 20px 20px;
    margin: 0 auto 50px auto;
    background-color: #fff;
    float: left;
    clear: both;
}
.artmap_block_edo p{
    font-size: 0.9rem;
    line-height: 180%;
    text-align: justify;
    font-feature-settings: 'palt';
    margin-bottom: 20px;
}

.artmap_block_edo h3{
    display: block;
    width: calc(100% - 14px);
    text-align: left;
    color: #fff;
    background-color: #504370;
    font-size: 110%;
    font-weight: normal;
    padding: 5px 7px;
    margin: 0 0 25px 0;
}

.edo_map{
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 40px 0;
    float: left;
    clear: both;
}
.edo_map img{
    display: block;
    width: 100%;
    height: auto;
}

.edomap_left{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    float: left;
    clear: both;
}

.edomap_right{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    float: left;
    clear: both;
}

.edo_map .left_column{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0 !important;
    float: left;
    clear: both;
}

.edo_map .right_column{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0 !important;
    float: left;
    clear: both;
}
.edo_map .left_column img,
.edo_map .right_column img{
    width: 100% !important;
    height: auto;
    margin-bottom: 25px;
}


.edo_blockquote{
    display: block;
    width: calc(100% - 70px);
    color: #000;
    font-size: 14px !important;
    background-image: url("../images/quotation.svg");
    background-position: 20px 20px;
    background-size: 18px auto;
    background-repeat: no-repeat;
    padding: 20px 20px 10px 50px !important;
    margin: 10px 0 30px 0;
    background-color: #F6F6F6;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    float: left;
    clear: both;
}

.edo2{
    display: block;
    width: calc(100% - 30px);
    padding: 15px 15px 10px 15px;
    margin: 30px 0 10px 0;
    background-color: #F5F5F5;
    border-radius: 10px;
    float: left;
    clear: both;
    filter: drop-shadow(4px 4px 0 rgba(0,0,0,0.08));
}
.edo2 p{
    font-size: 0.9rem;
    line-height: 190%;
    text-align: justify;
    font-feature-settings: 'palt';
    letter-spacing: 0;
    margin-bottom: 15px;
}

/*.edo2 h4{
    display: block;
    width: calc(100% - 30px);
    text-align: left;
    color: #fff;
    background-color: #A86072;
    font-size: 16px;
    font-weight: bolder;
    padding: 1px 15px;
    margin: 0 0 25px 0;
}*/
.edo2 h4{
    display: block;
    width: 100%;
    text-align: left;
    color: #fff;
    background-color: #A86072;
    font-size: 100%;
    font-weight: bolder;
    margin: 0 0 20px 0;
}


.artmap_block_edo .subtitle{
    display: block;
    width: calc(100% - 30px);
    text-align: left;
    color: #000;
    border-top:solid 1px  #222;
    border-bottom:solid 1px  #222;
    font-size: 120%;
    font-weight: bolder !important;
    padding: 15px 15px;
    margin: 40px 0 25px 0 !important;
    float: left;
    clear: both;
}

.artmap_block_edo .subtitle2{
    display: block;
    width: calc(100% - 30px);
    text-align: left;
    color: #000;
    border-top:solid 1px  #222;
    border-bottom:solid 1px  #222;
    font-size: 18px;
    font-weight: bolder !important;
    padding: 15px 15px;
    margin: 25px 0 25px 0 !important;
    float: left;
    clear: both;
}

.edo_image02{
    margin-top: 50px !important;
}
.edo_badge{
    width: 120px;
    height: auto;
}

.nikki{
    display: flex;
    width: 100%;
    padding: 0 0 30px 0 !important;
    justify-content: space-between;
    flex-wrap: wrap;
    clear: both;
}
.nikki li{
    display: inline-block;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
    width: 33%;
    font-feature-settings: 'palt';
    letter-spacing: 0;
    font-size: 80% !important;
    font-weight: bold;
}
.nikki span{
    font-size: 70% !important;
    font-weight: normal !important;
}
.source{
    font-weight: normal !important;
    text-indent: 15px !important;
}

.edo_image21{
    display: block;
    width: 80%;
    margin: 0 10%;
}

.edo_daimyo_image01{
    display: block;
    width: 100%;
    padding: 30px 0 !important;
    margin: 0 auto  auto !important;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    clear: both;
}

.edo_daimyo_image01 .artmap_caption{
    margin-left: 5px !important;
}

.edo_map1653{
    display: block;
    width: 80%;
    padding: 40px 0 30px 0 !important;
    margin: 0 auto  auto !important;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    clear: both;
}

.edo_map1653 .artmap_caption{
    margin-top: -15px !important;
    margin-left: 8px !important;
}

.edo_hiroshige_image01{
    display: block;
    width: 90%;
    padding: 6px 5% 25px 5% !important;
    float: left;
}

.edo_hiroshige_image01 .artmap_caption{
    margin-top: -15px !important;
    margin-left: 5px !important;
}

.edo_map1865{
    display: block;
    width: 90%;
    padding: 6px 5% 25px 5% !important;
    float: left;
    clear: both;
}

.edo_map1865 .artmap_caption{
    margin-top: -15px !important;
    margin-left: 5px !important;
}


.mistubishi1899{
    display: block;
    width: 100%;
    padding: 6px 0 25px 0 !important;
    float: left;
}

.mistubishi1899 .artmap_caption{
    margin-top: -15px !important;
    margin-left: 5px !important;
}


.history_hidden_box span {
	display: block;
    font-size: 28px !important;
    margin-top: 2px;
    margin-right: 25px;
    color: #fff;
    float: right;
}

/*チェックは見えなくする*/
.history_hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.history_hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s;
}
.history_hidden_box input:checked ~ .hidden_show {
    padding: 0;
    height: auto !important;
    opacity: 1 !important;
}



.history_hidden_box label {
	display: block;
    width: calc(100% - 30px);
    background-color: #A86072;
    padding: 1px 15px;
	cursor: pointer !important;
	clear: both;
}
.history_hidden_box label span {
	display: block;
    font-size: 16px !important;
    margin-top: 0;
    margin-right: 20px;
    color: #fff;
    float: right;
}
.history_hidden_box label:hover {
    background-color: #E888A0 !important;
}
.history_hidden_box label:active {
    color: #ccc;
}

/*チェックは見えなくする*/
.history_hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.history_hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s;
}
.history_hidden_box input:checked ~ .hidden_show {
    padding: 0;
    height: auto;
    opacity: 1;
}

.meiji_map1870 .left_column{
    display: block;
    width: 100% !important;
    height: auto;
    margin: 0 0 20px 0 !important;
    float: left !important;
    clear: both;
}

.meiji_map1870 .right_column{
    display: block;
    width: 100% !important;
    height: auto;
    margin: 0 0 20px 0 !important;
    float: left;
    clear: both;
}

.edo_listmenu{
    display: flex;
    width: 90%;
    margin: 20px 5% 35px 5%;
    justify-content: space-between;
    flex-wrap: wrap;
    float: left;
    clear: both;
}
.edo_listmenu li{
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.edo_listmenu li a{
    display: block;
    text-decoration: none;
    width: 100%;
    font-size: 17px;
    text-align: center;
    padding: 15px 0;
    background-color: #C7CFF9;
    background-image: url("../images/edo_tri.svg");
    background-position: center right;
    background-size: auto 100%;;
    background-repeat: no-repeat;
    border-radius: 10px;
    transition: 0.2s;
}
.edo_listmenu li a:hover{
    background-color: #AFBBF8;
    transition: 0.2s;
}

/*アートマップ追加設定*/

.artmap_subtitle_h3{
    display: block;
    width: calc(100% - 40px);
    font-size: 20px;
    font-weight: 500 !important;
    font-feature-settings: 'palt' !important;
    letter-spacing: 1px !important;
    padding: 6px 20px 7px 20px !important;
    margin: 30px 0 30px 0 !important;
    border-top:solid 1px #999;
    border-bottom:solid 1px #999;
    float: left;
    clear: both;
}
.area_block01{
    display: block;
    width: calc(100% - 20px);
    margin: 0 10px;
}
.area_name strong{
    display: block;
    width: calc(100% - 20px);
    color: #fff;
    font-size: 20px;
    font-weight: bolder;
    background-color: #000;
    padding: 6px 10px 8px 10px;
    margin: 0 0 15px 0;
    float: left;
    clear: both;
}
.area_name2 strong{
    display: block;
    width: calc(100% - 40px);
    color: #fff;
    font-size: 14px !important;
    line-height: 120%;
    font-weight: bolder;
    background-color: #000;
    padding: 6px 10px 7px 10px;
    margin: 0 10px 25px 10px;
    float: left;
    clear: both;
}
.area_block_lead p{
    font-size: 1.0rem;
    line-height: 180%;
    margin-bottom: 25px;
}
.area_block_lead dl a:hover{
    text-decoration: none;
}
.area_block_lead dl{
    display: block;
    max-width: 600px;
    font-size: 0.8rem !important;
    line-height: 140%;
    padding: 20px 20px 15px 30px;
    margin: 0 0 30px 0;
    background-color: #f5f5f5;
    border-radius: 6px;
    float: left;
}
.area_block_lead dt{
    display: block;
    width: 90px;
    margin-bottom: 10px;
    float: left;
}
.area_block_lead dd{
    display: block;
    width: calc(100% - 90px);
    margin-bottom: 10px;
    float: left;
}

.area_block_lead dd img{
    display: inline-block !important;
    width: 18px !important;
    height: auto !important;
    margin-top: 0 !important;
    margin-left: 10px !important;
    margin-bottom: 3px !important;
    vertical-align: middle !important;
    float: none !important;
    clear: none !important;
}

.art_block_area dl{
    display: inline-block;
    font-size: 0.75rem;
    line-height: 140%;
    margin: 0 auto 30px auto;
    float: none;
    clear: both
}
.art_block_area dt{
    display: block;
    width: 60px;
    margin-bottom: 10px;
    float: left;
}
.art_block_area dd{
    display: block;
    width: calc(100% - 60px);
    text-align: left !important;
    margin-bottom: 10px;
    float: left;
}

.art_block_area{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 20px 0;
}

.art_block01_area{
    width: 100%;
}
.art_block_area .block{
    display: inline-block;
    width: 48%;
    text-align: center;
    margin: 0 1% 20px 1%;
}
.art_block_area .block p{
    font-size: 0.9rem;
    line-height: 140%;
    font-weight: bold;
    font-feature-settings: 'palt';
    letter-spacing: 1px;
    color: #999;
}
.art_block_area .block p span{
    display: block;
    width: 100%;
    font-size: 0.8rem !important;
    line-height: 120% !important;
    font-weight: normal !important;
    margin-top: 10px;
    float: left;
    clear: both;
}
.art_block_area .block p strong{
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 150%;
    font-weight: 600;
    letter-spacing: 0 !important;
    color: #000 !important;
    margin-bottom: 10px;
    float: left;
    clear: both;
}
.art_block_area .block img{
    display: block;
    width: 100% !important;
    max-width: 400px;
    height: auto;
    padding: 0 !important;
    margin: 0 auto 10px auto !important;
}
.area_block02{
    display: block;
    width: calc(100% - 20px);
    margin: 0 10px 0 10px;
    float: left !important;
    clear: both !important;
}
.art_block02_area{
    width: 100% !important;
}
.art_block02_area .block{
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto 0 auto !important;
}

.area_block03{
    display: block;
    width: calc(100% - 20px);
    margin: 0 10px 0 10px;
    float: right !important;
    clear: both !important;
}
.art_block03_area{
    width: 100%;
}
.art_block03_area .block{
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto 0 auto;
}

.art_block02_area .block img,
.art_block03_area .block img{
    display: block;
    width: 70% !important;
    margin: 0 15% !important;
}

.area_block04{
    display: block;
    width: calc(100% - 20px);
    margin: 0 10px 0 10px;
    float: left;
}
.art_block04_area{
    width: 100%;
}
.art_block04_area .block{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0 !important;
    margin: 0 auto 20px auto;
}

.art_block04_area .block img{
    max-width: 70% !important;
    margin: 0 15% 10px 15% !important;
    float: none !important;
    clear: both;
}

.area_block05{
    display: block;
    width: calc(100% - 20px);
    margin: 0 10px 0 10px;
    float: left;
    clear: both;
}
.art_block05_area{
    width: 100% !important;
}
.area_block05 .art_block_area .block,
.area_block06 .art_block_area .block,
.area_block07 .art_block_area .block{
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0 !important;
}
.art_block05_area .block img,
.art_block06_area .block img,
.art_block07_area .block img{
    width: 70% !important;
    margin: 0 15% 10px 15% !important;
    float: left!important;
    clear: both;
}

.area_block06{
    display: block;
    width: calc(100% - 20px);
    margin: 0 10px 0 10px;
    float: left;
    clear: both;
}
.art_block06_area{
    width: 100% !important;
}

.area_block07{
    display: block;
    width: calc(100% - 20px);
    margin: 0 10px 0 10px;
    float: left;
    clear: both;
}
.art_block07_area{
    width: 100% !important;
}

.art_qr01{
    display: block;
    width: 50% !important;
    max-width: 500px !important;
    float: right;
}
.art_qr02{
    display: block;
    width: 25%;
    max-width: 150px !important;
    float: right;
}
.art_qr03{
    display: block;
    position: absolute;
    width: 20%;
    max-width: 150px !important;
    margin-top: -300px;
    margin-left: 390px;
}
.art_qr04{
    display: block;
    width: 50% !important;
    max-width: 500px !important;
    float: right;
}
.art_qr05{
    display: block;
    width: 25%;
    max-width: 150px !important;
    float: right;
}
.art_qr06{
    display: block;
    width: 25%;
    max-width: 150px !important;
    float: right;
}
.art10{
    position: relative;
    
}

.art_block33_area{
    width: 100% !important;
}
.art_block33_area .block{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 auto 0 auto !important;
}
.art_block33_area .block img,
.art_block34_area .block img{
    display: block;
    width: 80% !important;
    margin: 0 10% 10px 10% !important;
}

.area_block34{
    display: block;
    width: calc(100% - 20px);
    margin: 0 10px 0 10px;
    float: left !important;
    clear: both !important;
}
.art_block34_area{
    width: 100%;
}
.art_block34_area .block{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 auto 0 auto;
}

.area_block02_33_34,
.area_block02_35_36{
    display: block;
    width: 100%;
    float: left;
    clear: both;
}
.area_block02_35_36 dl{
    min-width:calc(100% - 50px) !important;
}

.artmap_img_area01 .left_column{
    display: inline;
    width: 100% !important;
    height: auto;
    margin: 0 0 20px 0 !important;
    float: left !important;
    clear: both;
}
.artmap_img_area01 .right_column{
    display: inline;
    width: 100% !important;
    height: auto;
    margin: 0 0 20px 0 !important;
    float: left !important;
    clear: both;
}
.artmap_img_area01 .left_column img,
.artmap_img_area01 .right_column img{
    width: 100% !important;
    height: auto;
    margin: 0 0 10px 0;
}


.area_block02_28{
    display: block;
    width: 100%;
    margin: 0 0 !important;
    float: left;
    clear: both;
}
.area_block02_30{
    display: block;
    width: 100%;
    margin: 0 0;
    float: left;
    clear: both;
}
.area_block02_35_36 dl{
    min-width:calc(100% - 50px) !important;
}
.art_block14_area img{
    display: block!important;
    width: 100% !important;
    max-width: 90% !important;
    margin: 0 0 10px 0 !important;
    float: none !important;
    clear: both;
}


.art_other_dl{
    display: block;
    width: calc(100% - 50px);
    max-width: 600px;
    font-size: 14px;
    line-height: 150%;
    padding: 25px 20px 20px 30px;
    margin: 0 0 30px 0;
    background-color: #f5f5f5;
    border-radius: 6px;
    float: left;
}
.art_other_dl dt{
    display: block;
    width: 90px;
    margin-bottom: 10px;
    float: left;
}
.art_other_dl dd{
    display: block;
    width: calc(100% - 90px);
    margin-bottom: 10px;
    float: left;
}
.art_other_dl dd img{
    display: inline-block !important;
    width: 18px !important;
    height: auto !important;
    margin-top: 0 !important;
    margin-left: 10px !important;
    margin-bottom: 3px !important;
    vertical-align: middle !important;
    float: none !important;
    clear: none !important;
}
.art_other_dl dd a:hover{
    text-decoration: none;
}

