@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');

.sp{
	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 {
    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: 100px;
    background-color: #f7f0e6;
	margin: 0 !important;
	top:0;
	z-index: 30 !important;
    transition: 0.6s;
}
#secondary header{
	display: block;
	position: fixed;
	width: 100%;
    height: 100px;
    background-color: #f7f0e6;
	margin: 0 !important;
	top:0;
	z-index: 30 !important;
    transition: 0.35s;
}
header.fixed{
	height: 72px !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: 500px;
    margin-top: 90px;
	float: left;
	clear: both;
}
#secondary main{
	display: block;
    position: relative;
	width: 100%;
    min-height: 500px;
    margin-top: 90px;
	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_lead{
    display: block;
    position: absolute;
    width: 90%;
    max-width: 750px !important;
    height: auto;
}
#secondary #secondary_topimg{
    display: block;
    position: relative;
    width: 100%;
    height: 300px;
    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;
    width: auto;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    padding: 10px 20px 10px 5%;
    margin: 40px 0 0 0;
    background-image: url("../images/navi_bg2.png");
    background-size: cover;
    transition: 0.2s;
}

@media screen and (min-width:769px) and  (max-width:1000px) {
    #secondary #secondary_topimg{
        height: 220px;
        transition: 0.2s;
    }
    #secondary #secondary_topimg h2{
        font-size: 20px;
        padding: 10px 20px 10px 5%;
        margin: 30px 0 0 0;
        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: 1100px;
}
#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: 100%;
    max-width: 1600px !important;
    padding: 40px 0 35px 0;
    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: 90%;
    max-width: 1000px;
    margin: 0 auto !important;
}
#toppage .press_release_area .block dl{
    display: block;
    font-size: 16px !important;
    line-height: 160%;
    text-align: justify;
    margin-top: 10px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    clear: both;
}
#toppage .press_release_area .block dl dt{
    display: block;
    width: 120px;
    color: #005931;
    font-weight: 500;
    margin-bottom: 15px;
    float: left;
}
#toppage .press_release_area .block dl dd{
    display: block;
    width: calc(100% - 120px);
    margin-bottom: 20px;
    float: left;
}
#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: 15px !important;
    line-height: 160%;
    text-align: justify;
    border-bottom: solid 1px #ccc;
    float: left;
}
#secondary .topics_area dl dt{
    display: block;
    width: 120px;
    color: #005931;
    font-weight: 500;
    padding-top: 25px;
    margin-bottom: 20px;
    border-top: solid 1px #ccc;
    float: left;
}
#secondary .topics_area dl dd{
    display: block;
    width: calc(100% - 120px);
    padding-top: 25px;
    margin-bottom: 25px;
    border-top: solid 1px #ccc;
    float: left;
}
#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: 120px;
}
#toppage h2{
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 900;
    color: #005931;
    letter-spacing: 1px;
}
footer{
	display: block;
	width: 100%;
    text-align: center;
    background-color:#fff;
	padding:0 0;
	margin: 0;
	float: left;
	clear: both;
}

.operation{
	display: block;
    width: 100%;
    height: 50px;
	text-align:center;
	font-size:11px;
    margin-top: 20px;
	float: left;
    clear: both;
}
.copyright{
	display: block;
    width: 100%;
	height:100px;
	text-align:center;
	font-size:12px;
    margin-top: 20px;
	float: left;
    clear: both;
}
#category_banner{
    display: flex;
    width: 100%;
    max-width: 680px;
    text-align: center;
    flex-wrap:wrap;
    justify-content: space-between;
    margin: 0 auto 50px auto;
    list-style: none;
    clear: both;
}
#category_banner li{
    display: inline-block;
    width: 31% !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: flex;
    width: 100%;
    max-width: 1200px;
    text-align: center;
    flex-wrap:wrap;
    justify-content: space-between;
    padding-bottom: 30px !important;
    margin: 30px auto 80px auto;
    list-style: none;
    clear: both;
    
}
.top_category_banner li{
    display: block;
    width: 31%;
    height: auto;
}

.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: 16px;
    line-height: 16px !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: 13px !important;
    line-height: 13px !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: 100%;
    max-width: 1200px;
    text-align: center;
    flex-wrap:wrap;
    justify-content: space-between;
    margin: 0 auto 50px auto;
    list-style: none;
    clear: both;
}
#toppage .keyword_area article #tag_list2 li{
    display: inline;
    font-size: 15px;
    line-height: 180%;
    font-weight: 500;
    text-align: left;
    margin-bottom: 30px;
}
#toppage .keyword_area article #tag_list2 .list01{
    width: 33%;
}
#toppage .keyword_area article #tag_list2 .list02{
    width: 42%;
}
#toppage .keyword_area article #tag_list2 .list03{
    width: 25%;
}
#toppage .keyword_area article #tag_list2 li span{
    display: inline-block;
    width: 100% !important;
    margin-left: 40px;
    clear: both !important;
}
#toppage .keyword_area article #tag_list2 li strong{
    display: inline-block;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #005931;
    font-feature-settings: 'palt' !important;
    letter-spacing: 1px;
    margin-bottom: 8px !important;
}
#toppage .keyword_area article #tag_list2 li a{
    text-decoration: none;
    padding-left: 14px;
    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;
}

@media screen and (min-width:1150px) and  (max-width:1249px) {
    #toppage .keyword_area article #tag_list2 li{
        display: inline;
        font-size: 13px;
        line-height: 180%;
        font-weight: 500;
        text-align: left;
        margin-bottom: 30px;
    }
    #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: 1px;
        margin-bottom: 8px !important;
    }
    #toppage .keyword_area article #tag_list2 li span{
        display: inline-block;
        width: 100% !important;
        margin-left: 30px;
        clear: both !important;
    }
    #tag_list2 li img{
        display: inline-block;
        width: 24px;
        height: 24px;
        vertical-align: middle;
        margin-top: -3px !important;
        margin-right: 7px;
        border-radius: 3px;
    }
}
@media screen and (min-width:769px) and  (max-width:1149px) {
    #toppage .keyword_area article #tag_list2 br{
        display: none !important;
    }
    #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{
        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;
    }
}




