        
 @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap');

        body {
            font-family: 'Noto Sans SC', "PingFang SC", "Microsoft YaHei", sans-serif;
            font-size: 16px;
            line-height: 1.8;
            color: #333;
            background-color: #f9f9f9;
            margin: 0;
            padding: 0px;
        }

        h1 {
            font-weight: 700;
            font-size: 2.5rem;
            color: #000;
        }

        p {
            font-weight: 400;
            font-size: 1.1rem;
        }
        
        /* Container for the box text style1*/
        .box-text-style1 {
            border: 1px solid black; /* Solid black border */
            /*margin: 20px auto; /* Centers the box and adds space around it */
            width: 100%; /* Responsive width */
            max-width: 800px; /* Optional: Limits maximum width for larger screens */
            box-sizing: border-box; /* Ensures padding and border are included in the width */
            position: relative; 
            /* For positioning the title */
            margin-top:60px;
            margin-bottom:60px;
        }

        /* Box title */
        .box-text-style1-title {
            position: absolute; /* Positions the title above the box */
            top: -28px; /* Moves the title above the box */
            left: -1px; /* Aligns the title to the left */
            background-color: black; /* Black background */
            color: white; /* White text color */
            padding: 5px 10px; /* Padding for the title */
            font-size: 16px; /* Title font size */
            font-weight: bold; /* Bold text for the title */
            border: 1px solid black; /* Matches the box border */
        }

        /* Box content */
        .box-text-style1-content {
            padding: 15px; /* Padding for the content */
            line-height: 1.7;
            
        }

        /* Responsive design */
        @media (max-width: 768px) {
            .box-text-style1 {
                /*margin:10px; /* Adjust margin for smaller screens */
            }

            .box-text-style1-title {
                font-size: 14px; /* Smaller font size for smaller screens */
                top: -46px; /* Adjust title position for smaller screens */
            }
        }


.post_excerpt {
    margin-top: 8px;
    margin-bottom: 5px;
    line-height: 1.4;
    font-size: 16px;
}

.author-photo img {
    border-radius: 50%;
}

.author_vcard {
    display: flex;
    align-items: center;
}
.view {
    margin-left: 5px;
    margin-right: 5px;
}

.fa.fa-tags {
    margin-left: 5px;
}

#index_slider_wrap {
    margin: 0 !important;
}

.td-block-title-wrap {
    position: relative;
}

.td_block_template_1 .block-title {
    text-align: left;
}


.block-title {
    /*font-family: roboto,sans-serif;*/
    font-size: 14px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 10px;
    border-bottom: 2px solid #222;
}


.block-title h4 {
    font-size: 19px;
    line-height: 29px;
    margin-top: 24px;
    margin-bottom: 14px;
}





.block-title a, .block-title span, .block-title label {
    line-height: 17px;
    display: inline-block;
    padding: 7px 12px 4px;
    background-color: #222;
    color: #fff;
}

.td-theme-wrap .tdi_91 .block-title > *, .td-theme-wrap .tdi_91 .td-subcat-dropdown:hover .td-subcat-more {
    background-color: #3a863d;
}


.recipe_category_list_widget ul li a {
    font-weight: 600;
    display: block;
    background: #fff;
    border: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
}




ul.flickr li {
    display: block;
    float: left;
    margin: 0 0 5px 0;
    padding: 0;
    border: 0;
    clear: none;
    width: 33.3%;
    padding-right: 10px;
    box-sizing: border-box;
}

body{
/*font-family: 'Noto Sans TC', 'PingFang TC', 'Microsoft JhengHei', sans-serif;*/
}

h3.title { font-size:18px; }
h4.title {font-size: 16px;}


.above-entry-meta .cat-links a, #content .post .single-title-above .above-entry-meta .cat-links a {
    background-color: #289dcc;
    border-radius: 3px;
    color: #ffffff;
    font-size: 12px;
    padding: 3px 10px;
    display: inline-block;
    line-height: 1.37;
}
.above-entry-meta {
    padding-bottom: 5px;
}

a.post-category.post-category-outdoor {
    /* background-color: #556699; */
    background-color: #1c9b6e;
}

a.post-category.post-category-travel {
    /* background-color: #556699; */
    background-color: #314fd6;
}



.below-entry-meta, #content .post .single-title-above .below-entry-meta {
    color: #888888;
    padding-top: 10px;
    font-size: 14px;
    display: flex;
  align-items: center;
}

.below-entry-meta .fa {
    color: #888888;
    /*font-size: 10px;
    padding-right: 3px;*/
}
.date {
    padding-right: 10px;
    margin-left:4px;
}
.author_vcard a{padding-right: 10px; color: #888888;}

span.tag-links a {
    color: #888;
    line-height: 20px;
}

.forum_main_content{
    padding: 0;
    margin:auto;
    max-width: 1160px;
}

#forum_article {
    padding: 0 10px 0 10px;

}


