.wp-block-table figcaption{
    font-size: 0.8rem;
    margin: 0;
}

.p-entry-detail__main h2 {
    font-family: 'Noto Sans JP';
    padding: 0 1rem 0 1rem;
    border-left: 6px double #666;
    margin: 2rem 0 2rem 1rem;
    font-size: 1.3rem;
}

.p-entry-detail__main h2:first-letter {
  font-size: 150%;
  color: #666;
}

.p-entry-detail__main h3 {
    font-family: 'Noto Sans JP';
    padding: 0 1rem 0 1rem;
    font-size: 1.1rem;
}

.p-entry-detail__main h4 {
    font-family: 'Noto Sans JP';
    padding: 0 1rem 0 1rem;
    font-size: 1rem;
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 0.8rem;
}


.summary_wrapper {
    position: relative;
    width: 100%;
}

.summary_main {
    position: relative;
    z-index: 0;
    background: #fff;
}

.p-entry-detail {
    padding: 8rem 0 5rem;
    background: #ffffff;
}

.section__container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 95rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 6rem;
    padding-left: 6rem;
}

.tag_wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin: 2rem auto 0;
    text-align: center;
    width: 100%;
    justify-content: center;
}

.village_name a{
    margin: 0 0.5rem 0.5rem 0;
    padding: 0.2rem 0.8rem;
    border: #9a9a9a solid 1px;
    border-radius: 0.3rem;
    font-size: 0.8rem;
    line-height: 1.5;
    background: #9a9a9a;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: 100;
}

.village_name_wrapper{
    width: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.village_tag_wrapper {
    width: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.village_name:before {
    color: #fff;
}

.village_name_list{
    padding: 0;
}


/* ヘッダー
------------------------------------------------------------*/

.p-entry-detail__head {
    margin-bottom: 6rem;
}

.p-entry-detail__date {
    margin-bottom: 1rem;
    color: #9A9A9A;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
}

.p-entry-detail__ttl {
    margin-bottom: 2.8rem;
    padding-bottom: 3.5rem;
    border-bottom: #808080 dashed 1px;
    color: #6d6d6d;
    font-size: 1.6rem;
    line-height: 1.77;
    text-align: center;
}

.p-entry-detail__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

.p-entry-detail__tags li {
    margin: 0 0.5rem 0.5rem 0;
    padding: 0.2rem 0.9rem;
    border: #9a9a9a solid 1px;
    border-radius: 0.3rem;
    font-size: 0.8rem;
    line-height: 1.5;
}

.p-entry-detail__tags li a{
    text-decoration: none;
    color: #6d6d6d;
}

.c-tag:before {
    content: '#';
    color: #6d6d6d;
}

.p-entry-detail__eyecatch {
    display: block;
    margin-top: 3rem;
}

.p-entry-detail__eyecatch img {
    width: 100%;
    height: auto;
    vertical-align: text-bottom;
    display: inline-block;
    object-fit: cover;
}


/* ヘッダー
------------------------------------------------------------*/

.summary_header_img{
    margin: 0;
    vertical-align: text-bottom;
}

.p-entry-detail__mainWrap{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.p-entry-detail__main{
    width: 70%;
}

.p-entry-detail__sub {
    width: 30%;
    padding: 0 1rem 0 5rem;
}

.rank_wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    margin-top: 2rem;
}

.rank_h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    color: #666;
    font-size: 1.8rem;
}

.rank_h2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 100px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #666;
    border-radius: 2px;
}

.rank_inner{
    display: block;
    padding: 0;
}

.rank_inner li{
    margin: 0 0 3.5rem;
}

.rank_inner a{
    text-decoration: none;
}

.rank_img{
    margin: 0;
}

.rank_img img {
    width: 100%;
    height: auto;
    vertical-align: text-bottom;
    display: inline-block;
    object-fit: cover;
}


.rank_title {
    font-size: 0.9rem;
    color: #6d6d6d;
    margin: 0.8rem 0 0.5rem;
}

.rank_view {
    font-size: 0.6rem;
    margin: 0;
    color: #6d6d6d;
}