#banner{
    display: flex;
    width: 100%;
    /*max-width: 680px;*/
    max-width: 550px;
    text-align: center;
    flex-wrap:wrap;
    justify-content: space-between;
    margin: 0 auto 70px auto;
    list-style: none;
    clear: both;
}
#banner li{
    display: inline-block;
    width: 31% !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: 13px;
    transition: 1.0s;
}
header.fixed nav{
	top: 8px !important;
    transition: 0.5s;
}
#gnavi{
	display: flex;
	width: 720px;
	height: auto;
	text-align: center !important;
    flex-wrap:wrap;
    justify-content: space-between;
    z-index: 120;
    margin: 0 auto;
    transition: 0.3s;
}
.gnavi01,
.gnavi02,
.gnavi03,
.gnavi04{
    display: block;
    width: calc(24% - 2px);
    font-size: 15px;
    line-height: 15px !important;
    font-weight: 700;
    color: #005931;
    text-align: center;
    /*border: solid 1px #005931;*/
    margin-bottom: 7px !important;
    border: solid 2px #005931;
    transition: 0.2s;
}
.gnavi01 a,
.gnavi02 a,
.gnavi03 a,
.gnavi04 a{
    color: #005931 !important;
    display: block;
    text-decoration: none;
    text-align: center;
    background-image: url("../images/gnavi_bg.png");
    background-position: center center;
    background-size: 100% 0;
    background-repeat: no-repeat;
    padding: 7px 0 9px 0;
	transition: 0.2s;
}
.gnavi01 a:hover,
.gnavi02 a:hover,
.gnavi03 a:hover,
.gnavi04 a:hover{
    color: #fff !important;
    background-image: url("../images/gnavi_bg.png");
    background-position: center center;
    background-size: 100% 100%;
	transition: 0.2s;
}


.gnavi05,
.gnavi06{
    display: block;
    width: 24%;
    font-size: 15px;
    line-height: 15px !important;
    font-weight: 500;
    color: #7D6128;
    text-align: center;
    border: solid 1px #7D6128;
    margin: 0 1px;
    transition: 0.2s;
}
.gnavi05 a,
.gnavi06 a{
    color: #7D6128 !important;
    display: block;
    text-decoration: none;
    text-align: center;
    background-image: url("../images/gnavi_bg2.png");
    background-position: center center;
    background-size: 100% 0;
    background-repeat: no-repeat;
    padding: 6px 0 8px 0;
	transition: 0.2s;
}
.gnavi05 a:hover,
.gnavi06 a:hover{
    color: #fff !important;
    background-image: url("../images/gnavi_bg2.png");
    background-position: center center;
    background-size: 100% 100%;
	transition: 0.2s;
}
.gnavi07,
.gnavi08{
    display: block;
    width: 24%;
    border: solid 1px #F7F0E6;
    margin: 0 1px;
}

header.fixed nav .gnavi01,
header.fixed nav .gnavi02,
header.fixed nav .gnavi03,
header.fixed nav .gnavi04{
    margin-bottom: 4px !important;
    transition: 0.2s;
}
header.fixed nav .gnavi01 a,
header.fixed nav .gnavi02 a,
header.fixed nav .gnavi03 a,
header.fixed nav .gnavi04 a{
    padding: 3px 0 5px 0 !important;
	transition: 0.2s;
}
header.fixed nav .gnavi05 a,
header.fixed nav .gnavi06 a{
    padding: 3px 0 5px 0 !important;
	transition: 0.2s;
}

@media screen and (min-width:1100px) and  (max-width:1300px) {
    #gnavi{
        display: flex;
        width: 650px;
        height: auto;
        text-align: center !important;
        flex-wrap:wrap;
        justify-content: space-between;
        z-index: 120;
        margin: 0 140px 0 0;
        float: right;
        transition: 0.3s;
    }
    .gnavi01,
    .gnavi02,
    .gnavi03,
    .gnavi04{
        font-size: 13px;
    }
    .gnavi05,
    .gnavi06{
        font-size: 13px;
    }
}
@media screen and (min-width:960px) and  (max-width:1099px) {
    #gnavi{
        display: flex;
        width: 580px;
        height: auto;
        text-align: center !important;
        flex-wrap:wrap;
        justify-content: space-between;
        z-index: 120;
        margin: 0 130px 0 0;
        float: right;
        transition: 0.3s;
    }
    .gnavi01,
    .gnavi02,
    .gnavi03,
    .gnavi04{
        font-size: 12px;
    }
    .gnavi05,
    .gnavi06{
        font-size: 12px;
    }
}
@media screen and (min-width:769px) and  (max-width:959px) {
    #gnavi{
        display: none;
        transition: 1.0s;
    }
}


#hnavi{
	display: block;
    position: absolute;
	width: 32px;
	height: 31px;
    top:18px;
    right: 72px;
    transition: 0.35s;
}
header.fixed #hnavi{
	top: 10px !important;
    transition: 0.35s;
}
#hnavi li{
    display: block;
    width: 32px;
	height: 31px;
    background-color: #a89b80;
    border-radius: 3px;
    overflow: hidden;
}
#hnavi li a{
    display: block;
    background-image: url("../images/gnavi_bg.png");
    background-position: center center;
    background-size: 100% 0;
    background-repeat: no-repeat;
	transition: 0.2s;
}
#hnavi li a:hover{
    background-image: url("../images/gnavi_bg.png");
    background-position: center center;
    background-size: 100% 100%;
	transition: 0.2s;
}

/*#logo a{
    display: block;
    position: absolute;
    width: 215px;
    height: 41px;
    top:28px;
    left: 25px;
    z-index: 20;
    transition: 1.0s;
}*/
#logo a{
    display: block;
    position: absolute;
    width: 280px;
    height: 54px;
    top:27px;
    left: 25px;
    z-index: 20;
    transition: 1.0s;
}
@media screen and (min-width:1101px) and  (max-width:1450px) {
    #logo a{
        display: block;
        position: absolute;
        width: 240px;
        height: 48px;
        top:31px;
        left: 25px;
        z-index: 20;
        transition: 1.0s;
    }
}
@media screen and (min-width:961px) and  (max-width:1100px) {
    #logo a{
        display: block;
        position: absolute;
        width: 215px;
        height: 41px;
        top:33px;
        left: 20px;
        z-index: 20;
        transition: 1.0s;
    }
}
@media screen and (min-width:768px) and  (max-width:960px) {
    #logo a{
        display: block;
        position: absolute;
        width: 240px;
        height: 48px;
        top:26px;
        left: 20px;
        z-index: 20;
        transition: 1.0s;
    }
}