/* author box of fbinjapan */
.tdb-block-inner {display: table;}
.author-box .author-photo, .author-box .author-info {
                display: table-cell;
                vertical-align: top;
            }

@media (max-width: 767px) {
    .tdb-block-inner {display: inline-block;}

    .author-inner {
        /* author box in single.php */
        display: inline-block;
    }

    .author-box {
                    justify-content:center!important;
                    text-align: center!important;
                    padding-bottom: 20px;
                }
            }

            .author-box .author-info {
                display: table-cell;
                vertical-align: top;
            }

            .author-box .author-photo {
                display: inline-block;
                
            }

            .author-box .author-name,.author-box .author-url {
                display: block
            }

            .author-box .author-name {
                /*margin: 7px 0 8px;*/
                font-family: 'Open Sans','Open Sans Regular',sans-serif;
                font-size: 15px;
                line-height: 21px;
                font-weight: 700;
                color: #222
            }

            .author-box .tdb-author-name:hover {
                color: #4db2ec
            }

            .author-box .tdb-author-url {
                margin-bottom: 6px;
                font-size: 11px;
                font-style: italic;
                line-height: 21px;
                color: #444
            }

            .author-box .tdb-author-url:hover {
                color: #4db2ec
            }

            .author-box .tdb-author-descr {
                font-size: 12px
            }

            .author-box .author-social {
                margin-top: 4px
            }

            .author-box .tdb-social-item {
                position: relative;
                display: inline-block;
                -webkit-transition: all 0.2s;
                transition: all 0.2s;
                text-align: center;
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }

            .author-box .tdb-social-item:last-child {
                margin-right: 0!important
            }

            .author-box .tdb-social-item i {
                color: #000;
                -webkit-transition: all 0.2s;
                transition: all 0.2s
            }

            .author-box .tdb-social-item:hover i {
                color: #000
            }

            .tdi_83 {
                padding: 21px;
                border: 1px solid #ededed
            }

            .tdi_83 .tdb-author-info {
                width: auto;
                padding-bottom: 0;
                padding-left: 21px
            }

            .tdi_83 .author-photo {
                width: 117px;
                transform: translateZ(0);
                -webkit-transform: translateZ(0);
                pointer-events: auto
            }

            .tdi_83 .tdb-social-item i {
                font-size: 15px;
                vertical-align: middle;
                line-height: 15px
            }

            .tdi_83 .tdb-social-item i.td-icon-twitter,.tdi_83 .tdb-social-item i.td-icon-linkedin,.tdi_83 .tdb-social-item i.td-icon-pinterest,.tdi_83 .tdb-social-item i.td-icon-blogger,.tdi_83 .tdb-social-item i.td-icon-vimeo {
                font-size: 12px
            }

            .tdi_83 .tdb-social-item {
                min-width: 15px;
                height: 15px;
                margin: 10px 20px 10px 0
            }

            .tdi_83 .tdb-author-photo:hover:before {
                opacity: 0
            }

            @media (min-width: 1019px) and (max-width:1140px) {
                .tdi_83 {
                    border:1px solid #ededed
                }
            }

            @media (min-width: 768px) and (max-width:1018px) {
                .tdi_83 {
                    border:1px solid #ededed
                }
            }

            @media (max-width: 767px) {
                .tdi_83 {
                    border:1px solid #ededed
                }

                .tdi_83 .author-photo {
                    display: inline-block;
                    transform: translateZ(0);
                    -webkit-transform: translateZ(0)
                }

                .tdi_83 .author-info {
                    display: inline-block;
                    width: 100%;
                    padding-top: 21px;
                    padding-left: 0
                }
            }


.author-box {
    margin-top: 20px;
    padding-bottom: 10px;
}
.author-photo {
    /*width: 117px;*/
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    pointer-events: auto;
    display: inline;
}

.author-desc {
    margin-top: 10px;
    line-height: 1.3;
}
.author-info{
    margin-left: 10px;
    width: auto;
}

ul#author_social_link{
    margin: 0;
}

/* SNSボタン */
#author_social_link {  position:relative;   }
#author_social_link li { display:inline-block; margin-top:10px; margin-right: 5px; position:relative; }
#author_social_link li a {
  display:block; overflow:hidden; width:20px; height:20px; line-height:20px; text-align:center; position:relative;
}
#author_social_link li a span { display:none; }
#author_social_link li a:before {
  font-family:'design_plus'; font-size:15px; display:block;
  position:absolute; top:1px; left:0; right:0;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#author_social_link li a:hover:before { color:#aaa; }