/* 関連記事 */
.summary_relation {
    max-width: 95rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 6rem;
    padding-left: 6rem;
    margin-bottom: 6rem;
}

.summary_relation_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    margin-top: 3rem;
}

.summary_relation_cell:not(:nth-of-type(3n+0)) {
    margin-right: 4.6875%;
}

.summary_relation_cell {
    width: 30%;
    margin-bottom: 3rem;
}

.connection_img img{
    width: 100%;
    height: auto;
    vertical-align: text-bottom;
    display: inline-block;
    object-fit: cover;
}

.connection_img{
    margin: 0;
}

.summary_relation_celltitle {
    font-weight: 700;
    line-height: 1.6;
    margin: 1.3rem 0 0;
}

.summary_relation_date {
    color: #4a4a4a;
    font-size: 0.7em;
    margin: 5px 3px;
}

.summary_relation_celltitle a{
    color: #808085;
    font-size: 0.9rem;
}

.p-entry-detail__body{
    padding: 3.2rem 1.6rem;
    word-wrap: break-word;
}

.p-entry-detail__body p {
    font-size: 0.9rem;
    line-height: 2.5;
    padding: 0 1rem 1rem;

}

.p-entry-detail__body img{
    padding: 0 1rem;
}

.summary_relation_title {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    color: #666;
    font-size: 1.8rem;
}

.summary_relation_title:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 100px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #666;
    border-radius: 2px;
}



/* youtube
------------------------------------------------------------*/
.embed {
    padding: 3.2rem 1.6rem;
}

.embed iframe {
    width: 100%;
    height: 500px;
    padding: 1rem;
}


/* footer
------------------------------------------------------------*/

.footer_column{
    padding: 3rem 0 0;
    background: #e6e6e6;
}

.summary_footer {
    max-width: 95rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 6rem;
    padding-left: 6rem;
}

.s_footer_title {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    color: #666;
    font-size: 1.8rem;
}

.s_footer_title:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 200px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #666;
    border-radius: 2px;
}

.s_footer_body{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.s_footer_main {
    margin: 30px 0 30px;
    text-align: left;
    width: 60%;
}

.s_footer_sub {
    margin: 30px 0;
    text-align: left;
    width: 100%;
}

.prof_img{
    margin: 0;
}

.prof_img img {
    max-width: 300px;
    height: auto;
}

.prof_name{
    font-family: 'Noto Sans JP',serif;
    font-size: 1.1em;
}

.prof_des {
    font-family: 'Noto Sans JP',serif;
    font-size: 0.8em;
    margin: 20px 0;
    display: block;
    line-height: 1.9;
}

.prof_otherpost {
    font-size: 0.8em;
}

.writer_name a{
    color: #808085;
}

.other_post {
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}


.c-sns {
    background: #f5f4f4;
    padding: 1rem;
    margin: 1rem;
}

/* ボタン全体 */
.flowbtn10{
display:inline-block;   
font-size:35px;
text-decoration:none;
transition:.5s;
color:#444; 
}
/* インスタ・pocket・ラインだけ少し大きく */
.flowbtn10 .fa-instagram {
font-size:38px;
}
/* Twitterマウスホバー時 */
.flowbtn10 .fa-twitter:hover{
color:#55acee;
}
/* Instagramマウスホバー時 */
.flowbtn10 .fa-instagram:hover{
color:#c6529a;
}
/* Facebookマウスホバー時 */
.flowbtn10 .fa-facebook-f:hover{
color:#3b5998;
}
/* YouTubeマウスホバー時 */
.flowbtn10 .fa-youtube:hover{
color:#fc0d1c;
}
/* メールアイコンマウスホバー時 */
.flowbtn10 .fa-envelope:hover{
color:#f3981d;      
}
/* ulタグの内側余白を０にする */
ul.snsbtniti{
padding:0!important;
}
/* アイコン全体の位置 */
.snsbtniti{
    display: flex;
    flex-flow: row wrap;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
/* アイコン同士の余白 */
.snsbtniti li{
    margin: 0 3rem 0 0;
    flex: 0;
}

#toc_container {
    background: #f5f4f4;
    padding: 1rem;
    font-size: 0.9rem;
    margin: 1rem 1rem 5rem 1rem;
}

#toc_container li {
    margin: 1rem 0;
}