#logo a:hover{
    opacity: 0.5;
    transition: 0.2s;
}
header.fixed #logo a{
    top:13px !important;
    transition: 0.5s;
}

#toppage .post_list ul{
    display: flex;
    width: 100%;
    text-align: center;
    flex-wrap:wrap;
    justify-content: space-between;
    margin: 80px auto 0 auto;
    list-style: none;
    clear: both;
}
#toppage .post_list ul li{
    display: block;
    position: relative;
    width: 32% !important;
    height: auto;
    font-size: 10px;
    font-weight: 400;
    color: #fffl;
    text-align: left;
    margin-bottom: 25px;
    transition: 0.2s;
    overflow: hidden !important;
}

#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 img{
    transform: scale(1.1);
    transition: 0.2s;
}
#toppage .post_list ul li .thumbnail{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    transition: 0.2s;
    overflow: hidden !important;
}


#toppage .post_list ul li .thumbnail img{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: top center !important;
}

#toppage .post_list ul li .icon{
    display: block;
    position: absolute;
    width: 120px;
    height: 38px;
    z-index: 10;
}
#toppage .post_list ul li .date{
    display: block;
    position: relative;
    width: calc(100% - 10px);
    height: 21px;
    text-align: right;
    font-size: 18px;
    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;
}
#toppage .post_list ul li .caption{
    display: block;
    position: relative;
    width: calc(100% - 20px);
    height: 70px;
    text-align: justify;
    font-size: 15px;
    line-height: 140% !important;
    color: #fff;
    font-weight: 400;
    padding: 5px 10px 0 10px;
    margin-top: -75px;
    background-image: url("../images/caption_bg.png");
    z-index: 10;
}

@media screen and (min-width:769px) and  (max-width:959px) {
    #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 .recommend_area{
    width: 100%;
    background-color: #f3e7d7;
    padding: 120px 0 0 0;
    float: left;
    clear: both;
}
#toppage .recommend_area article{
    width: 100%;
    margin: 0 auto 150px auto;
    float: left;
    clear: both;
}
#toppage .recommend_area article .block{
    max-width: 1600px;
    margin: 0 auto 0 auto;
}
#toppage .recommend_area article p{
    font-size: 15px;
    line-height: 180%;
    font-weight: 400;
    margin-bottom: 20px;
}

#toppage .recommend_area article .post_title{
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #005931;
    font-feature-settings: 'palt' !important;
    letter-spacing: 1px;
}
#toppage .recommend_area article .post_title .date{
    font-size: 16px !important;
}
#toppage .recommend_area article .recommend_photo01{
    display: block;
    width: 50%;
    height: auto;
    float: left;
}
#toppage .recommend_area article .text01{
    display: block;
    width: calc(50% - 150px);
    max-width: 700px;
    height: auto;
    padding: 0 75px 0 75px;
    float: left;
}
#toppage .recommend_area article:nth-child(odd) .recommend_photo01{
    display: block;
    width: 50%;
    height: auto;
    float: right;
}
#toppage .recommend_area article:nth-child(odd) .text01{
    display: block !important;
    width: calc(50% - 150px);
    max-width: 700px;
    height: auto;
    padding: 0 75px 0 75px;
    float: right !important;
}
#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: left;
    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: 50px 0 40px 0;
    float: left;
    clear: both;
}
#toppage .links_area article,
#secondary .links_area article{
    width: 90%;
    max-width: 1100px;
    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: 320px;
    text-align: left;
    padding: 0 0 0 40px;
    margin: 0 0 0 40px;
    list-style: none;
    border-left: solid 1px #949494;
    float: right;
}
#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: 320px;
    text-align: left;
    padding: 0 0 0 40px;
    margin: 0 0 0 40px;
    list-style: none;
    border-left: solid 1px #949494;
    float: right;
}
#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;
}*/

#category_list2{
    display: block;
    width: calc(100% - 401px);
    max-width: 680px;
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    clear: none;
}
#category_list2 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;
    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: block;
    background-image: url(../images/tag_list_tri.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 14px 28px;
    padding-left: 20px;
    margin: 10px 0 15px 15px;
    float: left;
    clear: both;
}
#category_list2 .br3,
#category_list2 .br4{
    display: none !important;
}
@media screen and (min-width:950px) and  (max-width:1010px) {
    #category_list2 .br3{
        display: block !important;
    }
    #category_list2 li a{
        display: block;
        width: 100%;
        text-decoration: none;
        font-size: 13px;
        line-height: 170%;
        font-weight: 500;
        padding: 0;
        margin: 0 0 60px 0;
        float: left;
        clear: left;
        transition: 0.2s;
    }
    #category_list2 li span{
        display: block;
        background-image: url(../images/tag_list_tri.svg);
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 30px;
        margin: 10px 0 15px 15px;
        float: left;
        clear: both;
    }
}
@media screen and (min-width:769px) and  (max-width:949px) {
    #category_list2 .br3{
        display: block !important;
    }
    #category_list2 .br4{
        display: block !important;
    }
    #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 30px 0;
        float: left;
        clear: left;
        transition: 0.2s;
    }
    #category_list2 li span{
        display: block;
        background-image: url(../images/tag_list_tri.svg);
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 25px;
        margin: 10px 0 15px 15px;
        float: left;
        clear: both;
    }
}


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

