@charset "UTF-8"; /* @import url(https://fonts.googleapis.com/earlyaccess/hannari.css);*/ @import url(../../js/slider-pro/dist/css/slider-pro.css);

/* これより下に子テーマ用CSSをお書き下さい。 */

/* カルーセルパーツ用 */
.scroll_content { /* リスト全体のスタイル */ display: flex; margin: auto; overflow-x: auto; overflow-y: clip;　}
.scroll_content::-webkit-scrollbar {　display:none;　}
.scroll_content li { /* 各リストのスタイル */
  width: 31%; margin-right:1%; margin-left:1%; padding: 0px; flex-shrink: 0; list-style: none;
}
.scroll_content img { /* 画像のスタイル */
  width: 100%; object-fit: cover;
}
.scroll_content::-webkit-scrollbar {
  height: 10px; /* スクロールバーの高さ */
}
.scroll_content::-webkit-scrollbar-thumb {
  background: #aaa; /* ツマミの色 */
  border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; /* ツマミ両端の丸み */
}
.scroll_content::-webkit-scrollbar-track {
  background: #ddd; /* トラックの色 */
  border-radius: 6px; /* トラック両端の丸み */
}
input.soshin { background-color: #069; border-radius:5px; -moz-border-radius: 5px ; border-radius: 5px ; font-size:20px; }
.sponly { display:none; }
.posted-date::before, .updated-date::before { margin-right:2px; }

/*グロナビ*/
ul.gnav { width:310px;height:auto;background-color: #111; }
.gnav > li > .sub-menu { background-color:#111; display:block !important; }
.sub-menu>li { width:270px; }
#overlay-menu-close-btn>svg { color:#fff; }
#gnav a { color:#fff; }
.gnav > li { width: 100% !important; border-bottom:1px dashed #fff; }
.gnav > li:hover, .sub-menu>li:hover { background-color:#4d90fe;color:#fff; }
.gnav > li:hover > ul > li { height:auto; }
.gnav > li.bold > a, .gnav > li.border-none > a { font-size:1.3em; }
.gnav > li.border-none { border: 0px; padding-left:6%; }
.gnav > li.border-none a { padding-bottom: 0px; border-bottom: 4px solid #0cf; text-align:center; margin-right:6%; }
.gnav > li.border-none a > span { font-weight:bold; }
.gnav > li.menu-item-has-children > a > span { border-bottom: 2px solid #fff; }
.sub-menu>li>a { font-size:1.1em; }
.sub-menu>li>a>span {border-bottom:1px dashed #bbb; }
.sub-menu { box-shadow:none; padding:0px; margin: -10px 0px 20px; }
.sub-menu li > a:before { content:"├ "; }
.sub-menu li.bold > a:before { content:''; }
.sub-menu li.bold > a { font-weight:bold; }
.sub-menu li.bold > a > span { border-bottom:3px solid #bbb; padding:0px 10px; }

#logo { width:100%; }
#logo > a { text-align: center; margin: 0px auto; /* text-shadow: 0px 0px 5px #000; */}
.site-title { font-family: 'Hannari', "Yu Mincho", "YuMincho"; font-size: 108px !important; color:#111; font-weight: normal; margin: 0px 0px 0px 15px; letter-spacing: 6px; line-height:1; position:relative; top:72px; left:0; right:0; }
.site-name-eng { font-size: 12px; color:#111; margin-bottom:8px; display:none; }
.site-description { position:absolute; top:36px; left:0; right:0; font-weight:bold; margin:0px; letter-spacing: 2px; }

.fixed-topbar { background-color:rgba(255,255,255,0.9); height:64px; box-shadow: 0px 0px 6px 0px rgba(0,0,0,.1); }
.fixed-topbar #topbar { height:64px; }
.fixed-topbar .site-name-eng { display:none; }
.fixed-topbar .site-title, .fixed-topbar .site-name-eng, .fixed-topbar .site-description { color:#111 !important; }
.fixed-topbar .menu-icon { fill: #111; }
.menu-icon { fill: #111; }
#overlay-menu-close-btn { position:fixed; }
#topbar-menu-btn { position:fixed; right: 0; top: 20px; left: 20px; width:20%; }
.fixed-topbar #topbar-menu-btn { top:12px; }
#overlay-menu-close-btn { right: 0; top: 20px; left: 20px; }
.menu-icon { width:36px;height:36px; }
#topbar-search-btn { /*display:none;*/ position:fixed;right:0px; top:8px; padding:4px; background-color: rgba(255,255,255,0.3); }
#topbar-search-btn img { width:40px;height:40px; }
#overlay-search { width:auto; height:auto;left:auto;right:0;background-color: rgba(255,255,255,0.9); }
#overlay-search-close-btn { top:10px; right:12px }
#google_translate_element { padding: 0px 40px 0px 15px; }
.goog-te-combo { display:block; margin:0px; }
#header { position:relative;z-index:2; }
#wrapper { margin-top:0px; }
#social-media { padding-top:10px; }

#tagcloud { display:block;position:relative; }
.cloudblock { background-color:#efefef; margin-top:40px; padding: 40px 0px; text-align: center; }
#tagcloud .tag-cloud-link { font-size:1.4em !important; color: #111; display: inline-block; border-bottom: 2px dashed #111; background-color: #fff; margin-right: 8px; margin-bottom: 8px; padding: 0px 10px 0px; -webkit-border-radius: 40%; -moz-border-radius: 40%;  border-radius: 40%; }
#tagcloud .tag-cloud-link span { font-size:75%; }

section.float-footer > a { display:block; position: fixed; bottom: 20px; background-color: #fff; border-radius: 30px; padding: 12px 30px; z-index: 1; left: 50%; transform: translateX(-50%);box-shadow: 0 0 15px rgba(0,0,0,.1); font-size:1.2rem; text-align:center; width:max-content; }
section.float-footer div { display:inline-block; }
section.float-footer div > img { width:130px; }
section.float-footer div > span { font-weight:bold; margin-left:14px;font-size:1.4rem; letter-spacing:0px; }

footer { background-color:rgba(0,141,203,1); }
#footer { margin-top:0px; padding:0px; }
#copyright { display:block;position:relative;/*margin:20px auto 40px;*/ padding:50px 0px 80px; }
#copyright, #copyright > a, #copyright > p > a { font-family: YuMincho,'Yu Mincho','Hannari', serif; }

#footer-pref-tag { display:block; width:100%; max-width:998px; margin:50px auto; }
#footer-pref-tag .footer-pref-tag-title { font-size:24px; font-weight:bold; display:block; margin-top:30px;  }
#footer-pref-tag ul { margin:15px 0px; }
#footer-pref-tag ul.footer-pref-preflist-3 { margin:5px; }
#footer-pref-tag li { display:inline-block; padding-right:15px; }
#footer-pref-tag ul.footer-pref-preflist li:first-child { width: 120px; font-weight:bold; }
#footer-pref-tag a { color:#111; border-bottom:1px solid #111; }
#footer-pref-tag a:hover { background-color:#4d90fe; }

#pages { background:url(/wp-content/img/bg_2022.jpg) no-repeat center right / cover; padding-top:0px; }
.pages { background-color:rgba(0,0,0,0.7); height:100%; display:block; position:relative; padding-bottom: 80px; }
.pages_head { color:#fff; padding:80px 0px 30px; }
.pages_head .pages_desc_top { font-size: 32px; font-weight: bold; margin-bottom: 25px; }
.pages_head .pages_desc { font-family: YuMincho,'Yu Mincho', serif; font-size: 24px; line-height:1.7; }
.pages_head .pages_eng { font-size: 20px; line-height:1.6; }
.pages li { display: inline-block; border: 2px solid #fff; border-radius: 8px;-moz-border-radius: 8px; border-radius: 8px; width: 45%; margin-right: 1%; margin-left: 1%; margin-bottom: 2%; background-color:rgba(15,100,180,0.5); }
.pages li > a { color: #fff; font-size: 22px; font-weight: bold; width: 100%; padding: 10px 2px; display: block; }
.pages li > a:hover { background-color:#4d90fe; }

/*共通ピックアップエリア*/
.renewal-top-pickup { display:block; position: relative; background-color:#111; padding:40px 0px 10px; /*margin-bottom:-60px;*/ }
.renewal-top-pickup .renewal-top-title { text-align:center; font-size:30px; font-family: "Helvetica"; color:#fff; font-weight:bold; /*text-decoration:underline;*/ border-bottom: 3px solid #fff; font-style: italic; }
.renewal-top-pickup ul { margin-top:0px; padding-bottom:20px; }
.renewal-top-pickup ul::-webkit-scrollbar { height:10px; }
.renewal-top-pickup ul::-webkit-scrollbar-track { background-color:#111; }
.renew_pickup_img { display:block; position:relative; margin-bottom:-20%; }
.renew_pickup_img::before { content:''; display:block; position:absolute; background-color: rgba(0,0,0,0.3); width:100%; height:100%; }
.renewal-top-pickup .renew_pickup_content { display:block; position:relative; left:-2%; }
.renewal-top-pickup .renew_pickup_title span { background-color:#fff; color:#111; font-size:28px; font-weight:bold; line-height:1.1; letter-spacing:-2px; }
.renewal-top-pickup .renew_pickup_date { display:inline-block; color:#fff; }

/* トップページ */
#slider { margin:0px; margin-top:78px; width:100%; }
.swiper-slide { padding:0px; }
.top-slider-bk { position: absolute; width: 100%; height: 100%; top: 0px; left: 0; background-size: cover; background-position: center; background-repeat: no-repeat; filter: blur(0.6rem); /*filter: invert(100%);*/transform: translateZ(0); z-index: 1; }
.swiper-slide>img, .archive .archive-heads>img { filter: contrast(120%); max-width:900px; display:block; position:relative; z-index:2;margin:0px auto; height:90vh; }
.swiper-header { width:100%;height:100%;left:0px;top:0px;background-color:#111; }
.swiper-header a { cursor:pointer; }
.swiper-header>a::after { z-index:2; background-color:rgba(0,0,0,0.1); }
.swiper-title { -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; display:block; top: 11%; right:15% !important; margin-bottom: 5%; }
.swiper-title span { font-weight: bold; line-height: 1.5; padding:0px; background-color:#111; color:#fff;  }
.swiper-title span.swp-title1 { font-size: 48px; letter-spacing:2px; }
.swiper-title span.swp-title2 { font-size: 36px; letter-spacing:0px; word-break: normal; }
.swiper-container-horizontal > .swiper-pagination-bullets { height: 25px !important; }
.swiper-pagination-bullet { width:12px; height:12px; background-color:#fff !important; }
.swiper-pagination { bottom: 40px !important; left: 0 !important; position: absolute !important; }

main { max-width:1940px; margin:0px auto; }

/* リニューアルこの辺から  */
main .jgmap { display:block;position:relative;margin:-30px auto 0px;background-color:#111; }
main .jgmap a { display: block;position: relative;width: 360px;padding: 20px 0px;text-align: center;font-size: 1.3em;margin: 0px auto;background-color: #fff;font-weight: bold;z-index: 1;border-radius:40px;-moz-border-radius: 40px; border-radius: 40px; }
.renewal-top-01 { display:block; background-color:#111; color:#fff; padding:50px 0px; }
.renewal-top-01 span:first-child { display:block; text-align:center; font-size:36px; font-weight:bold;  }
.renewal-top-01 .sb_instagram_header { display:none; }
.renewal-top-01 #sb_instagram { padding-top:40px; max-width:1200px; }
.renewal-top-01 #social-media { background-color:#fff; border-radius: 48px; -moz-border-radius: 48px; border-radius: 48px;margin: 30px auto 0px; padding-bottom:10px; width:400px; }
.renewal-top-01 .transparent { width:66px;  }
.renewal-top-01 .transparent>a>svg { width:54px; height:54px;  }
.renewal-top-01 #sb_instagram .sbi_photo { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; border:3px solid #fff; }

.renewal-top-02 { background: url(/wp-content/img/bg_2022.jpg) no-repeat center left / cover; width: 100%; position: relative; }
.renewal-top-02 aside { background-color: rgba(0,0,0,0.6); width:100%; padding:50px 0px 100px; }
.renewal-top-02 .renewal-top-02_read { color:#fff; display:block; text-align:center; font-size:32px; font-weight:bold; }
.renewal-top-02 .renewal-top-02_read span { font-size:1.5em; margin:0px 4px; line-height:1.2; }
.renewal-top-02 ul { width:100%; max-width:980px; margin:50px auto 60px;  }
.renewal-top-02 li { width: 31%; margin-right:1%; display: inline-block; text-align:center; }
.renewal-top-02 li:first-child { margin-left:1%; }
.renewal-top-02 li > a { display:block; background-color:#fff; color: navy; font-size:20px; font-weight:bold; padding:20px 0px; border-radius:40px;-moz-border-radius: 40px; border-radius: 40px; }
.renewal-top-02 li > a:hover { background-color:#4d90fe; color:#fff; }

/*Google*/
.renewal-top-02 #___gcse_0 { width:100%; max-width:980px; margin: 0px auto;  }
.renewal-top-02 #___gcse_0 input { height: 56px !important; }
.renewal-top-02 #___gcse_0 button { height: 66px; border-radius:8px;-moz-border-radius: 8px; border-radius: 8px; }
.renewal-top-02 .gsc-search-button-v2 svg { width:30px; height: 30px; }
.renewal-top-02 .gsc-control-cse { background:none;border:none; }

/*.renewal-top-randam .archive-head, .renewal-top-randam2 .archive-head { background:none; } */
.archive-head { background:none; }
.renewal-top-randam , .renewal-top-randam2 { padding: 10px 0px 60px ; }
.renewal-top-randam2 { width: 100%; position: relative; }
.renewal-top-randam2::before { content: '';position: absolute;top: 0;bottom: 0;left: 0;right: 0;background-color: #ebf6f7;transform: skewY(-5deg);z-index: -1;}
.renewal-top-randam_button { display: block; position: relative;text-align: center; margin: 80px 0px 30px; }
.renewal-top-randam_button a { background: #111; color: #fff; font-size: 20px; padding: 55px 15px; font-weight: bold; border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}
.renewal-top-randam_button a:hover { background-color:#4d90fe; color:#fff; }
.month-theme { font-weight:bold; font-style: italic; font-size: 20px; }

/*トップページ色々*/
.entry-list { /*float:left; floatを消してinlineblockに書き換えます*/ display:inline-block; vertical-align:top; width:31.8%; height:auto; padding:0px; margin-left:1%; /*margin-right:1%;*/ margin-bottom:20px; /* margin-left:5%;margin-right:1%; margin-bottom:7%;*/ }
.entry-category { color:#111; border:1px solid #111; background-color:transparent; }
.entry-list .entry-category, .renewal-top-randam .entry-category, .renewal-top-randam2 .entry-category, .scroll_content .entry-category { margin-bottom: -20px; background-color: #fff; border: 0px; border-bottom: 2px solid #111; font-size: 14px; font-weight: bold; position:relative; z-index:1; }
.entry-list .entry-image, .scroll_content .entry-image { width: 100%; -webkit-border-radius: 33%; -moz-border-radius: 33%; border-radius: 33%; margin-bottom: -60px; }
.entry-list .entry-image>img, .scroll_content .entry-image>img { width:100%; height:100%;  }
.entry-inner2 { display: block; position: relative; /* margin-top: -50px; */ }
.entry-inner2 h2 { display:block; position:relative; line-height: 1.1; margin-bottom:5px; }
.entry-inner2 h2 span, .entry-inner2 .engtitle span { background-color:#111; color:#fff; font-weight:bold; padding:1px; }
.entry-inner2 h2 span { font-size:24px; }
.entry-inner2 .engtitle { line-height:1.1; }
.entry-inner2 .engtitle span { font-size:20px; letter-spacing:0px; }
.entry-inner2 .entry-content p span { font-size: 20px; color: #111; line-height: 1.2; text-decoration: underline; letter-spacing: 0px; font-weight: bold; }
.entry-content { height:114px; max-height:114px; }
.pagination { margin:40px auto; }
.pagination .page-numbers { font-size:22px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;  }
/*
.entry-list .entry-image, #entry .entry-list .entry-image { height:auto; width:100%;  }
#entry .entry-list .entry-image { margin-left:0%; }
.entry-list .entry-image > img, #entry .entry-list .entry-image > img { width:100%;height:auto; }
.entry-inner { width: 70%; padding:15px 10px 10px; background-color: rgba(255,255,255,0.8); top: 92%; box-shadow: 2px 2px 8px 0px rgba(222,222,222,.1); }
.entry-title { font-family: YuMincho,'Yu Mincho','Hannari', serif; word-break: break-all; margin-bottom:2px;}
.entry-list .entry-title span { background-image:linear-gradient(transparent 63%, #D3EDFB 60%);display:inline !important; padding:0px 3px; }
div.engtitle { height:1.6em; overflow:hidden;  }
div.engtitle span { font-size:1.3rem;margin-top:2px;margin-bottom:6px;line-height:1.4; }
*/
.entry-footer { margin-top:8px; }
.entry-date { font-weight:bold;font-size: 1.1rem; margin-top:8px;}
.archive-head { text-align:center; padding: 40px 0px 20px;}
.archive-head .title, #wp_rp_first h3 { text-align:center; font-family:"helvetica"; color: #111; font-size: 32px; font-weight: bold; letter-spacing: -1px; text-decoration:underline; font-style: italic; }
#entry-content h3 { text-align:center; font-family:"helvetica"; color: #111; font-size: 32px; font-weight: bold; letter-spacing: 1px; border-top:5px solid #111; border-bottom:5px solid #111; padding: 5px 0px; }
.archive-head .titleeng { display: block; font-size: 22px; font-family:'Hannari', "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", serif; /* margin-top: 6px; */ }
#entry-content h3, #wp_rp_first h3 { margin-bottom:15px; }
#entry-content h3:before { background:none; }

/*関連記事無理矢理調整*/
#entry .wp_rp_content { display: block; position: relative; margin-bottom: 100px; }
#entry .related_post { margin:40px 0px; }
#entry .related_post .entry-list { display:inline-block; position:relative; padding-bottom: 85px; }
#entry .related_post .entry-image { height:auto; border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;}
#entry .related_post .entry-image img { border-radius: 33%; -moz-border-radius: 33%; border-radius: 33%;}
#entry .related_post .entry-inner { top: 0; bottom: 0; left: 0px; width: 100%; transform:none; }
#entry .related_post .entry-title { height:76px; max-height: 76px; display:block; position:absolute; bottom:5%; z-index:1; }
#entry .related_post .entry-title span { background-color:#111; color:#fff; font-weight:bold; font-size: 32px; line-height:1.2; }
#entry .related_post .entry-category { top: -10px; bottom: 0; margin:0px; font-size:12px; }

/*タグ用*/
.garden_jidai p { text-align:center;font-size: 2.2rem; font-weight:bold;border-bottom:1px solid #111; }
.garden_jidai a { display:inline-block; padding: 5px 10px; margin: 5px; border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 1px solid #111; }

/* アーカイブページ */
.archive .archive-heads { margin:78px 0px 0px; width:100%; height:50vh; position:relative; background-color:#111; z-index:1; overflow:hidden; }
.archive .archive-heads>img { height:55vh;  }
.archive-heads > header { position:absolute; left: 5%; }
.archive .archive-heads h1 { width:100%; margin-bottom:10px; }
.archive .archive-heads h1 span, .archive .page-desc span { background-color:#111; color:#fff; font-weight:bold; font-family: YuGothic,'Yu Gothic', 'ヒラギノ角ゴ ProN W3',Hiragino Kaku Gothic ProN; }
.archive .archive-heads h1 span { font-size:60px; }
.archive .page-desc span { font-size:36px; line-height:0.8; }
/* .archive .archive-heads h1 { background-color:rgba(255,255,255,1); color: #383838; font-size: 4rem; font-weight: 500; border-right:5px solid #383838; letter-spacing: 0.3rem; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; position:absolute; top:110px; right:10%; max-height:70vh; } */

.archive .taxonomy-description { display:block;width:80%;margin:30px auto;font-size:2rem; }
.archive .taxonomy-description p { font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }
.archive .taxonomy-description p > a { border:2px solid #111; padding:20px; display:block; width:340px; text-align:center; margin:25px auto; -webkit-border-radius: 8px; -moz-border-radius: 8px;  border-radius: 8px; }
.archive .taxonomy-description p.mini { font-size:69%; line-height:1.7;  }
.archive .taxonomy-description p.mini > a { display:inline; margin:0px; padding:0px 5px; border:0px; border-bottom:1px dashed #666; }
.archive .taxonomy-description p > a:hover { background-color:#4d90fe;color:#fff; }

.archive .archive-head { padding: 15px 0px 25px; }
.archive .scroll_content { border-bottom: 3px solid #111; padding-bottom: 40px; margin-bottom: 40px; }
/*
.archive .tags { width:980px;display:block;margin:10px auto 60px; }
.archive .tags li { display:inline-block;width:33%;margin: 0 1.5px 5px; }
.archive .tags li > a { display:block;border:1px solid #383838;padding:20px 0px;text-align:center; }
.archive .tags li > a:hover { background-color:rgba(0,141,203,1) !important;color:#fff; }
*/
ul.preflist { margin:10px auto !important; }
#entry-content .preflist, .archive .tags { width:900px;display:block; }
.archive .tags { margin:0px auto 50px; }
#entry-content .preflist li, .archive .tags li { display:inline-block;width:33%;margin: 0 1.5px 5px !important; }
#entry-content .preflist li::before { display:none !important; }
#entry-content .preflist li > a, .archive .tags li > a { font-size: 1.2em !important; display:block;border:2px solid #111;padding:15px 0px;text-align:center;color:#111 !important; border-radius:8px; -moz-border-radius: 8px; border-radius: 8px;}
#entry-content .preflist li > a:hover, .archive .tags  li > a:hover { background-color:#4d90fe !important;color:#fff; }

/*コラム限定*/
.note_column {display: block; position: relative; margin: 50px auto; text-align: center; font-size: 20px; font-weight: bold; }
.note_column p { margin-bottom: 20px;}
.note_column a { display: block; position: relative; background-color: #1e7b65; color: #fff; border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px; width: 240px; padding: 20px 0px; margin: auto; }
.note_column a:hover { color:#111; }

/************* 記事ページ ***************/
#breadcrumb, body.archive #breadcrumb, body.search #breadcrumb { transform:none; }
#breadcrumb { bottom:315px; background-color:#fff; border:1px solid #111; }
body.archive #breadcrumb>li>a, body.archive #breadcrumb>li>span, body.search #breadcrumb>li>a, body.search #breadcrumb>li>span, #breadcrumb>li:last-child, #breadcrumb>li>a { color:#111; }
#breadcrumb>li:nth-of-type(n+2)::before { background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='10' width='10' viewBox='0 0 20 20'%3E%3Ctitle%3EArrow Right%3C/title%3E%3Cpath d='M5 20c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l8.646-8.646-8.646-8.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l9 9c0.195 0.195 0.195 0.512 0 0.707l-9 9c-0.098 0.098-0.226 0.146-0.354 0.146z' fill='%23ccc'%3E%3C/path%3E%3C/svg%3E") no-repeat; }

#godios-wrapper { width:100%; }

#entry, .page #entry { margin-top:78px; padding:0px; }

#entry .entry-image { height:88vh; /*margin-left:-9%;-webkit-border-radius: 0px 0px 30px 30px;-moz-border-radius:0px 0px 30px 30px;border-radius: 0px 0px 15px 15px;*/ }

.entry-top { height:88vh; background-color:#111; }
.entry-top > .entry-image > img { /* filter:none; -webkit-filter:none;*/ height:88vh; margin:0px auto; /*追加*/ filter: contrast(120%); position: relative; z-index:1; max-width: 900px; display:block; }
.entry-top > header, .archive-heads > header { top:auto; bottom:40px; width:100%; z-index:2; }
.entry-top > header { z-index:1; /*メニュー隠れるから分けた*/ }
.entry-top > header > .entry-title span, .entry-top > header > .entry-title-eng span { line-height:1; background-color:#111; color:#fff; font-weight:bold; font-family: YuGothic,'Yu Gothic', 'ヒラギノ角ゴ ProN W3',Hiragino Kaku Gothic ProN; }
.entry-top h1 { margin: 0; }
.entry-top > header > .entry-title { height:auto; max-height:150px; margin-bottom:10px; }
.entry-top > header > .entry-title { font-size:1em; }
.entry-top > header > .entry-title span { font-size:60px; }
.entry-top > header > .entry-title-eng span { font-size:32px; padding:2px 0px; }
.entry-top > header > .entry-category { border:0px; /*position: absolute; bottom: 190px; */ margin-top:20px; position:relative; background-color:#fff; color:#111; font-size:18px; }
.social-share-wrap.top { margin-top:15px; } 
/* header > .entry-title span { font-size:22px; margin-top:5px; display:table; } */
.entry-meta { color:#383838; text-align: center; font-size: 1.8rem; }
.column > header > .entry-title span
.column > header > .entry-title { height: auto; max-height:100%; }
.column > header > .entry-title span { font-size:40px; color:#111; background-color:#fff; }
.column > header > .entry-category { margin-top: 0px; }

/*h2エリア*/
#entry-content h2:before { background-color:#fff;width:0px; }
#entry-content .entrydescription { margin:100px auto; position:relative; display:block; width:100%; max-width:900px; }
#entry-content .entrydescription .entrydescription_img { width:60%; overflow:hidden; }
#entry-content .entrydescription img { height:82vh; max-height:900px; margin:0px; filter:contrast(110%); border: 3px solid #111; }
#entry-content p.entrydescription_read { -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; position:absolute; right:2%; top:0; margin:5px 0px; padding: 0px;  }
#entry-content p.entrydescription_read span { font-size: 40px; font-weight: bold; line-height:1.4; letter-spacing: 1px; text-decoration:underline; background-color:#fff; }
.slider-pro img.sp-image { filter:contrast(110%); }

#entry-content .entrydescription_access { background-color: #111; margin: 50px 0px 25px; /*padding: 50px;*/ display: block; width:100%; }
#entry-content .entrydescription_access a:first-child { margin-left:1.5%; }
#entry-content .entrydescription_access a { margin:50px 0px; width: 31%; margin-right:1%; display: inline-block; text-align:center; background-color:#fff; color: #111; font-size:20px; font-weight:bold; padding:20px 0px; border-radius:2px; -moz-border-radius: 2px; border-radius: 2px; }
#entry-content .entrydescription_access a:hover { background-color:#4d90fe; color:#fff; }

#entry-content { overflow:hidden;margin:0px; }
#entry-content p, #entry-content a, #entry-content .tags > li > a { font-size:1.6em !important;line-height:1.9 !important;letter-spacing:.1em }
#entry-content ul { padding-top: 15px; /*margin-left:15px;*/ }
#entry-content li { margin-bottom:25px;}
#entry-content .related li { margin-left:15px; }
#entry-content .related li > a { padding-left:0px; line-height:1.6 !important; }
#entry-content ul.tags > li::before { margin-left:-16px; height:0px; }
#entry-content .detail a, #entry-content .related a, #entry-content .tags > li > a { color:#383838; font-weight:400; border-bottom:2px dashed #484848; padding-bottom:2px; }
#entry-content .detail a { font-size:1em !important; }
#entry-content .detail, #entry-content .related, #entry-content .entry-footer, #entry-content .map, #entry-content .map, #tagandsns { display:block; position:relative; max-width:980px; margin:0px auto; /* padding:0% 1% 0% 3%; */ }
/*#entry-content .detail, #entry-content .related, #entry-content .entry-footer, #entry-content .map, #entry-content .map, 
#wp_rp_first { display:block; position:relative; max-width:980px; margin:0px auto; padding:0% 1% 0% 3%; }*/

#entry-content .map p.address { margin-top: 15px; margin-bottom: 30px; }
#entry-content .map p.address a, #entry-content .map p > a { background-color: #8be8bf; color:#383838; padding: 2px 15px; border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; font-size: 100% !important; margin-left: 5px; }
.gmap iframe { width:100%; }
.gmap { margin-bottom:30px; }

.tags-wrap { margin-top:50px;margin-bottom:10px; display:block; text-align: center; padding: 50px 10px; background-color: #efefef; }
.tags-wrap .tagmessage { font-size:20px; font-weight:bold; }
.tags-wrap li:before, .tags > li > a, .preflist > li > a { background-color:#fff !important; }
#entry-content .tags-wrap ul {display:block; margin-left:0px; /*margin-top:20px;*/ }
#entry-content .tags > li { margin-top:10px; }
#entry-content .tags > li, #entry-content .preflist > li { margin-right:8px;margin-bottom:2px; }
#padSection { margin:50px auto 40px; max-width:900px; border:3px solid #111; }
#padSection dl dt .authorName { font-size: 22px; font-weight: bold; }
#padSection dl dd { font-size: 18px; }
#padSection .avatar { width:auto; height:auto; }
#padSection .sns_icons li { font-size: 20px; }
#padSection .sns_icons li::before { display:none; }
#padSection a.twitter, #padSection a.facebook, #padSection a.instagram { background-color:#fff; }

/*コラム用*/
#entry-content .column-image img { width:100%; height:50vh; margin-top:0px; }
#entry-content h1.column-title { background-color:#c4dccc;margin-top:-100px;padding:15px 12px;font-size:180%;line-height:1.5; }
.column-archive { border-bottom: 5px solid #383838; display: block; text-align: center; margin: 100px auto 50px; }
.entry-list .column-title { line-height:1.4;font-size:160%;font-weight:bold; }

/*固定ページ*/
#entry { margin-bottom:50px; }
#entry .entry-meta { margin-top:30px; }
.page .entry-top-page, .type-page>.entry-top-page>.entry-image, .page .entry-top-page > .entry-image > img { height:50vh !important;  }

/*Google Map*/
#entry-content .kotei-description { display:block;width:80%;margin:25px auto; }
#entry-content .kotei-description p { text-align:center; }
#entry-content .kotei-description a { border:2px solid #111; color: #111; padding:15px; display:block; max-width:400px; font-size:1.6rem !important; text-align:center; margin:30px auto 40px; border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
#entry-content .kotei-description a:hover { background-color:#4d90fe;color:#fff; }
#entry-content .hosoku { display:block;width:80%;margin:15px auto;line-height:1.9; }
#entry-content .hosoku span { display:block;margin-bottom:10px;font-weight:bold;border-bottom:2px dashed #484848;text-align:center; }
.page .gmap iframe { height:85vh; }

/*サイトについて*/
.page #entry-content .about { max-width:980px;margin:0px auto 20px; }
#entry-content .about-01 { background: url(/wp-content/uploads/2023/01/about-1536x1103.jpg) no-repeat center / cover; margin:60px auto 0px; max-width:1600px; color: #fff; text-align:center; }
#entry-content .about-01 header { width: 100%; height:100%; background-color: rgba(0,0,0,0.6); }
#entry-content .about-01 h2 { margin: 0; padding: 0; padding-top:80px; font-size: 48px; text-shadow: 1px 1px 5px #111; color: #fff; }
#entry-content .about-01 p { font-weight: bold; font-size: 24px !important; letter-spacing: 1px; }
#entry-content .about-01 li { display: inline-block; border: 2px solid #fff; border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; width: 44%; margin-right: 1%; margin-left: 1%; margin-bottom: 2%; background-color:rgba(0,0,0,0.5); }
#entry-content .about-01 li > a { color: #fff; font-size: 22px; font-weight: bold; width: 100%; padding: 10px 2px; display: block; }
#entry-content .about-01 li> a:hover { background-color:#4d90fe; }
#entry-content .about-01 ul { display:block; padding:40px 0px 80px; }
#entry-content .about-01 ul>li::before { display:none; }

#entry-content .about-02 { position:relative; z-index: 0; }
#entry-content .about-text { width:100%; max-width: 900px; margin:0px auto; }
#entry-content .about-table { display:block; max-width:1600px; margin:0px auto; }
#entry-content .about-table td.media, #entry-content .about-table td.event { letter-spacing:-1px; font-weight:bold; padding: 0px 10px; text-align: center; font-size: 14px; }
#entry-content .about-table td.media { background-color:#ffec47; }
#entry-content .about-table td.event { background-color:#c3d825 }
#entry-content .about-text p, #entry-content .about-text a, #entry-content .about-table, #entry-content .about-table a { font-size: 20px !important; }
#entry-content .about-text a, #entry-content .about-table a { color:#111; border-bottom: 3px dotted #111; padding: 0px 5px; }
#entry-content img.about-prof { width:60%; max-width:450px; margin-bottom:20px; }
#entry-content .about_back { text-align:center; }
#entry-content .about_back a { display: inline-block; padding: 15px 30px; margin:0px 10px; border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color: #fff; font-size: 18px !important; background-color: #111; font-weight: bold; }
#entry-content .about_back a:hover { background-color:#4d90fe; }

@media screen and (max-width: 56.25em) {/* 900px以下のスタイル */
	.sponly { display:block; }
	.pconly { display:none; }
	
	.scroll_content li { width: 40%; margin-right:1%; margin-left:2%; }
	.garden_jidai a { font-size: 1.4rem; margin: 3px; }

	/*共通フッタ*/
	.pages_head { width:88%;margin:0px auto; }
	.pages_head { text-align:left; }
	#footer-pref-tag { padding-left:3%; }

	/*トップページ*/
	#topbar { height:80px; }
	#logo > a { max-height:none; }
	.fixed-topbar { height: 62px; }
	.fixed-topbar #topbar { height: 58px; }
	.site-title { font-size:96px !important; top: 80px; }
	.fixed-topbar .site-description { font-size:11px; }
	#topbar-search-btn { top:12px; }
	#topbar-search-btn img { width:26px;height:26px; }
	.goog-te-gadget .goog-te-combo { margin:2px 0px !important; }
	.site-description { display:block; }
	.swiper-title span { line-height:1.3; }
	.swiper-title span.swp-title1{ font-size:40px; }
	.swiper-title span.swp-title2 { font-size:28px; }
	.swiper-title { top:10%; right:5% !important }
	.renewal-top-pickup .renew_pickup_title span { font-size:26px; }
	.renewal-top-01 { padding: 8% 2%; }
	.renewal-top-01 span:first-child { font-size: 26px; }
	.renewal-top-01 #social-media { margin-bottom: 20px; width:90%; max-width:360px; }
	.renewal-top-01 .transparent { width: 56px;  }
	.renewal-top-01 .transparent>a>svg { width: 40px; height: 40px; }
	.renewal-top-02 li { width: 47%; margin-left:1%; margin-bottom:2%; }

	/*一覧系*/
	.entry-list { width:48%; }

	/*アーカイブ*/
	.archive .archive-heads>img { display:none; }
	.archive-heads .top-slider-bk { filter:contrast(120%); }
	.archive-heads > header { left: 2%; }
	.archive .archive-heads h1 span, .entry-top > header > .entry-title span { font-size:48px; }
	.archive .page-desc span, .entry-top > header > .entry-title-eng span { font-size:26px; }
	.archive .taxonomy-description { width:90%;font-size:1.8rem; }
	.archive .taxonomy-description p > a, #entry-content .kotei-description p > a { width:95%; }
	.archive .taxonomy-description p.mini > a  { font-size:100%; }
	#entry-content .hosoku { width:90%; }

	/* 記事ページ */	
	.column > header > .entry-title span { font-size:30px; }
	#entry-content .entrydescription .entrydescription_img { width:55%; margin-left:3%; }
	#entry-content p.entrydescription_read { /* right:5%; */ }
	#entry-content .entrydescription_access { margin-bottom: 0px; }
	#entry-content .entrydescription_access a { font-size: 18px !important; }
	/*固定ページ
	.page #entry-content { width:100%; }
	.page #entry .entry-image { margin-top:22px; }
	.page .entry-top > header { bottom: 0px; }
	.page .entry-top > header > .entry-title { min-height:54px;font-size:2.4rem; }
	*/
	#entry-content .preflist, .archive .tags { width:98%; }
	#entry-content .preflist li, .archive .tags li { width:49%; }
	.page #entry-content .about { width:90%;margin:0px auto; }
	.page #entry-content .profile img, .about img.profile { width:41%;margin-left:3px; }

	/*サイトについて*/
   #entry-content .about-01 { margin-top:0px; }
	#entry-content .about-01 h2 { font-size: 42px; }
	#entry-content .about-01 p { font-size:20px !important; text-align: left; padding-left: 20px; }
	#entry-content .about-01 li { font-size:11px; }
	#entry-content .about-01 li > a { padding: 15px 1px; }
	#entry-content .about-text { padding-left:20px; }
	#entry-content .about-text p, #entry-content .about-text a, #entry-content .about-table, #entry-content .about-table a { font-size: 18px !important; }
	#entry-content table td, #entry-content table th { padding-left: 15px; }
}

@media (max-width: 600px) {
	.scroll_content li { width: 80%; margin-right:1%; margin-left:5%; }
	.pages_head { width: auto; padding-top: 40px; margin-left: 20px; margin-right: 10px; }
	.pages li { margin: 0px auto 15px; width: 88%; }
	.pages li > a { font-size: 18px; }
	.pages_head .pages_desc_top { font-size: 24px; }
	.pages_head .pages_desc { font-size: 20px; }
	.pages_head .pages_eng { font-size: 16px; }
	section.float-footer a { font-size:1.1rem; padding:12px 25px; /* bottom:15px; */ }
	section.float-footer div > img { width:108px; }
	section.float-footer div > span { font-weight:bold; margin-left:11px;font-size:1.1rem; letter-spacing:0px; }
	
	.site-title { font-size:54px !important; top: 45px;  }
	.site-description { font-size: 12px; top:26px;  }
	#slider, .archive .archive-heads, #entry, .page #entry { margin-top: 40px; }
	.renewal-top-01 #sb_instagram .sbi_photo { border:2px solid #fff; }
	.renewal-top-02 ul { margin-bottom:40px; }
	.renewal-top-02 .renewal-top-02_read { font-size:26px; }
	.renewal-top-02 li:first-child { margin-left:8%; }
	.renewal-top-02 li { width: 84%; margin: 0 8% 4%; }	
	.entry-list .entry-category, #entry .related_post .entry-category { font-size: 11px; }
	.entry-list .entry-image { margin-bottom: -15%; }
	.entry-inner2 h2 span { font-size: 20px; }
	.entry-inner2 .engtitle span { font-size: 14px; }
	.entry-inner2 .entry-content p span { font-size: 14px; }
	.entry-inner2 .entry-content p { line-height:1.4; }
	.entry-content { display:block;height:82px; }
	.archive-head .title, #wp_rp_first h3 { font-size: 28px; }
	#entry .related_post .entry-title span { font-size:22px; }
	
	#footer-pref-tag .footer-pref-tag-title { font-size:20px; }
	#footer-pref-tag ul { margin:12px 0px; }
	#footer-pref-tag ul.footer-pref-preflist li:first-child { width:90px; }
	#footer-pref-tag li { padding-right: 5px; font-size: 13px; letter-spacing: 1px; }
	
	.social-share { display:inline-block; }
	.social-share>li { margin-right: 7px; height: 35px; line-height: 33px; width: 35px; }
	.social-share>li>a>.social-icon-white { height: 15px; width: 15px; }

	.column > header > .entry-title { height: 92px; }
	#entry-content p, #entry-content a { font-size: 1.2em !important; }
	#entry-content p { padding-left:12px; padding-right:6px; }

	#entry-content .tags > li { margin-bottom: 2px; }
	#entry-content .tags > li > a { font-size: 1.1em !important; letter-spacing:0px; }
	#entry-content .entrydescription .entrydescription_img { width:70%; margin-left:8%; }
	#entry-content p.entrydescription_read { top: 15px; right: 1%; line-height: 1.4 !important; }
	#entry-content p.entrydescription_read span { font-size:30px; padding: 0px 8px; }
	#entry-content .entrydescription_access a:first-child { margin-left: 0.5%; }
	#entry-content .entrydescription_access a { font-size: 13px !important;  }
	#padSection { margin:30px 20px; max-width:900px; border:2px solid #111; }
	#padSection dl dt .authorName { font-size: 18px; font-weight: bold; }
	#padSection dl dd { font-size: 14px; }

	#entry-content .preflist li > a, .archive .tags li > a { font-size: 15px !important; letter-spacing:1px;  }
	#tagcloud .tag-cloud-link { font-size: 1em !important; letter-spacing:1px; border-bottom:1px dotted #111; }

	#entry-content .about-01 h2 { font-size: 28px; }
	#entry-content .about-01 p { font-size:16px !important; text-align: left; padding-left: 15px; padding-right:6px;  }
	#entry-content .about-01 li { font-size:10px; width:46%; }
	#entry-content .about-01 li > a { padding: 12px 0px; }
	#entry-content .about-text { padding-left:15px; padding-right:6px; }
	#entry-content .about-text p, #entry-content .about-text a, #entry-content .about-table, #entry-content .about-table a { font-size: 16px !important; }
	#entry-content .about-text a, #entry-content .about-table a { border-bottom: 2px dotted #111; }
	#entry-content table td, #entry-content table th { padding-left: 10px; padding-right:5px;  }
	#entry-content .about-table td.media, #entry-content .about-table td.event { font-size:12px; padding: 0px 5px; }
}
@media (max-width: 31.25em) {
}
@media (max-width: 25.875em) {
	#slider, .archive .archive-heads, #entry, .page #entry { margin-top:26px; }
	.site-title { font-size:48px !important; letter-spacing:5px; top: 32px; }
	.site-description { font-size:9px; top:20px;  }
	.swiper-slide>img { height: 75vh !important; }
/*	.archive .archive-heads { height: 60vh; } */
	.swiper-pagination-bullet { width:12px !important; height:12px !important; }
	.swiper-title { top:10%; right:2% !important }
	.archive-heads > header { left:0; }
	.swiper-title span.swp-title1, .archive .archive-heads h1 span { font-size:32px; }
	.swiper-title span.swp-title2, .archive .page-desc span { font-size:24px; }

/*記事ページ*/
	.column > header > .entry-title { height: 82px; }
	.column > header > .entry-title span { font-size:26px !important; }
	.entry-top, #entry .entry-image, .entry-top > .entry-image > img { height: 75vh; }
	.entry-top>.entry-image>img { transform:none; }
	.entry-top > header { bottom: 20px; padding:0px; }
   .entry-top > header > .entry-title span { font-size:38px; }
   .entry-top > header > .entry-title-eng span { font-size:22px; }
	.entry-top > header > .entry-category { margin-top:10px; padding: 2px; }
	#entry-content .entrydescription img { height:70vh; }
	#entry-content .entrydescription { margin:50px auto; }
	#entry-content p.entrydescription_read { top:10px; right:2%; }
	#entry-content p.entrydescription_read span { font-size:22px; padding: 0px 2px }
	#entry-content .entrydescription_access a { font-size: 12px !important; letter-spacing: 1px;  }
	#entry-content h3 { font-size:1.6em; }
	#breadcrumb { max-width:none; }
}