@media print, screen and (max-width: 768px){

.wp-block-table figcaption{
    font-size: 0.8rem;
    margin: 0 0 0 1.3rem;
}

.wp-block-table table {
    width: 90%;
    margin: auto;
}

.wp-block-image figcaption {
    padding-right: 1.3rem;
    padding-left: 1.3rem;
}

.p-entry-detail {
    padding: 5rem 0 0;
}

.section__container {
    padding-right: 0;
    padding-left: 0;
}

.p-entry-detail__ttl {
    margin-bottom: 0;
    padding-bottom: 1.8rem;
    font-size: 1.2rem;
    text-align: left;
    padding-right: 1rem;
    padding-left: 1rem;
}

.p-entry-detail__date {
    text-align: left;
    padding-right: 1rem;
    padding-left: 1rem;
}

.village_tag_wrapper{
    width: 100%;
}

.tag_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-right: 1rem;
    padding-left: 1rem;
}

.p-entry-detail__head {
    margin-bottom: 0;
}

.p-entry-detail__mainWrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.p-entry-detail__eyecatch {
    margin-top: 2rem;
}

.p-entry-detail__eyecatch img {
    height: auto;
}

.p-entry-detail__main {
    width: 100%;
}

.c-sns {
    padding: 1rem;
    width: 100%;
    margin: 1.3rem 0;
}

.snsbtniti .flowbtn10{
    font-size: 1.7rem;
}

.snsbtniti .flowbtn10 .fa-instagram {
    font-size: 1.8rem;
}

.pc{
    display: none !important;
}

.flowbtn11 {
    border-radius: 50%;
    width: 3.6rem;
    height: 3.6rem;
}

.fa, .fab, .fal, .far, .fas {
    top: 0;
    left: 0;
    position: relative;
}

ul.snsbtniti {
    padding: 0!important;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
}

ul.snsbtniti2 {
    padding: 0.5rem !important;
    transform: scale(0.8);
    zoom: 0.8;
}

.snsbtniti2 li {
    margin: 0 1.6rem 0 0;
}

.snsbtniti li{
    margin: 0 !important;
    flex: 0;
}

.p-entry-detail__body {
    padding: 1.2rem 0;
}

.p-entry-detail__body p {
    font-size: 0.8rem;
    line-height: 2.8;
    padding-right: 1.3rem;
    padding-left: 1.3rem;
}

.p-entry-detail__main h2{
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 1.2rem;
}

.other_post {
    padding-right: 0rem;
    padding-left: 0rem;
    font-size: 0.8rem;
}

.p-entry-detail__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    flex-direction: row;
}

.village_name_wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.village_tag_wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.village_name a{
    font-size: 0.6rem;
}

.p-entry-detail__tags li {
    font-size: 0.6rem;
}

.p-entry-detail__sub {
    width: 100%;
    padding: 3rem 2rem 1rem 2rem;
}

.pop_column {
    margin: auto;
    text-align: center;
}

.rank_img img {
    height: auto;
}

.summary_relation {
    padding-right: 2rem;
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.summary_relation_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    margin-top: 2rem;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.connection_img img {
    height: auto;
}

.summary_relation_cell {
    width: 100%;
}

.summary_relation_cell:not(:nth-of-type(3n+0)) {
    margin-right: 0;
}

.summary_footer {
    padding-right: 2rem;
    padding-left: 2rem;
}

.s_footer_body {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.s_footer_sub {
    margin: 0;
}

.prof_name {
    font-size: 1em;
}

.toc_title{
    padding: 0 !important;
    font-size: 0.9rem;
}

.toc_list{
    padding: 0;
    font-size: 0.8rem;
}

.footer_column{
    padding: 3rem 0;
}



/* youtube
------------------------------------------------------------*/
.embed {
    padding: 3.2rem 0;
}

.embed iframe {
    width: 100%;
    height: 280px;
}


    }