#secondary .contents_area{
    width: 100%;
    background-color: #f7f0e6;
    padding: 90px 0 0 0;
    float: left;
    clear: both;
}
#secondary .column1_area article{
    display: block;
    width: 90%;
    max-width: 1400px !important;
    padding: 0 0 100px 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%;
    max-width: 1400px !important;
    padding: 0 0 100px 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: block;
    width: 280px;
    text-align: left;
    padding: 0 0 0 0;
    margin: 0 0 100px 0;
    list-style: none;
    float: right;
}
#secondary .contents_area .contents_area_wrappwer aside #category_list{
    display: block;
    width: 280px;
    height: auto;
    text-align: left;
    padding: 0 0 0 0;
    margin: 0 0 50px 0;
    list-style: none;
    float: right;
    clear: both;
}
#secondary .contents_area .contents_area_wrappwer aside #category_list li{
    display: block;
    width: 278px;
    height: auto;
    padding: 0 0 0 0;
    margin: 0 0 15px 0 !important;
    list-style: none;
    background-color: #fff;
    float: left;
    clear: both;
    transition: 0.2s;
}
#secondary .contents_area .contents_area_wrappwer aside #category_list li a{
    display: block;
    background-color: #fff;
    border: solid 1px #999;
    transition: 0.2s;
}
#secondary .contents_area .contents_area_wrappwer aside #category_list li a:hover{
    background-color: #C4DB6C;
    border: solid 1px #005931;
    transition: 0.2s;
}
#secondary .contents_area .contents_area_wrappwer aside #category_list li a:hover>img{
    mix-blend-mode: multiply !important;
}
/*#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: calc(100% - 360px);
    height: 100%;
    min-height: 1040px !important;
    padding: 0 40px 0 0;
    margin: 0 0 100px 0;
    border-right: solid 1px #949494;
    list-style: none;
    float: left;
}
/* メディアファイルレイアウト */
 #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: 50px 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: 90%;
    text-align: right;
    margin: 30px 5% 0 5% !important;
    float: left;
    clear: both;
}
.to_press_list a{
    display: inline;
    font-size: 14px;
    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: 15px;
    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: 30px;
    clear: none !important;
}
.article_tag .category_icon img{
    display: inline;
    width: auto;
    height: 30px;
    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: -55px 0 0 0;
    float: left;
    clear: both;
}
.article_tag2p .category_icon{
    display: inline;
    width: auto;
    height: 30px;
    clear: none !important;
}
.article_tag2p .category_icon img{
    display: inline;
    width: auto;
    height: 30px;
    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: 32% !important;
    font-size: 10px;
    font-weight: 400;
    color: #fffl;
    text-align: left;
    margin-bottom: 25px;
    overflow: hidden;
    transition: 0.2s;
}
#second_tag_list{
    display: none !important;
}
@media screen and (min-width:960px) and  (max-width:1350px) {
    #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 .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: 120px;
    height: 38px;
    z-index: 10;
}
#secondary .post_list ul li .date{
    display: block;
    position: relative;
    width: calc(100% - 10px);
    height: 21px;
    text-align: right;
    font-size: 18px;
    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: 150%;
    color: #fff;
    font-weight: 400;
    padding: 5px 10px 0 10px;
    margin-top: -55px;
    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%;
}
.text_area p{
    margin-bottom: 20px;
}

.article_area{
    font-size: 100%;
    line-height: 220%;
}
.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: flex;
    width: 100% !important;
    max-width: 1400px;
    flex-wrap:wrap;
    justify-content: space-between;
    padding: 0 0 0 0 !important;
    margin: 40px auto 60px auto !important;
    clear: both;
}
.about_block{
    display: inline-block;
    width: 31% !important;
    line-height: 150%;
    text-align: justify;
    background-color: #F3E6D8;
    padding: 0 0 0 0 !important;
    margin: 0;
}
.about_block strong{
    display: inline;
    font-size: 110%;
    line-height: 130% !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:  calc(100% - 40px) !important;
    height: auto;
    padding: 10px 20px;
    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: 75% !important;
    margin: 50px auto 100px auto !important;
}


#toppage .ppp_area{
    display: block;
    width: 100% !important;
    max-width: 1300px;
    text-align: left;
    margin: 20px auto 20px auto !important;
    clear: both;
}
#toppage .ppp_area .trinity{
    color: #005931 !important;
    font-size: 24px !important;
    line-height: 170% !important;
    font-weight: 800 !important;
    letter-spacing: 3px;
    padding: 15px 30px 20px 30px !important;
    margin: 20px 0 0 0;
    background-color: #EBD6BF;
    border-radius: 10px;
    transition: 0.2s;
}
#toppage .ppp_area img{
    display: block;
    width: 47% !important;
    margin: 0 0 0 0 !important;
    transform: 0.2s;
    float: right;
}
#toppage .ppp_area .ppp_area_lead{
    display: block;
    width: 48% !important;
    font-feature-settings: 'palt' !important;
    letter-spacing: 2px;
    margin: 30px 0 0 4% !important;
    clear: none !important;
    transform: 0.2s;
    float: left;
}
.top_ppp_area_concept{
    display: block;
    width: 100%;
    margin: 30px 0;
    float: left;
    clear: both;
}
.top_ppp_area_concept img{
    display: block;
    width: 100%;
    max-width: 1260px !important;
    height: auto;
    margin: 0 auto;
}

#toppage .ppp_area .ppp_area_lead p{
    /*font-size: 18px;*/
    font-size: 18px !important;
    line-height: 220%;
    margin-bottom: 20px;
}
#toppage .ppp_area .ppp_area_lead h3{
    display: block;
    font-size: 24px;
    line-height: 180%;
    font-weight: 600;
    color: #000;
    margin-top: 0; !important;
    margin-bottom: 50px;
}
#toppage .ppp_area .ppp_area_lead h3 span{
    display: block;
    width: 100%;
    font-size: 34px !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;
}

