/*  home : 一覧 */
.area_list .entry-title {
    font-size: 100%;
    letter-spacing: 0em;
    font-weight: normal;
}

.search_box {
    max-width: 1200px;
    margin: 0 auto;
}
/* home : コマ */
article.guide.grid_element .entry-content a {
    margin-bottom: 0;
    font-size: 11px;
    height: 20px;
    line-height: 12px;
    padding: 3px 10px;
    margin-bottom: 5px;
}
article.guide.grid_element .entry-content a+br {
    display: none;
}
.entry-content p {
    margin-bottom: 10px;
    font-size: 100%;
    line-height: 1.5em;
}
article.guide.grid_element .tags .tags_switch {
    font-size: 85%;
    text-align: center;
    margin: 10px 0 0;
}
article.guide.grid_element h2 {
    letter-spacing: 0em;
}


/* home : その他 */
.site_title img {
    max-width: 1200px;
    height: auto;
    margin: 50px auto;
}
.catch{
    margin: 40px 0;
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
    color: #999;
    text-decoration: none;
}
body.event .catch{
    margin: 40px 0 0;
}

.guide.top .h2_title a,
.guide.top .h2_title span {
    color: #2B6D94;
    font-size: 1.15rem;
    text-decoration: none;
}

.guide_more_link {
    clear: both;
    margin: 30px 0 80px;
    text-align: center;
}
.guide_more_link a {
    font-weight: bold;
    text-align: center;
    border: 1px solid rgba(151, 128, 80, 0.8);
    border-radius: 30px;
    display: inline-block;
    text-decoration: none;
    font-size: 108%;
    padding: 5px 25px 5px;
    color: #978050;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.0rem;
    letter-spacing: 0.1em;
}
.guide_more_link a small{
    font-weight: normal;
    font-size: 0.85rem;
    letter-spacing: 0em;
}
.topics_content article a,
article.guide.grid_element h2,
h2.top_h2 a,
h2.top_h2 span{
    color: #2B6D94 !important;
}

/* 詳細*/

.single_guide {
}

.single_guide article.guide.grid_element {
    border: 3px solid #2B6D94;
    border-radius: 5px;
    padding: 6%;
    max-width: 1200px;
}
.single_guide article.guide.grid_element p {
    margin-bottom: 35px;
}

.single_guide article.guide.grid_element h2 {
    font-size: 136%;
    margin-bottom: 6%;
    text-align: center;
}

.single_guide article.guide.grid_element .entry-content a {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    line-height: 15px;
    padding: 3px 15px;
    margin-bottom: 5px;
}

.h2_title a, .h2_title span,#twitter-widget-0 {
    color: #9D8C6B;
    font-size: 1rem;
}

/* Topics */
.topics .entry-header h1.entry-title,
.topics .entry-header h2.entry-title {
    color: #2B6D94;
    font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
}
.entry-header {
    padding: 0 50px;
}

.topics .entry-content {
    padding: 0 30px;
}
.fb-like,.fb_iframe_widget {
    display: none !important;
}

.topics h4 {
    font-size: 123.1%;
    font-weight: bold;
    line-height: 1.3em;
    margin: 30px 0 20px;
    color: #9D8C6B;
}

.topics p{
    padding-bottom: 20px;
}
.topics p a{
    color: #9D8C6B;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 2px solid #9D8C6B;
}


.topics dl {
    margin: 20px 0 50px;
}
.topics dl::after {
    content: “”;
    display: block;
    clear: both;
}

.topics dt,
.topics dd{
    float: left;
    padding-bottom: 20px;
}

.topics dt {
    clear: both;
    width: 15%;
    font-weight: bold;
    color: #9D8C6B;
    font-size: 0.85rem;
}


.topics dd {
    width: 85%;
    font-size: 0.95rem;
}


#footer .foot_banners a, #footer .foot_banners a.banner_a {
    font-size: 120%;
}

/* jcw2022開催概要 */

.jcw_outline {
    width: 100%;
    margin: 0 auto 50px;
    max-width: 1100px;
}

.jcw_outline dl:after {
	content: "";
	display: block;
	clear: both;
}

.jcw_outline dl:before {
	content: "";
	display: block;
	clear: both;
}

.jcw_outline dl {
    width: 100%;
    padding: 50px;
	display: block;
    border: 1px solid rgba(151, 128, 80, 0.2);
    border-radius: 5px;
}
.jcw_outline dt,
.jcw_outline dd {
    float: left;
    font-size: 1rem;
    border-top: 1px solid rgba(151, 128, 80, 0.2);
    padding: 3px;
}

.jcw_outline dt {
    width: 20%;
    clear: both;
    font-size: 0.85em;
    font-weight: bold;
}
.jcw_outline dd {
    width: 80%;
    font-size: 0.95em;
    line-height: 1.6em;
}
.jcw_outline dd a {
    color: #9D8C6B;
    text-decoration: none;
}

/* 特設サイトへのリンク */
.sp-site-link {
    text-align: center;
}
.sp-site-link a {
    background: rgb(197,179,88);
    color: #fff;
    width: 200px;
    height: 200px;
    display: block;
    border-radius: 50%;
    margin: 50px auto 0;
    text-decoration: none;
    font-weight: bold;
    padding-top: 95px;
}


/* TOPICS */
.entry-content h2 {
    color:rgb(43, 109, 148);
    font-size: 167%;
    margin: 0 0 1em;
}
.entry-content h2:nth-child(n+2) {
    margin-top: 3em;
}
.entry-content h3 {
    color: #000;
    font-size: 139%;
}
.entry-content h4 {
    color:#978050;
    font-size: 123.1%;
}
.entry-content strong {
    font-weight: bold;
}

/* yamashita editted. */
.entry-content .interviewer {
	margin: 20px 0;
	font-size: 13px !important;
	color: #555;
}
.entry-content .lead {
	clear: both;
	padding: 30px 20px;
	font-style: italic;
	margin: 60px 0;
}
.entry-content .interview_info {
	background-color: #2B6D94;
	padding: 2px 6px 1px;
	color: #fff;
}
.topics .entry-content .fullwidth {
	width: 100%;
	height: auto;
}

#footer .footer_inner {
    padding: 0 0px;
    border-top: 0px solid #A48F65;
}
#footer {
    position: relative;
    margin: 100px auto 50px;
    max-width: 1200px;
}

#footer .opr_mng {
    text-align: center;
    padding: 50px 0 50px;
}
#footer .foot_banners {
    padding-top: 0;
}
#footer .foot_banners3 {
    text-align: center;
    margin: 60px 0 120px;
    word-spacing: 0.5em;
    font-weight:700;
    font-size: 1.2em;
}
#footer .foot_banners3 a {
    text-decoration:none;
}
#footer .site-info .text strong {
    font-weight: 400;
    font-size: 1.4em;
}
#footer .site-info img {
    width: 30%;
    padding-left: 10%;
    text-align: right;
}
#footer .site-info .text {
    padding-top: 10px;
    margin-left: 38%;
}



/* 202208 */
/* 非表示 */
.global_menu.pc li.about,
.global_menu.pc li.ishikawa_kanazawa,
.global_menu.pc li.tokyo,
.global_menu.pc li.kyoto {
    display: none;
}