#author_social_link li.twitter a:before { content:'\e904'; }
#author_social_link li.facebook a:before { content:'\e902'; }
#author_social_link li.insta a:before { content:'\ea92'; }
#author_social_link li.pinterest a:before { content:'\e905'; }
#author_social_link li.google a:before { content:'\e900'; }
#author_social_link li.youtube a:before { font-family: 'footer_bar'; content: "\ea9d"; }
#author_social_link li.contact a:before { content:'\f003'; }
#author_social_link li.rss a:before { content:'\e90b'; }



/* mobile menu icon */
img.menu-icon {
    width: 22px;
    height: 22px;
    display: inline-grid;
    margin-right: 10px;
    vertical-align: middle;
}

.list-grid-toggle {
    display: inline-flex !important;
    padding: 0 6px !important;
    border: none;
    float:right;
    background-color: transparent !important;
}

@media screen and (max-width: 650px)
.list-grid-toggle {
    display: none;
}

img.list-grid-toggle-icon {
    width: 16x;
    height: 16px;
    display: inline-grid;
    /*margin-right: 10px;*/
    vertical-align: middle;
    background: transparent !important;
}

span.list-grid-toggle a {
    padding: 5px;
    background: transparent;
}


#news_list .travelmap_item {
    background: #fff;
    border: 1px solid #ddd;
    margin: 0 0 -1px 0;
    /* height: 200px; */
    padding: 19px 23px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*display: inline-table;*/
    margin-bottom: 10px;
    /* margin: auto; */
    display: flex;
    justify-content: space-between;
}


#news_list .link_travelmap{
    display: block;
    /* width: 100%; */
    height: 100%;
    position: relative;
    background: #fff;
    margin-right: 20px;
}

#news_list .travelmap_title_area {
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
    height: 100%;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    display: block;
    align-content: left;
    align-items: left;
}

/* 動画 */
#index_video { width:100%; height:100%; position:relative; overflow:hidden; }
#index_video_mp4 {
  position:absolute; left:0; width:100vw;
  top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
@media screen and (max-width:900px) {
  #index_video_mp4 {
    width:auto; height:100%;
    left:50%; top:50%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
  }
}
#video_poster { width:100%; height:100%; position:absolute; z-index:1; }


/* YouTube */
#youtube_video_wrap { margin: 0 auto; width:100%; position:absolute; }
#youtube_video_wrap.type1 { top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#youtube_video_wrap.type2 { top:0px; left:50%; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); }
#youtube_video_wrap_inner { padding-top:56.25%; position:relative; width:100%; }
#youtube_video_player { height:100% !important; position:absolute; left:0; top:0; width:100% !important; }


/*----------------------------------------------------
    comment fix
----------------------------------------------------*/
.comment-body { margin-bottom:10px !important; }
.comment-author.vcard {
    margin-bottom: 10px;
}
.reply {
    margin-top: 10px;
}
.comment-meta {
    position: relative;
    margin: 10px 0 10px 0;
}
#guest_info input {box-shadow: none;}
#comment_textarea textarea {box-shadow: none;}
/* Author box spacing and avatar sharpness fix for single.php */
.author-box .author-photo-single {
  padding-right: 20px;
}
.author-photo-single img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}


/* ======================================== ======================================== MOBILE FONT ENHANCEMENT (2026-02-27) - Increased font sizes for better mobile readability ======================================== ======================================== */

@media screen and (max-width: 768px) {
  body {
    font-size: 16px !important;
    line-height: 1.8 !important;
  }
  
  p {
    font-size: 1.1rem !important;
    line-height: 1.8 !important;
  }
  
  .box-text-style1-title {
    font-size: 16px !important;
    padding: 7px 14px !important;
  }
}

/* Main article content font sizes */
@media screen and (max-width: 650px) {
  .post_content,
  .post_content p {
    font-size: 16px !important;
    line-height: 1.85 !important;
  }
  
  h1 {
    font-size: 2rem !important;
  }
  
  .post_content h2 {
    font-size: 24px !important;
  }
  
  .post_content h3 {
    font-size: 20px !important;
  }
  
  .post_content h4 {
    font-size: 17px !important;
  }
  
  #article_title_area .title {
    font-size: 24px !important;
    line-height: 1.4 !important;
  }
  
  /* Article lists */
  .article_list .title_area .title {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }
  
  /* Post excerpts */
  .post_excerpt {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }
  
  /* Navigation and menus */
  .megamenu_article_category_list .headline {
    font-size: 18px !important;
  }
  
  .megamenu_article_category_list li {
    font-size: 17px !important;
    line-height: 1.6 !important;
  }
}

@media screen and (max-width: 450px) {
  body {
    font-size: 17px !important;
  }
  
  .post_content,
  .post_content p {
    font-size: 16px !important;
  }
  
  .post_content h2 {
    font-size: 22px !important;
  }
  
  #article_title_area .title {
    font-size: 22px !important;
  }
}

@media screen and (max-width: 650px) {
  .post_content p {
    font-size: 16px !important;
  }
}