@media screen and (min-width:1190px) and  (max-width:1400px) {
    #toppage .ppp_area .trinity{
        color: #005931 !important;
        font-size: 23px !important;
        line-height: 170% !important;
        font-weight: 800 !important;
        letter-spacing: 2px;
        padding: 15px 25px 20px 25px !important;
        margin: 20px 0 0 0;
        background-color: #EBD6BF;
        border-radius: 10px;
        transition: 0.2s;
    }
    #toppage .ppp_area img{
        display: block;
        width: 45% !important;
        margin: 0 0 0 0 !important;
        transform: 0.2s;
        float: right;
    }
    #toppage .ppp_area .ppp_area_lead{
        display: block;
        width: 51% !important;
        font-feature-settings: 'palt' !important;
        letter-spacing: 1px;
        margin: 30px 0 0 4% !important;
        clear: none !important;
        transform: 0.2s;
        float: left;
    }
    #toppage .ppp_area .ppp_area_lead p{
        /*font-size: 18px;*/
        font-size: 17px !important;
        line-height: 220%;
        margin-bottom: 20px;
    }
}
@media screen and (min-width:1020px) and  (max-width:1189px) {
    #toppage .ppp_area .trinity{
        color: #005931 !important;
        font-size: 18px !important;
        line-height: 170% !important;
        font-weight: 800 !important;
        letter-spacing: 2px;
        padding: 15px 20px 20px 20px !important;
        margin: 15px 0 0 0;
        background-color: #EBD6BF;
        border-radius: 10px;
        transition: 0.2s;
    }
    #toppage .ppp_area img{
        display: block;
        width: 42% !important;
        margin: 0 0 0 0 !important;
        transform: 0.2s;
        float: right;
    }
    #toppage .ppp_area .ppp_area_lead{
        display: block;
        width: 56% !important;
        font-feature-settings: 'palt' !important;
        letter-spacing: 1px;
        margin: 10px 0 0 2% !important;
        clear: none !important;
        transform: 0.2s;
        float: left;
    }
    #toppage .ppp_area .ppp_area_lead p{
        /*font-size: 18px;*/
        font-size: 16px !important;
        line-height: 220%;
        margin-bottom: 20px;
    }
}
@media screen and (min-width:960px) and  (max-width:1019px) {
    #toppage .ppp_area .br2{
        display: block;
    }
    #toppage .ppp_area .trinity{
        color: #005931 !important;
        font-size: 18px !important;
        line-height: 170% !important;
        font-weight: 800 !important;
        letter-spacing: 2px;
        padding: 15px 20px 20px 20px !important;
        margin: 15px 0 0 0;
        background-color: #EBD6BF;
        border-radius: 10px;
        transition: 0.2s;
    }
    #toppage .ppp_area img{
        display: block;
        width: 42% !important;
        margin: 0 0 0 0 !important;
        transform: 0.2s;
        float: right;
    }
    #toppage .ppp_area .ppp_area_lead{
        display: block;
        width: 56% !important;
        font-feature-settings: 'palt' !important;
        letter-spacing: 1px;
        margin: 0 0 0 2% !important;
        clear: none !important;
        transform: 0.2s;
        float: left;
    }
    #toppage .ppp_area .ppp_area_lead p{
        /*font-size: 18px;*/
        font-size: 16px !important;
        line-height: 220%;
        margin-bottom: 20px;
    }

}


@media screen and (min-width:769px) and  (max-width:959px) {
    #toppage .ppp_area .trinity{
        color: #005931 !important;
        font-size: 24px !important;
        line-height: 170% !important;
        font-weight: 800 !important;
        letter-spacing: 3px;
        padding: 15px 40px 20px 40px !important;
        margin: 20px 0 0 0;
        background-color: #EBD6BF;
        border-radius: 10px;
        transition: 0.2s;
    }
    #toppage .ppp_area .ppp_area_lead{
        display: block;
        width: 100% !important;
        text-align: center !important;
        font-feature-settings: 'palt' !important;
        letter-spacing: 1px;
        margin: 10px 0 !important;
        clear: both !important;
        float: left !important;
        transform: 0.2s;
    }
    #toppage .ppp_area .br2{
        display: block;
    }
    #toppage .ppp_area img{
        display: block;
        width: 70% !important;
        margin: 30px 15% !important;
        transform: 0.2s;
        float: left;
        clear: both;
    }
    #toppage .ppp_area .ppp_area_lead h3{
        display: block;
        font-size: 24px;
        line-height: 180%;
        font-weight: 600;
        color: #000;
        margin-top: 0; !important;
        margin-bottom: 30px;
    }
    #toppage .ppp_area .ppp_area_lead p{
        /*font-size: 18px;*/
        font-size: 18px !important;
        line-height: 180%;
        margin-bottom: 20px;
    }
}


#secondary .ppp_area{
    display: block;
    width: 100% !important;
    max-width: 1400px;
    text-align: left;
    margin: 0 auto 0 auto !important;
    clear: both;
}
#secondary .ppp_area img{
    display: block;
    width: 52% !important;
    margin: 20px 0 50px 0 !important;
    float: right;
}
#secondary .ppp_area .ppp_area_lead{
    display: block;
    width: 41% !important;
    font-feature-settings: 'palt' !important;
    letter-spacing: 2px;
    margin: 50px 0 100px 3% !important;
    clear: none !important;
    float: left;
}
#secondary .ppp_area .ppp_area_lead p{
    /*font-size: 18px;*/
    font-size: 15px !important;
    line-height: 200%;
    margin-bottom: 20px;
}
#secondary .ppp_area .ppp_area_lead h3{
    display: block;
    font-size: 24px;
    line-height: 180%;
    font-weight: 600;
    color: #000;
    margin-top: -20px !important;
    margin-bottom: 30px;
}
#secondary .ppp_area .ppp_area_lead h3 span{
    display: block;
    width: 100%;
    font-size: 34px !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;
}


.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% - 80px);
    background-color: #FFFAF3;
    padding: 40px;
    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:18px;
    font-weight: 500;
    text-align: center;
    font-feature-settings: 'palt';
    letter-spacing: 2px;
    margin: 30px 0 50px 0;
    float: left;
    clear: both;
}

.events_block{
    display: flex;
    width: calc(100% - 70px);
    line-height: 170%;
    background-color: #F3E6D8;
    padding: 50px 35px 0 35px !important;
    margin: 30px auto 80px 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: 32%;
    font-size: 85%;
    font-feature-settings: 'palt';
    letter-spacing: 1px;
    padding: 0 0 0 0;
    margin: 0 0 80px 0;
    float: left;
    clear: both;
}
.subtitle_h3{
    font-size: 180% !important;
    font-weight: 400 !important;
    font-feature-settings: 'palt';
    letter-spacing: 2px;
}
.events_block .block strong{
    display: inline-block;
    width: 100%;
    font-size: 110% !important;
    line-height: 250% !important;
    color: #005931;
    float: lft;
    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: 26px;
    line-height: 170%;
    font-weight: 600;
    text-align: justify;
    font-feature-settings: 'palt';
    letter-spacing: 0.5px;
    color: #005931;
    border-left: solid 10px #005931;
    padding: 0 0 5px 20px !important;
    margin: 20px 0 50px 0;
    float: left;
    clear: both;
}
.activity_h3 span{
    font-size: 20px !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: flex;
    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(49% - 40px);
    height: auto !important;
    background-color: #fff;
    margin: 0 0 25px 0 !important;
    padding: 20px !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: 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 10px 0;
    float: left;
    clear: both;
}

.about_img01{
    display: block;
    width: 30% !important;
    margin: 0 0 80px 60px  !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:0 40px 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 40px  !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:60px 0 50px 0 !important;
    clear: both;
}
.about_img07 img{
    display: block;
    width: 48% !important;
    margin: 0 0 0 0  !important;
    padding: 0 !important;
}
.about_img09{
    display: block;
    width: 100% !important;
    margin: 50px 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: 50px 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;
}
.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;
}
.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: 10 !important;
	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: 22px;
    line-height: 180%;
    font-weight: 500;
    color: #196742;
    padding-left: 10px;
    margin-bottom: 50px;
    border-left: solid 8px #196742;
}


@media screen and (min-width:769px) and  (max-width:959px) {
    #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;
    }
    #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;
    }
    #second_tag_list{
        display: block !important;
        width: 100%;
        padding: 50px 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: calc(100% - 401px);
        max-width: 680px;
        padding: 0;
        margin: 0;
        list-style: none;
        float: left;
        clear: none;
    }
    #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 30px 0;
        float: left;
        clear: left;
        transition: 0.2s;
    }
    #second_tag_list #category_list2 li span{
        display: block;
        background-image: url(../images/tag_list_tri.svg);
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 25px;
        margin: 10px 0 15px 15px;
        float: left;
        clear: both;
    }
    #second_tag_list #tag_list2{
        display: block;
        width: 320px;
        text-align: left;
        padding: 0 0 0 40px;
        margin: 0 0 0 40px;
        list-style: none;
        border-left: solid 1px #949494;
        float: right;
    }
    #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: 13px !important;
        line-height: 13px !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: 20px;
        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 .activity_h3{
        display: block;
        width: calc(100% - 50px);
        font-size: 20px;
        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 20px 5px 20px !important;
        margin: 20px 0 30px 0;
        float: left;
        clear: both;
    }
    #secondary .contents_area .activity_h3 span{
        font-size: 16px !important;
        font-weight: 800 !important;
        color: #000 !important;
    }
    #secondary .contents_area .activity_strong{
        display: inline-block !important;
        width: calc(60% - 70px);
        width: 55%;
        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;
    }
    #secondary .contents_area .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;
    }
    #secondary .contents_area .activity_block .block{
        display: inline-block;
        width: 100%;
        margin: 0 0 30px 0;
        float: left;
    }
    #secondary .contents_area .activity_block .block .activity_img01_01{
        width: 25% !important;
        height: auto;
        margin:35px 0 20px 30px;
        float: right;
    }
    #secondary .contents_area .activity_block .block img{
        display: inline-block;
        width: calc(40% - 30px);
        height: auto;
        margin:35px 0 20px 30px;
        float: right;
    }
    #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;
    }
}

.grecaptcha-badge {
    display: none;
}
.youtube_area{
    display: block;
    width: 80%;
    padding: 50px 10%;
    margin: 50px 0 20px 0;
    background-color: #F3E6DA;
    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: 22px;
    font-weight: 500;
    text-align: center;
    color:#005A32;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
}
.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%;
    margin-bottom: 30px;
    float: left;
    clear: both;
}
.search_area input{
    display: block;
	width: 340px;
	padding: 10px !important;
	font-size:16px;
	line-height: 150%;
	margin: 0 0 30px 0 !important;
	border: solid 1px #999;
	background-color: #F9F7F8;
    float: left;
}
.search_area input[type="submit"] {
	display: block;
	width: 100px !important;
	font-size: 16px;
	padding: 11px 0 !important;
	background-color: #6D6D6E;
	color: #fff;
	cursor: pointer;
	border-style: none;
    transition: 0.2s;
    float: right;
}
.search_area input[type="submit"]:hover{
	background-color: #ccc;
    transition: 0.2s;
}

.youtube_en_area{
    display: flex;
    align-items: center;
    justify-content: center !important;
    width: calc(100% - 60px);
    padding: 30px;
    margin: 50px auto 0 auto;
    background-color: #F7F0E6;
    border-radius: 6px;
    float: left;
    clear: both;
}
.youtube_en_area p{
    display: none !important;
}
.youtube_en_area img{
    display: block;
    width: 250px;
    height: auto;
    float: left;
}
.youtube_en_right{
    display: block;
    width: calc(96% - 250px);
    color: #015A32;
    font-size: 16px;
    margin-left: 4%;
    float: right;
}
.youtube_en_right a{
    color: #015A32;
}
.youtube_en_right a:hover{
    text-decoration: none;
}
.youtube_en_right span{
    font-size: 12px !important;
    font-weight: normal !important;
    color: #000 !important;
}
.youtube_en_right img{
    display: inline-block !important;
    width: 18px !important;
    height: auto !important;
    margin-top: 9px !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: 30px !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% - 100px);
    padding: 50px 50px 20px 50px;
    margin: 0 auto 50px auto;
    background-color: #fff;
    float: left;
    clear: both;
}
.artmap_block_w:last-child{
    padding: 50px 50px 60px 50px !important;
}
.artmap_block_w p{
    margin-bottom: 30px;
}

.artmap_blockquote2{
    display: block;
    width: calc(100% - 100px);
    color: #fff;
    padding: 10px 50px 10px 50px;
    margin: 0 0 50px 0;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    float: left;
    clear: both;
}
.artmap_blockquote{
    display: block;
    width: calc(100% - 60px);
    color: #fff;
    padding: 25px 30px 25px 30px;
    margin: 10px 0 30px 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: 22px !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 ul{
    display: flex;
    width: 100%;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
}

.artmap_blockquote ul li{
    width: 48% !important;
    font-size: 18px !important;
    line-height: 180% !important;
    float: left;
}



.artmap_blockquote a,
.artmap_blockquote2 a,
.artmap_blockquote3 a{
    color: #000;
    list-style: initial !important;
}
.artmap_blockquote a:hover,
.artmap_blockquote2 a:hover,
.artmap_blockquote3 a:hover{
    text-decoration: none;
}

.artmap_blockquote2 ul{
    display: inline-block !important;
    font-size: 16px !important;
    line-height: 190% !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_blockquote3{
    display: block;
    width: calc(100% - 100px);
    color: #fff;
    padding: 10px 50px 10px 50px;
    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: 80%;
    max-width: 600px;
    text-align: center;
    font-size: 18px !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 ul{
    display: inline-block !important;
    font-size: 14px !important;
    line-height: 190% !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: 30px;
    float: left;
    clear: both;
}
.artmap_img01{
    display: inline-block;
    width: 48%;
    height: auto !important;
    max-height: 435px;
    padding: 0 0;
    margin-bottom: 15px;
    /*border: solid 1px #ddd;*/
    background-color: #fff;
    float: left;
}
.artmap_img02{
    display: inline-block;
    width: 48%;
    height: auto !important;
    max-height: 435px;
    flex-wrap: wrap !important;
    margin-bottom: 15px;
    float: right;
}

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

.artmap_caption{
    display: block;
    width: 100% !important;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 16px !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: 48%;
    height: auto !important;
    margin-bottom: 15px;
    float: left;
}
.artmap_photo02,
.artmap_photo04{
    display: inline-block;
    width: 48%;
    height: auto !important;
    margin-bottom: 15px;
    float: right;
}

.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: 85% !important;
    height: auto;
    margin: 10px 7.5% 30px 7.5% !important;
    float: left;
    clear: both;
}
.artmap_block_p2 img{
    display: block;
    width: 96% !important;
    height: auto;
    margin: 10px 2% 30px 2% !important;
    float: left;
    clear: both;
}
.otemachi_area_h3{
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: normal;
    background-color: #2A5294;
    padding: 13px 0;
    margin: 0 0 65px 0;
}
.yurakucho_area_h3{
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: normal;
    background-color: #8D6E46;
    padding: 13px 0;
    margin: 0 0 65px 0;
}
.marunouchi_area_h3{
    display: block;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 26px;
    font-weight: normal;
    background-color: #EAE521;
    padding: 13px 0;
    margin: 0 0 65px 0;
}
.otemachi_area_h3 span,
.yurakucho_area_h3 span,
.marunouchi_area_h3 span{
    font-size: 17px !important;
    font-weight: bolder !important;
    margin-right: 3px;
}

.artmap_lead{
    font-size: 1.1rem !important;
    line-height: 220% !important;
    margin-bottom: 30px !important;
}


/*江戸の歴史*/
#secondary .column1_edo_area article{
    display: block;
    width: 90%;
    max-width: 1420px !important;
    padding: 0 170px 100px 0 !important;
    margin: 0 auto 0 auto !important;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    float: none;
    clear: both;
}


.edo_navi{
    display: block;
    position: fixed;
    width: 147px;
    padding: 3px !important;
    top:138px;
    right: 12px !important;
    z-index: 10 !important;
    background-color: #fff;
    border-radius: 6px;
    filter: drop-shadow(4px 4px 8px rgba(0,0,0,0.18));
    transition: 2.0s;
    float: right;
    clear: both;
}

@media screen and (min-width:1700px) {
    .edo_navi{
        width: 147px;
        left: calc(50% + 720px) !important;
    }
    #secondary .column1_edo_area article{
        max-width: 1400px !important;
        padding: 0 0 100px 0 !important;
    }
}
@media screen and (max-width:1200px) {
    .edo_navi{
        display: none !important;
        transition: 0.2s;
    }
    #secondary .column1_edo_area article{
        max-width: 1400px !important;
        padding: 0 0 100px 0 !important;
    }
}
.edo_navi ul{
    font-size: 14px;
    line-height: 120%;
    list-style: none;
    font-feature-settings: 'palt' !important;
    letter-spacing: 0px;
}
.edo_navi ul li{
    display: block;
    width: 100%;
    margin-bottom: 2px;
    float: left;
    clear: both;
}
.edo_navi ul li a{
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 4px 15px 6px 7px;
    background-image: url(../images/edo_navi_tri.svg);
    background-position: right center;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    border-radius: 3px;
}
.edo_navi ul li span{
    font-size: 12px;
    padding-left: 3px !important;
    vertical-align: top!important;
}
.edo_navi01 a{
    background-color: #6B5B92;
}
.edo_navi01 a:hover{
    background-color: #504077;
}
.edo_navi02 a{
    background-color: #B57887;
}
.edo_navi02 a:hover{
    background-color: #925665;
}

.artmap202503{
    display: block;
    width: 100%;
    height: auto;
    margin: 20px 0;
    float: left;
    clear: both;
}
.artmap_block_edo{
    display: block;
    width: calc(100% - 100px);
    padding: 40px 50px 30px 50px;
    margin: 0 auto 50px auto;
    background-color: #fff;
    float: left;
    clear: both;
}
.edo_lead{
    display: block;
    width: 100%;
    margin-bottom: 20px !important;
    float: left;
    clear: both;
}
.edo_lead p{
    font-size: 1.15rem !important;
}
.artmap_block_edo p{
    /*font-size: 14px;*/
    font-size: 1rem;
    line-height: 200%;
    text-align: justify;
    font-feature-settings: 'palt';
    letter-spacing: 1px;
    margin-bottom: 20px;
}

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

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

.edomap_left{
    display: block;
    width: 48.5%;
    height: auto;
    margin: 0 3% 20px 0;
    float: left;
}

.edomap_right{
    display: block;
    width: 48.5%;
    height: auto;
    margin: 0 0 20px 3%;
    float: right;
}

.edo_map .left_column{
    display: inline;
    width: 48.5% !important;
    height: auto;
    margin: 0 0 20px 0 !important;
    float: left !important;
}

.edo_map .right_column{
    display: inline;
    width: 48.5%;
    height: auto;
    margin: 0 0 20px 0 !important;
    float: right;
}
.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% - 150px);
    color: #000;
    font-size: 14px !important;
    background-image: url("../images/quotation.svg");
    background-position: 35px 24px;
    background-size: 26px auto;
    background-repeat: no-repeat;
    padding: 25px 50px 10px 100px !important;
    margin: 10px 0 50px 0;
    background-color: #F6F6F6;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    float: left;
    clear: both;
}

.edo2{
    display: block;
    width: calc(100% - 60px);
    padding: 25px 30px 15px 30px;
    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: 15px;
    line-height: 190%;
    text-align: justify;
    font-feature-settings: 'palt';
    letter-spacing: 0.5px;
    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: 16px;
    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: 18px;
    font-weight: bolder !important;
    padding: 15px 15px;
    margin: 50px 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;
}

.nikki{
    display: flex;
    width: 650px;
    padding: 30px !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.5px;
    font-size: 17px !important;
    font-weight: bold;
}
.nikki span{
    font-size: 13px !important;
    font-weight: normal !important;
}
.source{
    font-weight: normal !important;
    text-indent: 15px !important;
}

.edo_daimyo_image01{
    display: block;
    width: 70%;
    padding: 40px 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: 50%;
    padding: 60px 0 40px 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: 45%;
    min-width: 400px !important;
    padding: 6px 40px 25px 0 !important;
    float: left;
}

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

.edo_map1865{
    display: block;
    width: 35%;
    min-width: 400px !important;
    padding: 6px 0 25px 40px !important;
    float: right;
}

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


.mistubishi1899{
    display: block;
    width: 40%;
    min-width: 400px !important;
    padding: 6px 0 25px 40px !important;
    float: right;
}

.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: inline;
    width: 42% !important;
    height: auto;
    margin: 0 0 20px 0 !important;
    float: left !important;
}

.meiji_map1870 .right_column{
    display: inline;
    width: 54.5% !important;
    height: auto;
    margin: 0 0 20px 0 !important;
    float: right;
}

.edo_listmenu{
    display: flex;
    width: 90%;
    margin: 20px 5% 50px 5%;
    justify-content: space-between;
    flex-wrap: wrap;
    float: left;
    clear: both;
}
.edo_listmenu li{
    display: block;
    width: 48%;
    text-align: center;
}
.edo_listmenu li a{
    display: block;
    text-decoration: none;
    width: 100%;
    font-size: 20px;
    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 40px 0 !important;
    border-top:solid 1px #999;
    border-bottom:solid 1px #999;
    float: left;
    clear: both;
}
.area_block01{
    display: block;
    width: calc(100% - 100px);
    margin: 0 50px;
}
.area_name strong{
    display: block;
    width: calc(100% - 40px);
    color: #fff;
    font-size: 25px;
    font-weight: bolder;
    background-color: #000;
    padding: 10px 20px 12px 20px;
    margin: 0 0 25px 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: 10px 20px 12px 20px;
    margin: 0 0 25px 0;
    float: left;
    clear: both;
}
.area_block_lead p{
    font-size: 18px;
    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: 14px;
    line-height: 150%;
    padding: 25px 20px 20px 30px;
    margin: 0 0 30px 0;
    background-color: #f5f5f5;
    border-radius: 6px;
    float: left;
}
.area_block01_lead01{
    width: 55% !important;
}
.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: 14px;
    line-height: 150%;
    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: 30%;
    text-align: center;
    margin: 0 1% 30px 1%;
}
.art_block_area .block p{
    font-size: 18px;
    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: 13px !important;
    line-height: 18px !important;
    font-weight: normal !important;
    margin-top: 10px;
    float: left;
    clear: both;
}
.art_block_area .block p strong{
    display: block;
    width: 100%;
    font-size: 25px;
    line-height: 150%;
    font-weight: 600;
    letter-spacing: 1.5px !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 20px auto !important;
}
.area_block02{
    display: block;
    width: calc(50% - 75px);
    margin: 0 25px 0 50px;
    float: left !important;
    clear: none !important;
}
.art_block02_area{
    width: 100% !important;
}
.art_block02_area .block{
    display: inline-block;
    width: 75%;
    text-align: center;
    margin: 0 auto -40px auto !important;
}

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

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

.art_block04_area .block img{
    max-width: 430px !important;
    margin: 0 auto 20px auto !important;
    float: none !important;
    clear: both;
}

.area_block05{
    display: block;
    width: calc(33% - 25px);
    margin: 0 25px 0 0;
    float: left;
}
.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: inline-block;
    width: 98% !important;
    text-align: center;
    margin: 0 1% 20px 1%;
}
.art_block05_area .block img,
.art_block06_area .block img,
.art_block07_area .block img{
    max-width: 100% !important;
    margin: 0 auto 20px auto !important;
    float: none !important;
    clear: both;
}

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

.area_block07{
    display: block;
    width: calc(33% - 25px);
    margin: 0 0 0 25px;
    float: left;
}
.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: 75%;
    text-align: center;
    margin: 0 auto 0 auto !important;
}

.area_block34{
    display: block;
    width: calc(50% - 75px);
    margin: 0 50px 0 25px;
    float: right !important;
    clear: none !important;
}
.art_block34_area{
    width: 100%;
}
.art_block34_area .block{
    display: inline-block;
    width: 75%;
    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: 48% !important;
    height: auto;
    margin: 0 0 20px 0 !important;
    float: left !important;
}
.artmap_img_area01 .right_column{
    display: inline;
    width: 48% !important;
    height: auto;
    margin: 0 0 20px 0 !important;
    float: right !important;
}
.artmap_img_area01 .left_column img,
.artmap_img_area01 .right_column img{
    width: 100% !important;
    height: auto;
    margin-bottom: 25px;
}


.area_block02_28{
    display: flex;
    width: calc(100% - 100px);
    margin: 0 auto !important;
    float: none !important;
    justify-content: center;
    clear: both;
}
.area_block02_30{
    display: block;
    width: calc(100% - 100px);
    margin: 0 50px;
    float: left;
    clear: both;
}
.area_block02_35_36 dl{
    min-width:calc(100% - 50px) !important;
}
.art_block14_area img{
    max-width: 85% !important;
    margin: 0 auto 20px auto !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;
}

