/* リニューアル用css追記 */

/* フォント */
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url('../fonts/NotoSansJP-Thin.woff2') format('woff2'),
    url('../fonts/NotoSansJP-Thin.woff') format('woff');
    }
    @font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/NotoSansJP-Regular.woff2') format('woff2'),
    url('../fonts/NotoSansJP-Regular.woff') format('woff');
    }
    @font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/NotoSansJP-Medium.woff2') format('woff2'),
    url('../fonts/NotoSansJP-Medium.woff') format('woff');
    }
    @font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/NotoSansJP-Bold.woff2') format('woff2'),
    url('../fonts/NotoSansJP-Bold.woff') format('woff');
    }
header .trigger_wrap{
    display: none;
}
* {
    word-wrap: break-word;
    word-break: break-all;
}
.top_h1_inner {
    margin: 0 auto;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    padding: 0 5%;
    box-sizing: border-box;
    position: absolute;
    top: 1px;
    left: 2px;
    right: 0;
}
.header_bottom {
    /* height: 92px; */
    background: #F8F8F8;
    height: auto;
}
#g_nav {
    max-width: 98%;
    padding: 0;
    margin: 0 auto 8px;
    width: 1200px;
}
#g_nav .nav_box {
    flex-basis: 75%;
    margin: 0;
    margin-right: 1%;
}
#g_nav ul,.sub_nav_box ul{
    width: 100%;
	display: flex;
}
#g_nav .nav_box{
    margin: 0 auto;
	display: flex;
}
#g_nav ul li, .sub_nav_box ul li {
    position: relative;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    font-size: 1.7rem;
    color: #111;
    width: 20%;
    border-right: 1px solid #3e3a39;
    flex: 1;
}
#g_nav ul li:first-child{
    border-left: 1px solid #3e3a39;
}
.sub_nav_box ul li {
    border-right: none;
}
.sub_nav_box ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 14%;
    height: 70%;
    background: #fff;
    width: 1px;
}
.sub_nav_box ul li.dropdown_wrap:after {
    content: "";
    position: absolute;
    right: 0;
    top: 14%;
    height: 70%;
    background: #fff;
    width: 1px;
}
#g_nav ul li a {
    color: #111;
    padding: 5px;
    display: block;
    box-sizing: border-box;
}
#g_nav ul li a:hover {
    background: #bd202b;
    color: #fff;
    opacity: 1;
}
.sub_nav_box ul li a {
    color: #fff;
    padding: 9px 10px;
    display: block;
    box-sizing: border-box;
    font-size: 1.4rem;
    white-space: nowrap;
}
.sub_nav_box ul li a:hover{
	color: #fff;
	background: #d94f59;
	opacity: 1;
}
.sub_nav_box {
    width: 1200px;
    margin: 0 auto;
    max-width: 98%;
}
#sub_nav {
    background: #BD202B;
}
#sub_nav a .soft_icon {
    background: #fff;
    padding: 5px;
    margin-right: 15px;
    font-size: 1rem;
    color: #BD202B;
    border-radius: 5px;
    font-weight: bold;
    position: relative;
}
#sub_nav a .soft_icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -4px;
    border: 4px solid transparent;
    border-left: 9px solid #fff;
}
#g_nav a .soft_icon_n {
    background: #BD202B;
    padding: 5px;
    margin-right: 15px;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    position: relative;
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
    #g_nav a .soft_icon_n {
        /* padding: 2px; */
        margin-right: 15px;
        font-size: 0.8rem;
        border-radius: 3px;
        top: 50%;
        transform: translateY(-50%);
        left: -5px;
    }
}
@media screen and (min-width: 768px) and (max-width: 999px){
    #g_nav a .soft_icon_n {
        left: -2px;
        padding: 5px;
        margin-right: 20px;
        font-size: 0.8rem;
        border-radius: 3px;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media screen and (max-width: 767px){
    #g_nav a .soft_icon_n {
        font-size: 0.8rem;
    }
}
@media screen and (min-width: 670px){
    #g_nav a .soft_icon_n {
        font-size: 1rem;
    }
}
#g_nav a .soft_icon_n:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -4px;
    border: 4px solid transparent;
    border-left: 9px solid #BD202B;
}
@media screen and (max-width: 670px){
    #g_nav a .soft_icon_n::before {
        border: 3px solid transparent;
        border-left: 5px solid #bd202b;
    }
}
.n_hov {
    background: #fff;
    color: #BD202B;
}
.soft_icon_n .n_hov:before {
    border-left: 9px solid #fff;
}
.custom-select-trigger{
    transition: 0.5s;
}
.custom-select-trigger:hover{
	opacity: 0.8;
}
.c_nav {
    position: fixed;
    top: -105px;
    width: 100%;
    z-index: 30;
    transition: top 0.25s;
    background-color: #F8F8F8;
    height: 105px;
    box-sizing: border-box;
    max-width: 100%;
    padding-top: 10px;
}
.visible {
    top: 0;
	display: block;
}

@media screen and (max-width:1400px) {
    .top_h1_inner {
        padding: 0;
        left: 12px;
    }
    .site-header-inner {
        padding: 0;
    }
    .site-name {
        padding-left: 10px;
    }
}

@media screen and (max-width:1200px) {
    #sub_nav a .soft_icon {
        font-size: 1rem;
    }
    .sub_nav_box ul li{
        flex: initial;
        width: 18.75%;
    }
    .sub_nav_box ul li:first-child{
        width: 25%;
    }
}

@media screen and (max-width:1000px) {
    .sub_nav_box ul li a {
        font-size: 1.1rem;
    }
    .header_bottom {
        /* height: 87px; */
    }
}

@media screen and (max-width:767px) {
    header .trigger_wrap {
        display: none;
    }
    .top_h1_inner {
        font-size: 1rem;
        position: absolute;
        padding: 2px 0 0;
    }
    .site-name {
        padding-top: 13px;
    }
    .custom-select-trigger {
        margin-top: 13px;
    }
    .header_bottom {
        /* height: 80px; */
    }
    #sub_nav {
        overflow: scroll;
    }
    .sub_nav_box {
        width: 1900px;
        max-width: 1900px;
    }
    .sub_nav_box ul li.dropdown_wrap:after {
        display: none;
    }
    .sub_nav_box ul li:last-child:after {
        content: "";
        position: absolute;
        right: 0;
        top: 14%;
        height: 70%;
        background: #fff;
        width: 1px;
    }
    .dropdown_wrap{
        display: none!important;
    }
}

@media screen and (max-width:600px) {
    .header_bottom {
        /* height: 76px; */
    }
    #g_nav {
        overflow: scroll;
        margin: 0 auto;
        max-width: 100%;
        padding: 0 5px;
        box-sizing: border-box;
    }
    #g_nav ul{
        padding-bottom: 8px;
    }
    #g_nav .nav_box {
        width: 550px;
    }
    #g_nav ul li a {
        font-size: 1.3rem;
    }
    .sub_nav_box ul{
        padding: 0 5px;
        box-sizing: border-box;
    }
    .sub_nav_box ul li a {
        font-size: 1.2rem;
    }
    .c_nav {
        height: 82px;
        padding-top: 5px;
    }
}

/* フッター */
.footer_top {
    max-width: 1200px;
    padding: 60px 10px 0;
    box-sizing: border-box;
    margin: 0 auto;
    border-top: 1px solid #BD202B;
}
.footer_top .side-link-box{
	display: flex;
	justify-content: space-between;
}
.footer_top .side-link:first-child{
    flex-basis: 26%;
}
.footer_top .side-link:nth-child(2) {
    flex-basis: 42%;
}
.footer_top .side-link-country{
    flex-basis: 26%;
}
.footer_top .side-link-category ul{
	display: flex;
	flex-wrap: wrap;
}
.footer_top .side-link-category li {
    flex-basis: 32%;
	margin-right: 2%;
	margin-bottom: 15px;
	margin-left: 0;
}
.footer_top .side-link-category li:nth-child(3n){
	margin-right: 0;
}
.footer_top .side-link .to-archive a {
    padding: 1.2rem 30px 1.2rem 30px;
    position: relative;
    max-width: 280px;
    margin: 0 auto;
}

@media screen and (max-width:1024px) {
	.footer_top .side-link:first-child{
		flex-basis: 32%;
	}
	.footer_top .side-link:nth-child(2) {
		flex-basis: 32%;
	}
	.footer_top .side-link-country{
		flex-basis: 32%;
	}
    .footer_top .side-link-category li {
        flex-basis: 49%;
        margin-right: 2%;
    }
    .footer_top .side-link-category li:nth-child(3n){
        margin-right: 2%;
    }
    .footer_top .side-link-category li:nth-child(even){
        margin-right: 0;
    }
    .side-link-category li a {
        padding: 10px 5px;
    }
}

@media screen and (max-width: 767px) {
    .footer_top .side-link-box {
        display: block;
    }
    .footer_top {
        padding-top: 0;
        border-bottom: 1px solid #bd202b;
    }
    .side-link {
        margin-bottom: 0;
        padding: 0;
    }
    .side-link:not(:last-child) {
        border-bottom: 1px dotted #BB202B;
    }
    .side-link-detail-none {
        display: block;
        opacity: 0;
        transition: max-height 0.5s ease, opacity 0.5s ease;
        max-height: 0;
        overflow: hidden;
    }
    .side-link-ttl {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        margin-bottom: 0;
        position: relative;
        justify-content: flex-start;
        padding-left: 65px;
    }
    .side-link-ttl::after {
        position: absolute;
        content: '';
        width: 8px;
        height: 8px;
        border-bottom: 2px solid #000;
        border-left: 2px solid #000;
        top: 50%;
        right: 20px;
        transform: translate(0,-50%) rotate(-45deg);
        transition: transform 0.3s ease;
    }
    .side-link-ttl.side-link-ttl-arrow::after {
        transform: rotate(135deg);
    }
    .side-link-ttl span::after {
        display: none;
    }
    .side-link-detail-open {
        display: block;
        opacity: 1;
        height: auto;
        max-height: 1000px;
        padding-top: 4rem;
        padding-bottom: 8rem;
        position: relative;
    }
    .side-link-category {
        margin-bottom: 0;
    }
    .breadcrumbs-inner {
        border-top: none;
    }
}

/* メインイメージ */
.slider-cont23_ttl .slider-cont23_ttlin {
    background: rgba(30,30,30,0.8);
    display: inline-block;
    padding: 10px 30px 10px 60px;
    box-sizing: border-box;
}
.slider-cont23_ttl .slider_txt_bg {
    background: rgba(30,30,30,0.8);
    padding: 10px 30px 10px 60px;
    box-sizing: border-box;
    max-width: 800px;
    margin-top: 5px;
}
.slider-cont23_ttl .list-content-txt{
	color: #fff;
	font-size: 1.6rem;
	margin-bottom: 0;
}
.slider_txt_bg .list-content-cattag li {
    color: #fff;
    font-size: 1.6rem;
    background: #BD202B;
    line-height: 1;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 0;
}
.slider-cont23_ttl .category-name {
    margin-bottom: 20px;
    margin-left: 60px;
}
.slider-cont23_ttl .category-name span{
    color: #fff;
    font-size: 1.8rem;
    background: #BD202B;
    line-height: 1;
    border-radius: 0;
	padding: 10px 30px;
	box-sizing: border-box;
}

@media screen and (max-width:1700px) {
    .top-slider23 .swiper-slide {
        height: 600px;
    }
    .top-slider23 .swiper-slide img {
        height: 600px;
        object-fit: cover;
    }
    .top-slider23-none .swiper-slide {
        height: 600px;
    }
    .top-slider23-none .swiper-slide img {
        height: 600px;
        object-fit: cover;
    }
}

@media screen and (max-width:1400px) {
    .top-slider23 .swiper-slide {
        height: 500px;
    }
    .top-slider23 .swiper-slide img {
        height: 500px;
        object-fit: cover;
    }
    .top-slider23 .slider-cont23_ttlin {
        font-size: 2.8rem;
    }
    .top-slider23-none .swiper-slide {
        height: 500px;
    }
    .top-slider23-none .swiper-slide img {
        height: 500px;
        object-fit: cover;
    }
    .top-slider23-none .slider-cont23_ttlin {
        font-size: 2.8rem;
    }
}

@media screen and (max-width:1024px) {
    .top-slider23 .slider-cont23_ttlin {
        font-size: 2.4rem;
    }
    .top-slider23-none .slider-cont23_ttlin {
        font-size: 2.4rem;
    }
    .slider-cont23_ttl .list-content-txt {
        font-size: 1.4rem;
    }
    .slider-cont23_ttl .slider-cont23_ttlin {
        padding: 10px 20px 10px 20px;
    }
    .slider-cont23_ttl .slider_txt_bg {
        padding: 10px 20px 10px 20px;
    }
    .slider-cont23_ttl .category-name {
        margin-left: 20px;
    }
}

@media screen and (max-width:767px) {
    .slider-cont23_ttl .category-name span {
        font-size: 1.4rem;
        padding: 10px 20px;
    }
    .slider-cont23_ttl .category-name {
        margin-left: 0;
    }
    .top-slider23 .slider-cont23_ttlin {
        font-size: 2rem;
    }
    .top-slider23-none .slider-cont23_ttlin {
        font-size: 2rem;
    }
    .slider-cont23_ttl .slider-cont23_ttlin {
        max-width: 95%;
    }
    .slider-cont23_ttl .slider_txt_bg {
        display: none;
    }
    .slider-cont23_ttl .slider-cont23_ttlin,
    .slider-cont23_ttl .slider_txt_bg .list-content-txt {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }
    .slider-cont23_ttl .slider-cont23_ttlin{
        height: 2.35em;
    }
    .slider-cont23_ttl .slider_txt_bg .list-content-txt{
        display: block;
    }
    .slider_txt_bg .list-content-cattag li {
        font-size: 1.4rem;
        margin-right: 10px;
    }
    .top-slider23 .slider-cont23_ttl {
        padding: 0;
        bottom: 10px;
    }
    .top-slider23-none .slider-cont23_ttl {
        padding: 0;
        bottom: 10px;
    }
}

@media screen and (max-width:767px) {
    .top-slider23 .swiper-slide {
        height: 400px;
    }
    .top-slider23 .swiper-slide img {
        height: 400px;
    }
    .top-slider23 .slider-cont23_ttlin {
        font-size: 1.6rem;
    }
    .top-slider23-none .swiper-slide {
        height: 400px;
    }
    .top-slider23-none .swiper-slide img {
        height: 400px;
    }
    .top-slider23-none .slider-cont23_ttlin {
        font-size: 1.6rem;
    }
    .slider-cont23_ttl .category-name {
        margin-bottom: 15px;
    }
}

/* コンテンツ */
.home .content main {
    margin-right: 0;
    max-width: 1230px;
}
.top_txt{
	text-align: center;
	margin-bottom: 50px;
}
.top_search {
    background: #e1e1e1;
    padding: 30px 0;
    box-sizing: border-box;
    margin-bottom: 60px;
    /* width: 100vw;
    margin: 0 calc(50% - 50vw) 80px; */
    letter-spacing: 0.05em;
}
.top_search h2 {
    color: #BD202B;
    text-align: center;
    font-size: 3rem;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    letter-spacing: 0.12em;
}
.top_search h2::before, .top_search h2::after {
    content: '';
    flex-grow: 0.015;
    height: 2px;
    background: #BD202B;
}

/* 見出しの文字と横棒の間隔を開ける */
.top_search h2::before {
    margin-right: 15px;
}
.top_search h2::after {
    margin-left: 15px;
}
.flex{
	display: flex;
}

form#searchform select, form#searchform input[type="text"] {
    width: clamp(10px,calc(100vw*300/1000),300px);
    height: 47px;
    box-sizing: border-box;
    padding: 10px 10px 10px 40px;
    background: url(../img/common/search_icon.png) no-repeat left 10px top 14px #F6F6F6;
    border-radius: 0;
    font-size: 1.6rem;
    border: none;
    margin-bottom: 0;
    letter-spacing: 0.1em;
    background-size: 20px auto;
}
form#searchform .flex {
    justify-content: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
}
form#searchform .flex > div dl{
	position: relative;
}
form#searchform .flex div dl:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 15px;
    top: 19px;
    border-top: 11px solid #3A3A3A;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
form#searchform .flex div.search_keyword dl:before{
	display: none;
}
form#searchform .flex > p {
    text-align: center;
    font-weight: bold;
    font-size: 3.8rem;
    font-weight: normal;
	color: #BD202B;
    margin: 0 1rem;
}
.is__pc {
    display: block;
}
.is__sp {
    display: none;
}

@media screen and (max-width: 768px){
    .is__pc {
        display: none;
    }
    .is__sp {
        display: block;
    }
}

.pickup__h2 {
    font-size: 20px;
    letter-spacing: 0.2em;
}

@media screen and (max-width: 768px){
    .pickup__h2 {
        margin-top: 20px;
        margin-bottom: 35px;
    }
}

.relationarticle {
    margin-top: 40px;
}
.pickup__first-h3 {
    font-size: 20px;
    letter-spacing: 0.05em;
}
.pickup__notfirst-h3 {
    font-size: 26px;
    letter-spacing: 0.05em;
}
.blog-list-large .list-large {
    position: relative;
    padding: 0;
    margin: 0 20px 20px;
    width: 32%;
    margin-right: 2%;
    margin-left: 0;
}

@media screen and (max-width: 768px){
    .blog-list-large .list-large {
        position: static;
    }
}

.pickup-blog-list-large {
    display: flex;
    flex-direction: row;
    justify-content: left;
    gap: 2%;
}
.pickup-blog-list-large .list-large{
    margin: 0;
}
.pickup-blog-list-large .list-large .pickup__figure {
    width: 32%;
}

@media screen and (max-width: 768px){
    .pickup-blog-list-large .list-large .pickup__figure {
        width: 100%;
    }
}

.pickup-blog-list-large .list-large:first-child {
    width: 100%;
    margin-bottom: 60px;
}

@media screen and (max-width: 767px){
    .pickup-blog-list-large .list-large:first-child {
        margin-bottom: 0;
        width: unset;
    }
}

.pickup-blog-list-large .list-large:first-child .list_large_content .pickup__link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    width: 32%;
}

@media screen and (min-width: 768px){
    .pickup-blog-list-large .list-large:first-child .list_large_content .pickup__link {
        width: 100%;
    }
}

.pickup-blog-list-large .list-large a {
    display: inline;
}
.pickup-blog-list-large .pickup-tag01 {
    flex-wrap: wrap;
}
.pickup-blog-list-large .pickup-tag01 li {
    margin-right: 6px;
    padding: 5px 8px;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}
.red-pickup {
    background-color: #BD202B;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.yellow-pickup {
    background-color: #FFD12F;
    text-align: center;
    font-size: 12px;
}
.new-pickup {
    border: 1px solid #BD202B;
    color: #BD202B;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: center;
}
.pickup-tag01 {
    display: flex;
    width: 100%;
}
.pickup__link figure {
    width: 32%;
}
.pickup__link figure.list_thumb {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: clamp(10px,calc(100vw*242.39/1230),242.39px);
    margin: 0;
    padding: 0;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .pickup__link figure.list_thumb {
        height: calc(100vw*230/525);
    }
}

.pickup-blog-list-large  .list-large h3 {
    font-size: 2rem;
    font-weight: 700;
}
.content-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pickup-blog-list-large .list-large .content-excerpt {
    font-size: 14px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px){
    .pickup-blog-list-large .list-large .content-excerpt {
        margin-bottom: 0;
        padding-top: 1.5rem;
    }
}
.pickup-blog-list-large .tag-sns__flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 767px){
    .pickup-blog-list-large .tag-sns__flex {
        flex-direction: column;
    }
    .pickup-blog-list-large .tag-sns__flex .sns-box {
        align-self: center;
        margin-top: 20px;
    }
}

.pickup-blog-list-large .tag-sns__flex .list-content-cattag {
    flex: 1;
}
.pickup-blog-list-large .sns-box {
    margin: 0;
    flex: 1;
}
.pickup-blog-list-large .sns-box .addtoany_shortcode {
    justify-content: end;
}
.sns-box .addtoany_shortcode>div>a {
    padding: 0;
    width: 50px;
}
.pickup-blog-list-large .sns-box .addtoany_shortcode  .addtoany_list a img {
width: 30px;
}
.popular .blog-list-large .list-large {
    margin-bottom: 40px;
}
.blog-list-large .list-large:nth-child(3n){
	margin-right: 0;
}
.pickup-blog-list-large .list-large:first-child .pickup__link figure.list_thumb {
    width: 100%;
}
.pickup-blog-list-large .list-large:first-child .list_large_content {
    width: calc(100% - 32% - 45px);
}

@media screen and (max-width: 768px){
    .pickup-blog-list-large .list-large:first-child .list_large_content {
        width: 100%;
    }
}

.pickup-blog-list-large .list-large .list_large_content-notfirst {
    padding-top: 1.5rem;
}
.pickup-blog-list-large .list-large .list_large_content-notfirst .komoku-item-p2 {
    margin-bottom: 10px;
}
.pickup-blog-list-large .list-large:nth-child(4){
    margin-right: 0;
}
.pickup__link-more {
    width: 400px;
    height: 50px;
    display: block;
    border: 1px solid #000;
    margin: 0 auto;
    background-color: #fff;
}

@media screen and (max-width: 768px){
    .pickup__link-more {
        max-width: 395px;
        width: 100%;
    }
}

.pickup__link-more a {
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.2em;
    height: 100%;
    position: relative;
}
.pickup__link-more a::after {
    position: absolute;
    content: '';
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    top: 50%;
    right: 25px;
    width: 7px;
    height: 7px;
    transform: translate(0, -50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
    .pickup-blog-list-large .list_thumb-first {
        gap: 0;
    }
}

.blog-list-large p.category-name {
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
}
.figurebox1 picture img {
    height: 100%;
    object-fit: cover;
}
.figurebox2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: clamp(10px,calc(100vw*250/1525),250px);
    gap: 3px;
}
.figurebox2 picture {
    flex: 1 1 calc(50% - 1.5px);
    margin: 0;
}
.figurebox2 picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.figurebox3 {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: clamp(10px,calc(100vw*250/1525),250px);
    gap: 3px;
}
.figurebox3 picture {
    flex: 1 1 calc(33.3% - 2px);
    margin: 0;
}
.figurebox3 picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.figurebox4 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: clamp(10px,calc(100vw*250/1525),250px);
    gap: 3px;
}
 .figurebox4 picture {
    flex: 1 1 calc(50% - 1.5px);
    margin: 0;
}
.figurebox4 picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-list-large .icon_wrap {
    height: 75px;
}
.komoku-item-p1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    max-height: calc(1.5em * 4);
    line-height: 1.5em;
    font-size: 14px;
}
.komoku-item-p2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    max-height: calc(1.5em * 3);
    line-height: 1.5em;
    font-size: 14px;
}
.list_large_content-date{
    font-size: 14px;
    text-align: right;
    width: 100%;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px){
    .list_large_content-date {
        font-size: 11px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.blog-list-large p.category-name span {
    background: #BD202B;
    color: #fff;
    padding: 5px 8px;
    box-sizing: border-box;
    font-size: 1.2rem;
    margin-right: 5px;
    display: inline-block;
}
.blog-list-large .list_thumb {
    overflow: hidden;
}

@media screen and (max-width: 768px){
    .blog-list-large .list_thumb {
        overflow: auto;
    }
}

.list_thumb-first {
    display: flex;
    gap: 45px;
}

@media screen and (max-width: 768px) {
    .list_thumb-first {
        gap: 25px;
    }
}

@media screen and (max-width: 768px) {
    .list_thumb-first {
        flex-direction: column;
    }
}

.wrap {
    max-width: 1230px;
    margin: 0 auto 50px;
    padding: 50px 30px 0;
    display: flex;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
    .wrap {
        flex-direction: column;
        padding: 50px 5% 0;
    }
}

@media screen and (max-width: 768px) {
    .wrap {
        padding: 0 20px 0;
        margin: 0 auto;
    }
}

.single .blog-list-large .list-large a {
    display: flex;
}
.single-pickup {
    background-color: #F8F8F8;
}
.single-pickup .content {
    margin: 0 auto;
}
.single-pickup .content main {
    margin: 0 auto;
}
.single-pickup .el-pick__top {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .single-pickup .el-pick__top {
        flex-direction: column;
    }
}

.single-pickup .el-pick__top figure {
    width: 32%;
}

@media screen and (max-width: 767px) {
    .single-pickup .el-pick__top figure {
        width: 100%;
        height: auto;
    }
}

.single-pickup .el-pick__top .figurebox1>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-pickup .el-pick__top .figurebox2>img {
    width: calc((100% - 3px) / 2);
    object-fit: cover;
}
.single-pickup .el-pick__top .figurebox3>img {
    width: calc((100% - 6px) / 3);
    object-fit: cover;
}
.single-pickup .el-pick__top .figurebox4>img {
    width: calc((100% - 3px) / 2);
    object-fit: cover;
}
.single-pickup .el-pick__top .el-pick__top-right {
    width: calc(100% - 32% - 50px)
}

@media screen and (max-width: 768px) {
    .single-pickup .el-pick__top .el-pick__top-right {
        width: 100%;
    }
}

.single-pickup .el-pick__top .sg-pick__ul {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .single-pickup .el-pick__top .sg-pick__ul  {
        margin-bottom: 10px;
    }
}

.single-pickup .el-pick__top .sg-pick__ul li {
    margin-right: 6px;
    padding: 5px 8px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-top: 5px;
}

.single-pickup .el-pick__top h2 {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.68;
}
.single-pickup .el-pick__top .list_large_content-date {
    font-size: 16px;
}

@media screen and (max-width: 767px){
    .single-pickup .el-pick__top figure {
        width: 100vw;
        margin: 15px calc(50% - 50vw);
    }
    .single-pickup .el-pick__top h2 {
        font-size: 2.2rem;

    }
    .single-pickup  .blog-list-large {
        display: block;
    }
    .single-pickup .blog-list-large .list-large:nth-child(3n) {
        margin: 0;
    }
    .single-pickup .blog-list-large .list-large:nth-child(even){
        margin-right: 0;
    }
    .single-pickup .el-pick__top .list_large_content-date {
        font-size: 1rem;
        margin-top: 0;
        margin-bottom: 30px;
    }
}

.single-pickup .el-pick__top .el-pick__top-right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.single-pickup .el-pick__top .el-pick__top-right__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media screen and (max-width: 768px) {
    .single-pickup .el-pick__top .el-pick__top-right__bottom {
        flex-direction: column;
    }
}

.single-pickup .el-pick__top .el-pick__top-right__bottom ul {
    display: flex;
    flex-wrap: wrap;
}
.single-pickup .el-pick__top .el-pick__top-right__bottom ul li {
    font-size: 10px;
    letter-spacing: 0.15em;
    background-color: #D8D8D8;
    color: #BA202B;
    margin-right: 0.5rem;
    border-radius: 5px;
    padding: 0.2rem 0.8rem;
    margin-top: 0.6rem;
}

@media screen and (max-width: 767px) {
    .single-pickup .el-pick__top .el-pick__top-right__bottom ul li {
        margin-right: 1.5rem;
        margin-bottom: 1.5rem;
        margin-top: 0;
    }
}

.single-pickup .el-pick__top .el-pick__top-right__bottom .sns-box {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .single-pickup .el-pick__top .el-pick__top-right__bottom .sns-box {
        margin: 0 auto;
    }
}

.single-pickup .el-pick__top .el-pick__top-right__bottom .sns-box .addtoany_shortcode>div>a {
    padding: 0 0.5rem;
    width: calc(100% / 5);
}
.single-pickup .mokuji {
    margin-top: 4rem;
}
form#searchform .sbm_btn input {
    color: #fff;
    font-size: 2rem;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 8px 10px;
    box-sizing: border-box;
    background: url(../img/common/search_icon_w.png) no-repeat left 105px top 12px #3e3a39;
    margin: 0 auto;
    display: block;
    max-width: 380px;
    width: 100%;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    text-align: center;
    transition: 0.5s;
    letter-spacing: 0.1em;
    padding-left: 30px;
}
form#searchform .sbm_btn input:hover{
	opacity: 0.8;
}
.right_area {
    overflow: hidden;
    position: absolute;
    top: -17px;
    right: 15px;
}
.right_area li {
    width: 69px;
    background: #e1e1e1;
    color: #BD202B;
    padding: 6px 5px;
    float: right;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 5px;
    margin-left: 8px;
}
.sp + .to-archive-list {
    max-width: 400px;
}
.to-archive-list {
    max-width: 400px;
}
.to-archive-list a {
    font-size: 1.6rem;
}
.sp{
	display: none!important;
}

@media screen and (max-width:1300px) {
    form#searchform .flex {
        max-width: 800px;
    }
    /* .top_search {
        width: 100%;
        margin: 0 auto 80px;
    } */
    form#searchform select, form#searchform input[type="text"] {
        font-size: 1.5rem;
    }
}

@media screen and (max-width:1200px) {
    .top_search form{
        max-width: 92%;
        margin: 0 auto;
    }
}

@media screen and (max-width:767px) {
    .pc{
        display: none!important;
    }
    .sp{
        display: block!important;
    }
    .flex{
        display: block;
    }
    .top_txt {
        margin-bottom: 40px;
        margin-top: 30px;
    }
    .blog-list-large .list-large {
        margin: unset;
        width: unset;
    }
    .blog-list-large .list-large:nth-child(3n) {
        margin-right: 2%;
    }
    .blog-list-large .list-large:nth-child(even){
        margin-right: 0;
    }
    .right_area {
        overflow: hidden;
        position: relative;
        top: auto;
        right: 0px;
    }
    .pickup-blog-list-large .sns-box  .addtoany_shortcode {
        justify-content: center;
        margin: 4rem auto;
    }
    .pickup-blog-list-large .list-large {
        width: unset;
        margin-right: 2%;
        margin-left: 0;
        margin-bottom: 30px;
    }
    .pickup-blog-list-large .list-large:not(:first-child) {
        margin-right: 2%;
    }
    .right_area {
        overflow: hidden;
        position: relative;
        top: auto;
        right: 0px;
    }
    .right_area li {
        width: 50px;
        padding: 1px 3px;
        font-size: 1rem;
        margin-bottom: 5px;
        margin-left: 5px;
    }
    .list-large .list-content-ttl {
        font-size: 1.8rem;
    }
    .list-content-cattag li {
        font-size: 1rem;
        padding: 5px 5px;
        margin-right: 5px;
        border-radius: 3px;
    }
    .blog-list-large p.category-name span {
        padding: 5px 5px;
        font-size: 1rem;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .blog-list-large p.category-name {
        top: 0px;
    }
    .blog-list-large .icon_wrap {
        height: 50px;
    }
    form#searchform .flex > div {
        width: 100%;
    }
    form#searchform .flex > p {
        width: 100%;
        font-size: 2rem;
    }
    .top_search h2::before, .top_search h2::after {
        flex-grow: 0.05;
    }
    form#searchform .flex > p {
        font-size: 3rem;
    }
}

@media screen and (max-width:600px) {
    form#searchform .sbm_btn input {
        color: #fff;
        font-size: 2rem;
        background-position: right center;
        background-repeat: no-repeat;
        padding: 8px 10px;
        box-sizing: border-box;
        background: url(../img/common/search_icon_w.png) no-repeat left 80px top 9px #3e3a39;
        margin: 0 auto;
        display: block;
        max-width: 380px;
        width: 100%;
        border: none;
        appearance: none;
        -webkit-appearance: none;
        cursor: pointer;
        text-align: center;
        transition: 0.5s;
        letter-spacing: 0.1em;
        padding-left: 30px;
    }
}

/* 人気記事 */
.blog-list-large.blog-list-popular .list-large {
    margin: 0 0 40px;
    width: 100%;
}
.blog-list-large.blog-list-popular .list-large a {
    display: flex;
    flex-direction: inherit;
    padding-top: 60px;
}
.blog-list-large.blog-list-popular .list-large a figure{
    flex-basis: 37%;
    position: relative;
}
.counter_corner_wrap{
    position: absolute;
    top: 0;
    left: 0;
}
.counter_corner {
    background: #fafafa;
    width: 250px;
    height: 250px;
    border: #eee 1px solid;
    margin: 0 auto;
    position: relative;
}

/* ラベル部分 左上に表示 */
.counter_corner{
    top: 0;
    left: 0;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #c12748; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
.blog-list-large.blog-list-popular .list-large-content{
	flex-basis: 63%;
}
.blog-list-large.blog-list-popular .icon_wrap{
    height: auto;
    margin-bottom: 10px;
}

@media screen and (max-width:767px) {
    .blog-list-large.blog-list-popular .list-large {
        margin: 0 0 20px;
    }
    .blog-list-large.blog-list-popular .list-large a {
        display: block;
        padding-top: 8px;
    }
    .blog-list-large .counter {
        top: 35px;
    }
    .blog-list-large.blog-list-popular .list-large-content {
        height: auto;
        padding: 1.5rem 2rem 2rem;
    }
}

/* シングルページ */
.single .content {
    justify-content: space-between;
}
.single .content main {
    width: calc(100% - 345px);
}
.side_advertisement {
    margin-bottom: 30px;
}
.side_search{
    background: #e1e1e1;
    padding: 20px;
    box-sizing: border-box;
	margin-bottom: 30px;
}
.side_search h2{
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: bold;
    color: #BD202B;
}
.side_search form#searchform .flex > p {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
}
.side_search form#searchform .flex {
    display: block;
    margin: 0 auto 20px;
}
.side_search form#searchform .flex > div {
    width: 100%;
}
.side_search form#searchform .sbm_btn input {
    font-size: 1.4rem;
    padding: 10px 10px;
    background: url(../img/common/search_icon_w.png) no-repeat left 15px top 12px #3E3A36;
    border-radius: 5px;
    max-width: 180px;
    background-size: 21px auto;
}
aside .new-ttl {
    margin-bottom: 20px;
    font-size: 2rem;
}
aside .popular-ttl {
    margin-bottom: 20px;
    font-size: 2rem;
}
aside .blog-list-large{
	display: block;
}
aside .blog-list-large .list-large {
    position: relative;
    padding: 0;
    margin: 0 auto 20px;
    width: 100%;
}
aside .list-large .list-content-ttl {
    font-size: 1.6rem;
}
aside .right_area li {
    width: 58px;
    padding: 2px 5px;
    font-size: 1.1rem;
}
aside .blog-list-large .icon_wrap {
    height: 40px;
}
.c-entryBnr{
    margin-bottom: 30px;
}
@media screen and (max-width: 768px){
    .c-entryBnr{
        margin-bottom: 20px;
    }
}
.entry-header-fig{
	margin-bottom: 20px;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.alignleft {
	float: left;
	margin: 0.5em 1em 1.5em 0;
	display: block;
	width: 48%!important;
}
.alignright {
    float: right;
    margin: 0.5em 0 1.5em 1em;
    display: block;
    width: 48%!important;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.wp-caption {
    max-width: 100%;
}
.entry-content .wp-caption picture{
	margin: 0 auto 0;
}
.entry-content picture{
	margin: 0 auto 0;
}
.wp-element-caption{
    font-size: 1.4rem;
    line-height: 1.8;
    background-color: #f1f1f1;
    padding: 5px 10px;
    border-radius: 4px;
    margin-bottom:2em;
}
.wp-caption-text{
    font-size: 1.4rem;
    line-height: 1.8;
    background-color: #f1f1f1;
    padding: 5px 10px;
    border-radius: 4px;
}
.pagebreak-links {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagebreak-links .post-page-numbers {
    width: 45px;
    height: 45px;
    border: 1px solid #d0cdbc;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 5px 0 5px;
    color: #59554e;
    margin: 0 7px 0;
    background: #fafafa;
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
    text-align: center;
}
.pagebreak-links .post-page-numbers:hover{
	opacity: 0.8;
}
.pagebreak-links .post-page-numbers span{
	width: 100%;
}
.pagebreak-links .post-page-numbers.prev,
.pagebreak-links .post-page-numbers.next{
	width: 50px;
}
.pagebreak-links .post-page-numbers:hover{
	text-decoration: none;
	opacity: 0.8;
}
.pagebreak-links .post-page-numbers.current {
    background: #BD202B;
    border: 1px solid #d0cdbc;
    color: #fff;
}
.pagination .post-page-numbers span {
    max-width: 100%;
    position: absolute;
    top: 5px;
    left: 7px;
    vertical-align: bottom;
}
.entry-info-box p.category-name span {
    background: #BD202B;
    color: #fff;
    padding: 5px 8px;
    box-sizing: border-box;
    font-size: 1.6rem;
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 10px;
}
.entry-date {
    margin-bottom: 30px;
    text-align: right;
}
.single .blog-list-large .icon_wrap {
    height: 50px;
}
.single .note_box{
    border: 1px solid #BD202B;
    text-align: center;
    padding: 20px 10px;
    background: #fff;
}
.single .note_box a{
	color: #BD202B;
}
.single .entry-access_new {
    border: 1px solid #BD202B;
    text-align: center;
    padding: 10px 15px 15px;
    background: #fff;
    margin: 0 auto 50px;
}
.single .entry-access_new h3 {
    color: #BD202B;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    letter-spacing: 0.12em;
}
.single .entry-access_new h3::before, .single .entry-access_new h3::after {
    content: '';
    flex-grow: 0.015;
    height: 2px;
    background: #BD202B;
}
.single .entry-access_new .flex {
    justify-content: space-between;
    margin-bottom: 10px;
}
.single .entry-access_new .flex .access_img{
	flex-basis: 20%;
}
.single .entry-access_new .flex .access_img li:not(:first-child){
	margin-top: 10px;
}
.single .entry-access_new .flex .access_img + .txt_box{
	flex-basis: 78%;
}
.single .entry-access_new .flex .txt_box{
	text-align: left;
	font-size: 1.4rem;
}
.single .entry-access_new .flex .txt_box h4 {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 5px;
}
.single .entry-access_new .flex .txt_box h4 a,.entry-access-address a{
	text-decoration: underline;
}
.single .entry-access_new .flex .txt_box h4 a:hover,.entry-access-address a:hover{
	text-decoration: none;
}

/* 見出しの文字と横棒の間隔を開ける */
.single .entry-access_new h3::before {
    margin-right: 15px;
}
.single .entry-access_new h3::after {
    margin-left: 15px;
}

ul.access_ul{
    margin-bottom: 20px;
}
ul.access_ul li {
    padding: 0 0 5px 8px;
    position: relative;
}
ul.access_ul li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    box-sizing: border-box;
    background: #BD202B;
    left: 0;
    top: 10px;
    border-radius: 50%;
}
.lwptoc_title.kanren_ttl {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    background: url(https://journal-one.net/jp/wp/wp-content/themes/journal-one/assets/img/common/icn-relation.png) no-repeat left top 5px;
    padding-left: 30px;
    padding-top: 3px;
    box-sizing: border-box;
    background-size: 20px auto;
}
.lwptoc_title.kanren_ttl.access_ttl{
    background: none;
}
.single .blog-list-large.kanren .icon_wrap {
    height: 60px;
}
.lwptoc.lwptoc-inherit.lwptoc_test + .lwptoc.lwptoc-inherit{
	display: none!important;
}
span[id]:not([href]){
    margin-top:-105px;
    padding-top:105px;
	display: inline-block;
	vertical-align: top;
}
.plugin_toc{
    display: none;
}

@media screen and (max-width:1024px) {
    .side_advertisement {
        height: 90px;
        width: 728px;
        margin: 0 auto 30px;
    }
    .content aside {
        width: 100%;
        display: flex;
        flex-flow: column;
    }
    aside .blog-list-large {
        display: flex;
    }
    aside .blog-list-large .list-large {
        width: 32%;
    }
    .side_search {
        order: 10;
    }
    .single .content main {
        width: 100%;
        margin: 0 auto 50px;
    }
}

@media screen and (max-width:767px) {
    .alignleft {
        float: none;
        margin: 0 auto 1em;
        width: 100%!important;
    }
    .alignright {
        float: none;
        margin: 0 auto 1em;
        width: 100%!important;
    }
    aside .blog-list-large .list-large {
        width: 49%;
        margin-right: 2%;
    }
    .single .entry-access_new .flex .txt_box h4 {
        margin-top: 10px;
    }
    .single .content main {
        width: 100%;
        margin: 0 auto 50px;
    }
    .single .blog-list-large.kanren .icon_wrap {
        height: 40px;
    }
    .pagebreak-links .post-page-numbers:hover {
        opacity: 1;
    }
    .lwptoc>.lwptoc_i>.lwptoc_items>.lwptoc_itemWrap>.lwptoc_item a:hover{
        opacity: 1;
    }
}

/* 下層等 */
.content-header.content-header-search{
	min-height: 200px;
}

@media screen and (max-width:767px) {
    .wp-pagenavi span, .wp-pagenavi a {
        width: 30px;
        height: 30px;
        margin: 0 2px;
        font-size: 1.4rem;
    }
    .pagebreak-links .post-page-numbers {
        margin: 0px 10px 0;
        width: 45px;
        height: 45px;
    }
}

/* データベースページ */
.post-type-archive-database .ac-ttl,.single-database .ac-ttl{
    margin-top: 90px;
}
.post-type-archive-database .ac-popular-ttl::before,.single-database .ac-popular-ttl::before,.tax-database_category .ac-popular-ttl:before{
    background-image: none;
}
.post-type-archive-database .top_ttl{
    text-align: center;
    margin-bottom: 60px;
}
ul.db_select {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
ul.db_select>li{
	flex-basis: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}
ul.db_select>li:nth-child(3n){
	margin-right: 0;
}
ul.db_select>li>a,
ul.db_select.softball>li>span{
    width: 100%;
    background: #BD202B;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 10px;
	position: relative;
}
ul.db_select>li>a:before,
ul.db_select.softball>li>span:before{
    content: "";
    position: absolute;
    top: 19px;
    right: 12px;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border: 10px solid transparent;
    border-top: 16px solid #e75555;
}
.post-type-archive-database main h3{
    margin-bottom: 5rem;
    display: flex;
    align-items: center;
    font-size: 2.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    white-space: nowrap;
}
.post-type-archive-database main h3::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #BD202B;
    margin-left: 2.5rem;
    position: relative;
    top: 2px;
    flex: 1;
}
ul.database_list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
ul.database_list li{
	flex-basis: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
ul.database_list li .img{
	flex-basis: 30%;
}
ul.database_list li .img img{
    object-fit: cover;
    height: 112px;
}
ul.database_list li h4 {
    flex-basis: 65%;
    font-size: 1.5rem;
    font-weight: bold;
}
ul.database_list li:nth-child(3n){
	margin-right: 0;
}

/* データベースシングル */
.single-database .content main,.tax-database_category main{
	width: 100%;
}
.single-database .box_top.flex {
    justify-content: space-between;
    margin-bottom: 60px;
}
.single-database .box_top.flex .img{
	flex-basis: 40%;
}
.single-database .box_top.flex .text{
	flex-basis: 56%;
}
.single-database .img_main{
	margin-bottom: 20px;
	width: 100%;
}
.single-database .img_main img{
    height: 468px;
    object-fit: cover;
	width: 100%;
}
.single-database ul.img_sub{
	display: flex;
	flex-wrap: wrap;
}
.single-database  ul.img_sub li{
	flex-basis: 32%;
	margin-right: 2%;
	margin-bottom: 15px;
	cursor: pointer;
}
.single-database ul.img_sub li:nth-child(3n){
	margin-right: 0;
}
.single-database  ul.img_sub li img{
    height: 150px;
    object-fit: cover;
	width: 100%;
}
.single-database .text p.ttl {
    font-size: 1.8rem;
    font-weight: bold;
	margin-bottom: 5px;
}
.single-database .text p.ttl.name{
	font-size: 2.8rem;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px){
    .single-database .text p.ttl.name{
        font-size: 2.3rem;
    }
}

.single-database .text .category-name{
	margin-bottom: 20px;
}
.single-database .text .category-name a {
    color: #fff;
    font-size: 1.6rem;
    background: #BD202B;
    line-height: 1;
    border-radius: 0;
    padding: 10px 30px;
    box-sizing: border-box;
    display: inline-block;
}
.single-database .text .team a{
	font-size: 1.8rem;
	color: #BD202B;
	text-decoration: underline;
}
.single-database .text .team a:hover{
	text-decoration: none;
}
.single-database h3:not(.ac-ttl),.tax-database_category h3:not(.ac-ttl){
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 2.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    white-space: nowrap;
}

@media screen and (max-width: 768px){
    .single-database h3:not(.ac-ttl){
        white-space: inherit;
    }
}

.single-database h3:not(.ac-ttl):after,.tax-database_category h3:not(.ac-ttl):after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #BD202B;
    margin-left: 2.5rem;
    position: relative;
    top: 2px;
    flex: 1;
}
.single-database .db_ul{
    margin-bottom: 30px;
}
.single-database .db_ul li {
    padding: 0 0 10px 15px;
    position: relative;
}
.single-database .db_ul li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    box-sizing: border-box;
    background: #BD202B;
    left: 0;
    top: 10px;
    border-radius: 50%;
}
.single-database .db_ul{
	margin-bottom: 30px;
}
.single-database .db_ul a{
	color: #BD202B;
	text-decoration: underline;
}
.single-database .db_ul a:hover{
	text-decoration: none;
}

/*qa*/
.qa_wrap {
    list-style: none;
    margin: 0 auto 50px;
	width: 100%;
}
.qa_wrap li {
    background: none;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #000;
}
.qa_wrap h4 {
    font-size: 1.8rem;
    padding: 35px 70px 35px 70px;
    position: relative;
    border-bottom: none;
    margin-bottom: 0;
    box-sizing: border-box;
    background: #fff;
    color: #333333;
    cursor: pointer;
    border-radius: 10px;
    font-weight: normal;
    cursor: pointer;
    font-weight: bold;
}
.qa_wrap h4:before {
    position: absolute;
    content: "";
    right: 25px;
    top: 22px;
    font-size: 5rem;
    width: 45px;
    background: #000;
    height: 45px;
    border-radius: 50%;
    font-weight: normal;
}
.qa_wrap h4:after {
content: '';
display: block;
width: 8px; /* 矢印の大きさの指定 */
height: 8px; /* 矢印の大きさの指定 */
border-top: 2px solid #fff; /* 矢印の太さの指定 */
border-left: 2px solid #fff; /* 矢印の太さの指定 */
}
.qa_wrap h4:after {
    position: absolute;
    right: 43px;
    top: 41px;
    transform: rotate(45deg);
}
.qa_wrap li.open h4:after {
    right: 42px;
	top: 40px;
    transform: rotate(226deg);
}
.qa_wrap h4 span {
    position: absolute;
    color: #BD202B;
    padding-left: 10px;
    box-sizing: border-box;
    padding-top: 0px;
    font-size: 3rem;
    line-height: 1.3;
    left: 20px;
    top: 29px;
}
.qa_wrap li.open h4 {
    margin-bottom: 0;
    border-radius:  10px 10px 0 0;
}
a.link{
    text-decoration: underline;
    color: #B53333;
}
a.link:hover{
    text-decoration: none;
}
.txt_a {
    font-size: 1.8rem;
    padding: 30px 35px 40px 70px;
    position: relative;
    border-bottom: none;
    box-sizing: border-box;
    display: none;
    margin-top: -25px;
    background: #fff;
    border-radius: 0 0 5px 5px;
    line-height: 1.6;
}
.txt_a p:last-of-type{
    margin-bottom: 0;
}
.txt_a.open{
	display: block;
}
.txt_a span {
    position: absolute;
    left: 31px;
    top: 20px;
    color: #333333;
    box-sizing: border-box;
    padding-top: 0px;
    font-size: 3rem;
    font-weight: bold;
}
.under_wrap_faq h3 {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 60px;
}
.under_wrap_faq .qa_wrap a{
	color: #fa6e00;
}
.under_wrap_faq .qa_wrap a:hover{
	text-decoration: underline;
}
.under_wrap_faq .qa_wrap .youtube {
    padding-bottom: 40%;
    max-width: 560px;
    margin: 0 auto 20px;
}

@media screen and (max-width:1000px){
    .single-database .img_main img {
        height: 350px;
    }
    .single-database ul.img_sub li img {
        height: 110px;
    }
}

@media screen and (max-width:768px){
    .single-database h3:not(.ac-ttl), .tax-database_category h3:not(.ac-ttl) {
        font-size: 2rem;
    }
    .post-type-archive-database .ac-ttl, .single-database .ac-ttl {
        margin-top: 40px;
    }
    ul.database_list {
        display: block;
    }
    .qa_wrap h4 {
        padding: 20px 70px 20px 70px;
    }
    .qa_wrap h4:before {
        right: 15px;
        top: 27px;
        width: 40px;
        height: 40px;
    }
    .qa_wrap h4:after {
        right: 31px;
        top: 43px;
    }
    .qa_wrap li.open h4:after {
        right: 32px;
        top: 41px;
    }
    .txt_a {
        padding: 30px 30px 20px 70px;
    }
}

@media screen and (max-width:600px){
    .single-database .img_main img {
        height: 335px;
    }
    .single-database ul.img_sub li img {
        height: 107px;
    }
    ul.db_select {
        display: block;
    }
    ul.db_select li {
        margin-right: 0;
    }
}

.single-database .content{
    background-color: #fff;
}

@media screen and (max-width: 768px){
    .single-database .content{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.db_info{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    line-height: 1.4;
}
.db_info dt{
    margin-right: 1em;
    font-weight: normal;
    background-color: #e8e8e8;
    padding: 5px 10px;
    text-align: center;
    border-radius: 3px;
}
.db_info dd a{
    color: #BD202B;
    text-decoration: underline;
}
.db_info dd a:hover{
    text-decoration: none;
}
.db_info2{
    margin-bottom: 15px;
}
.db_info2 dt{
    border-bottom: solid 1px #bd202b;
    color: #bd202b;
    margin-bottom: 5px;
}
.db_select.softball{
    justify-content: space-between;
}

@media screen and (max-width: 768px){
    .db_select.softball{
        margin-top: 20px;
    }
}

.db_select.softball li{
    flex-basis: 48%;
}
.db_info2 dd a{
    text-decoration: underline;
    color: #bd202b;
}
.db_info2 dd a:hover{
    text-decoration: none;
}
.acc_btn{
    cursor: pointer;
}
.acc_btn:hover{
    opacity: 0.7;
}
.acc{
    display: none;
    margin-top: 15px;
}
.acc a{
    padding-left: 10px;
    text-decoration: underline;
    color: #bd202b;
    position: relative;
}
.acc a:hover{
    text-decoration: none;
}
.acc a:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    box-sizing: border-box;
    background: #BD202B;
    left: 0;
    top: 4px;
    border-radius: 50%;
}

/*共通？*/
.site-nav-wrap{
    display: flex;
    align-items: center;
    padding-right: 10px;
}
.to_adform{
    margin-right: 1em;
}

@media screen and (max-width: 768px){
    .to_adform{
        margin-top: 10px;
        margin-right: 5px;
    }
    .to_adform span{
        display: none;
    }
}

.to_adform a{
    font-size: 1.2rem;
    color: #bd202b;
}

@media screen and (max-width: 768px){
    .to_adform a{
        font-size: 1.4rem;
    }
}

.to_adform a:hover{
    text-decoration: underline;
}
.column1{
    display: block;
}
.single-post .entry-content a,
.single-game_report .entry-content a{
    color: #BD202B !important;
    text-decoration: underline;
}
.single-post .entry-content a:hover,
.single-game_report .entry-content a:hover{
    text-decoration: none;
}
.single-post .entry-content a span,
.single-game_report .entry-content a span{
    color: inherit!important;
}
.single-post .entry-content span strong a,
.single-game_report .entry-content span strong a{
    color: #BD202B!important;
}
.single-pickup .entry-content a{
    color: #BD202B !important;
    text-decoration: underline;
}
.single-pickup .entry-content a:hover{
    text-decoration: none;
}
.single-pickup .entry-content a span{
    color: inherit!important;
}
.single-pickup .entry-content span strong a{
    color: #BD202B!important;
}
.single-sightseeing .content p {
    margin: 15px 0 0 0;
}
.single-sightseeing .content .c-heading-h3_sightseeing + p,
.single-sightseeing .content .c-heading-h4_sightseeing + p{
    margin: 25px 0 0 0;
}

/*サイトマップ*/
.sitemap_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sitemap_wrap div{
    flex-basis: 30%;
}

@media screen and (max-width: 1000px){
    .sitemap_wrap div{
        flex-basis: 48%;
    }
}

@media screen and (max-width: 768px){
    .sitemap_wrap div{
        flex-basis: 100%;
    }
}

.sitemap_wrap div p{
    margin-bottom: 10px;
    border-bottom: solid 1px #bd202b;
}
.sitemap_wrap div ul li{
    line-height: 1.8;
}

/*メインエリア（個別設定）*/
.page-id-181 main,
.page-id-181 .entry-content,
.page-id-7971 main,
.page-id-7971 .entry-content,
.page-id-89 main,
.page-id-8003 main,
.page-id-8003 .entry-content,
.page-id-59 main{
    width: 100%;
}

/*サイドバー*/
.for_pc,
.for_tablet{
    margin-bottom: 30px;
    text-align: center;
}
.for_tablet{
    display: none;
}

@media screen and (max-width:1024px) {
    .for_pc{
        display: none;
    }
    .for_tablet{
        display: block;
    }
}

@media screen and (max-width: 768px){
    .for_pc{
        display: block;
    }
    .for_tablet{
        display: none;
    }
}

.corner_rank{
    position: absolute;
    left: 0;
    top: 0;
    width: 84px;
    height: 84px;
    background-image: linear-gradient(135deg, #f0f0f0 60px, transparent 0);
    z-index: 20;
}
.corner_rank.c_rank_1{
    background-image: linear-gradient(135deg, #c6a963 60px, transparent 0);
}
.corner_rank.c_rank_2{
    background-image: linear-gradient(135deg, #b4b4b4 60px, transparent 0);
}
.corner_rank.c_rank_3{
    background-image: linear-gradient(135deg, #c68b6b 60px, transparent 0);
}
.corner_rank span{
    position: absolute;
    left: 23%;
    top: 11%;
    font-size: 2rem;
}
.corner_rank.c_rank_10 span{
    left: 16%;
}
.lwptoc_title{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #BD202B;
    font-size: 2rem;
}

@media screen and (max-width: 768px){
    .lwptoc_title{
        font-size: 1.8rem;
    }
}

.lwptoc_title::before{
    content: "";
    border-top: solid 1px #BD202B;
    width: 100px;
    display: inline-block;
    margin-right: 1em;
}

@media screen and (max-width: 768px){
    .lwptoc_title::before{
        width: 60px;
    }
}

.lwptoc_title::after{
    content: "";
    border-top: solid 1px #BD202B;
    width: 100px;
    display: inline-block;
    margin-left: 1em;
}

@media screen and (max-width: 768px){
    .lwptoc_title::after{
        width: 60px;
    }
}

.lwptoc_item_label{
    display: flex;
    align-items: center;
}
.lwptoc_item_label::before{
    content: "";
    border-bottom: dashed 1px #000;
    width: 100px;
    display: inline-block;
    margin-right: 1em;
}

@media screen and (max-width: 768px){
    .lwptoc_item_label::before{
        content: none;
    }
}

.lwptoc .lwptoc_item_number{
    font-size: 1.6rem;
    color: #000;
}
.lwptoc .lwptoc_header::before{
    width: 20px;
    height: 13px;
}
.blog-list-popular .entry-date{
    margin-top: 0;
}
.lwptoc>.lwptoc_i>.lwptoc_items>.lwptoc_itemWrap>.lwptoc_item{
    margin-bottom: 6px;
}
.page-id-7971 .entry-content a,
.page-id-8003 .entry-content a{
    color: #BD202B!important;
}
.page-id-7971 .entry-content a:hover,
.page-id-8003 .entry-content a:hover{
    text-decoration: underline;
}
.lwptoc_i{
    position: relative;
    z-index: 1;
}

/* ページングのボタン前へ/次へボタンの調整 */
.div_page_prev{
    flex-grow: 1;
}
.div_page_next{
    flex-grow: 1;
}
.div_page_prev .link_page_prev{
    width: auto;
    float: left;
}
.div_page_next .link_page_next{
    width: auto;
    float: right;
}
.div_page_prev a.disabled{
    pointer-events: none;
    text-decoration: none;
    color: #a9a9a9;
}
.div_page_next a.disabled{
    pointer-events: none;
    text-decoration: none;
    color: #a9a9a9;
}

/* 推しのソページ */
.single-oshinoso .o_bg{
	background: #fff;
	margin-bottom: 65px;
}
.o_main {
    margin-bottom: 35px;
}
.o_main .slider{
	margin-bottom: 10px;
	background: #333;
}
.o_main .thumbnail{
	max-width: 690px;
	margin: 0 auto;
}
.o_main .thumbnail-img {
    height: 68px;
    margin: 0 5px;
    border: 2px solid #b1b1b2;
    box-sizing: border-box;
}
.o_main .thumbnail-img img {
    object-fit: contain;
    height: 100%;
}
.o_main .slick-prev:before,
.o_main .slick-next:before {
    opacity: 1;
    color: #bd202b;
}
.o_main .slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    left: -35px;
    max-width: 30px;
    z-index: 10;
    top: 30%;
	cursor: pointer;
}
.o_main .slide-arrow.next-arrow.slick-arrow{
    position: absolute;
    right: -35px;
    max-width: 30px;
    z-index: 10;
    top: 30%;
	cursor: pointer;
}
.single-oshinoso .o_ttl {
    padding: 0 60px 30px;
    box-sizing: border-box;
}
.single-oshinoso .o_ttl .jd_logo{
	margin: 0 auto 20px;
	max-width: 232px;
}
.single-oshinoso .o_name {
    margin-bottom: 40px;
    padding: 0 0 0 60px;
    box-sizing: border-box;
    position: relative;
}
.single-oshinoso .o_name h2 {
    font-size: 4rem;
    padding-left: 40px;
    box-sizing: border-box;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    letter-spacing: 0.25em;
    display: flex;
    align-items: center;
}
.single-oshinoso .o_name h2 img {
    margin-right: 20px;
    max-width: 100px;
}
.single-oshinoso .o_name h2 .small {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
}
.single-oshinoso .o_name h2:before {
    position: absolute;
    content: "";
    left: 0;
    background: #bd202b;
    width: 8px;
    height: 86%;
    top: 7%;
}
.single-oshinoso h2 .o_name_num {
    font-size: 4rem;
    color: #bd202b;
    font-weight: 500;
    font-family: 'Hiragino Sans';
    margin-right: 30px;
}
.single-oshinoso .o_prof{
	margin-bottom: 50px;
	padding: 0 60px;
	box-sizing: border-box;
}
.single-oshinoso .o_prof .prof_box {
    border: 2px solid #bd202b;
    border-top: 5px solid #bd202b;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 20px 35px 20px;
}
.single-oshinoso .o_prof .o_prof_ttl {
    position: absolute;
    bottom: -5px;
    right: -4px;
    font-size: 4rem;
    color: #bd202b;
    line-height: 1;
    font-weight: 500;
    font-family: 'Hiragino Sans';
}
.single-oshinoso .o_prof table th,.single-oshinoso .o_prof table td{
	color: #231815;
}
.single-oshinoso .o_prof table th {
    font-weight: bold;
    width: 45%;
    padding-right: 20px;
    box-sizing: border-box;
}
.single-oshinoso .o_qa{
	margin-bottom: 70px;
	padding: 0 60px;
	box-sizing: border-box;
}
.single-oshinoso .o_movie{
	padding: 0 60px 85px;
	box-sizing: border-box;
}
.single-oshinoso .o_qa h2, .single-oshinoso .o_movie h2 {
    position: relative;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    font-size: 4rem;
    color: #bd202b;
    margin-bottom: 25px;
    font-weight: 500;
    font-family: 'Hiragino Sans';
    letter-spacing: 0.2em;
}
.single-oshinoso .o_qa h2:before,
.single-oshinoso .o_qa h2:after,
.single-oshinoso .o_movie h2:before,
.single-oshinoso .o_movie h2:after{
    position: relative;
    display: inline-block;
    content: "";
    background: #bd202b;
    width: 2px;
    height: 1em;
    margin: 0 1em;
    margin-top: -.2em;
    vertical-align: middle;
}
.single-oshinoso .o_qa h2:before,
.single-oshinoso .o_movie h2:before{
    transform: rotate(-35deg);
}
.single-oshinoso .o_qa h2:after,
.single-oshinoso .o_movie h2:after{
    transform: rotate(35deg);
}
.o_bn .o_bn_ttl{
    display: flex;
    justify-content: space-between;
}
.o_bn .jd_logo{
	display: block;
	width: 22%;
}
.o_bn h3{
	margin-bottom: 30px;
	width: 75%;
}
.o_bn .bn_l{
	margin-bottom: 30px;
	cursor: pointer;
}
.o_bn .bn_wrap .bn_l:hover{
	opacity: 0.8;
}
.o_bn .bn_l li:not(:last-child) {
	margin-bottom: 20px;
}
.o_bn .bn_wrap .bn_small{
	display: none;
	flex-wrap: wrap;
}
.o_bn .bn_small.open{
	display: flex;
	flex-wrap: wrap;
}
.o_bn .bn_small li {
    flex-basis: 30%;
    margin-right: 5%;
    margin-bottom: 30px;
    font-weight: bold;
}
.o_bn .bn_small li:nth-child(3n){
	margin-right: 0;
}
.o_bn .bn_small li img {
    margin-bottom: 10px;
    border-radius: 10px;
}
.single-oshinoso .o_qa_wrap li {
    border-bottom: 2px dotted #b1b1b2;
}
.single-oshinoso .o_qa_wrap li:not(:first-child) {
    margin-top: 15px;
}
.single-oshinoso .txt_q{
	font-size: 1.5rem;
	font-weight: bold;
}
.single-oshinoso .txt_q span {
    font-size: 2.5rem;
    font-weight: bold;
    color: #bd202b;
    padding-right: 10px;
    padding-bottom: 5px;
    font-weight: 500;
    font-family: 'Hiragino Sans';
    vertical-align: sub;
}
.single-oshinoso .txt_a {
    display: block;
    margin-top: 0;
    font-size: 1.5rem;
    padding: 10px 0 30px 70px;
}
.single-oshinoso .txt_a p {
    min-height: 45px;
    font-size: 1.4rem;
    line-height: 1.8;
}
.single-oshinoso .txt_a span{
    left: 0;
    top: 10px;
}
.single-oshinoso .youtube {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
}
.single-oshinoso .youtube iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px){
    .single-oshinoso .o_main {
        margin-top: 20px;
    }
    .post-type-archive-oshinoso .content {
        margin-top: 20px;
    }
}

@media screen and (max-width: 600px){
    .single-oshinoso .thumbnail-img {
        height: 30px;
        width: 30px!important;
    }
    .single-oshinoso .o_name {
        padding: 0 0 0 20px;
    }
    .single-oshinoso .o_ttl {
        padding: 0 20px 30px;
    }
    .o_main .thumbnail {
        max-width: 280px;
        margin: 0 auto;
    }
    .o_main .thumbnail-img {
        height: 46px;
        width: 46px!important;
    }
    .o_main .slide-arrow.prev-arrow.slick-arrow {
        left: -23px;
        max-width: 23px;
        top: 21%;
    }
    .o_main .slide-arrow.next-arrow.slick-arrow {
        right: -23px;
        max-width: 23px;
        top: 21%;
    }
    .single-oshinoso .o_prof table th {
        width: 46%;
    }
    .single-oshinoso .o_name {
        padding: 0 0 0 20px;
    }
    .single-oshinoso .o_prof {
        padding: 0 20px;
    }
    .single-oshinoso .o_prof .prof_box {
        padding: 15px 15px 40px;
    }
    .single-oshinoso .o_name h2 .small {
        font-size: 1.6rem;
    }
    .single-oshinoso .o_name h2 {
        font-size: 2.5rem;
        padding-left: 20px;
    }
    .single-oshinoso .o_name .o_name_num {
        bottom: 0px;
        right: 90px;
        font-size: 2.5rem;
        margin-right: 10px;
    }
    .single-oshinoso .o_name h2 img {
        margin-right: 10px;
        max-width: 60px;
    }
    .single-oshinoso .o_qa h2, .single-oshinoso .o_movie h2 {
        font-size: 3.2rem;
    }
    .single-oshinoso .o_qa {
        padding: 0 20px;
        margin-bottom: 50px;
    }
    .single-oshinoso .o_movie {
        padding: 0 20px 50px;
    }
    .o_bn .bn_small li {
        flex-basis: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
        font-size: 1.4rem;
    }
    .single-oshinoso .o_ttl .jd_logo {
        margin: 0 auto 15px;
        max-width: 120px;
    }
    .o_bn .bn_small li:nth-child(3n){
        margin-right: 4%;
    }
    .o_bn .bn_small li:nth-child(even){
        margin-right: 0;
    }
}

/* 記事のページネーション調整 */
.prev_first_header{
	float: left;
	width: 50%;
	position: relative;
}
.next_first_header{
	float: right;
	width: 50%;
}
.first_header_wrap {
    border-top: 1px solid #BD202B;
    border-bottom: 1px solid #BD202B;
    box-sizing: border-box;
    overflow: hidden;
	position: relative;
}
.first_header_wrap:before {
    content: "";
    position: absolute;
    top: 20%;
    height: 60%;
    right: 50%;
    border-right: 1px dotted #BD202B;
    width: 1px;
    margin-right: -1px;
}
.single-post .first_header_wrap a,
.single-game_report .first_header_wrap a {
    text-decoration: none !important;
    color: #000 !important;
    padding: 15px 0px;
    display: block;
    overflow: hidden;
    padding-right: 30px;
}
.single-post .first_header_wrap .next_first_header a,
.single-game_report .first_header_wrap .next_first_header a {
	padding-right: 0px;
	padding-left: 30px;
}
.single-post .first_header_wrap .top_span,
.single-game_report .first_header_wrap .top_span{
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
	padding: 0 0 0 60px;
	color: #BD202B!important;
}
.single-pickup .first_header_wrap a {
    text-decoration: none !important;
    color: #000 !important;
    padding: 15px 0px;
    display: block;
    overflow: hidden;
    padding-right: 30px;
}
.single-pickup .first_header_wrap .next_first_header a {
	padding-right: 0px;
	padding-left: 30px;
}
.single-pickup .first_header_wrap .top_span{
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
	padding: 0 0 0 60px;
	color: #BD202B!important;
}
.first_header_wrap .top_span:before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 7px;
    width: 40px;
    height: 1px;
    background: #BD202B;
    transition: all .3s;
}
.first_header_wrap .top_span:after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 6px;
    width: 10px;
    height: 1px;
    background: #BD202B;
    transform: rotate(140deg);
    transition: all .3s;
}
.first_header_wrap .next_first_header{
    text-align: right;
}
.first_header_wrap .bottom_span {
    float: right;
	text-align: left;
}
.single-post .first_header_wrap .next_first_header .top_span,
.single-game_report .first_header_wrap .next_first_header .top_span{
    padding: 0 60px 0 0;
}
.first_header_wrap .next_first_header .top_span:before {
	left:auto;
    right: 7px;
}
.first_header_wrap .next_first_header .top_span:after {
    bottom: 5px;
	left: auto;
    right: 6px;
    transform: rotate(35deg);
}

@media screen and (max-width: 768px){
    .single-post .entry-content a,
    .single-game_report .entry-content a {
        font-size: 1.2rem;
    }
    .single-post .entry-content p a,
    .single-game_report .entry-content p a {
        font-size: 1.6rem;
    }
    .single-pickup .entry-content a {
        font-size: 1.2rem;
    }
    .single-pickup .entry-content p a {
        font-size: 1.6rem;
    }
    .pagebreak-links .post-page-numbers span {
        font-size: 1.2rem;
    }
    .prev_first_header {
        float: none;
        width: 100%;
    }
    .next_first_header {
        float: none;
        width: 100%;
        text-align: left;
    }
    .prev_first_header + .next_first_header{
        border-bottom: 1px dotted #BD202B;
    }
    .first_header_wrap {
        display: flex;
        flex-direction: column-reverse;
        padding: 0 15px;
    }
    .first_header_wrap:before{
        display: none;
    }
    .single-post .entry-content .first_header_wrap a,
    .single-game_report .entry-content .first_header_wrap a {
        padding-right: 0;
    }
    .single-post .entry-content .first_header_wrap .next_first_header a,
    .single-game_report .entry-content .first_header_wrap .next_first_header a {
        padding-right: 0px;
        padding-left: 0;
        text-align: left;
    }

    .single-pickup .entry-content .first_header_wrap a {
        padding-right: 0;
    }
    .single-pickup .entry-content .first_header_wrap .next_first_header a {
        padding-right: 0px;
        padding-left: 0;
        text-align: left;
    }
    .first_header_wrap .bottom_span {
        float: none;
        text-align: left;
    }
    .first_header_wrap .top_span:before {
        left: 0px;
        bottom: 5px;
    }
    .first_header_wrap .top_span:after {
        left: 0px;
        bottom: 9px;
    }
    .first_header_wrap .next_first_header .top_span:after {
        bottom: 8px;
    }
}

blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
    margin-bottom: 20px;
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #cfcfcf;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}
blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}
blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
.entry-header.page_2{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.entry-header.page_2 .entry-ttl {
    font-size: 2rem;
}
.entry-header.page_2 .entry-info-box{
	flex-basis: 58%;
}
.entry-header.page_2 .entry-header-fig {
    flex-basis: 40%;
    display: block;
}
.entry-header.page_2 .entry-date {
    font-size: 14px;
}
.entry-header.page_2 .entry-info-box p.category-name span {
    font-size: 1.4rem;
}
.entry-header.page_2 .sns-box {
    margin: 2rem 0;
}
.entry-header.page_2 .addtoany_list a {
    max-width: 60px;
}
.sns-box.page2_none{
	display: none;
}

@media screen and (max-width: 768px){
    .entry-header.page_2 {
        display: flex;
    }
    .sns-box.sns-box_page2{
        display: none;
    }
    .sns-box.page2_none{
        display: block;
    }
    .entry-header.page_2 .entry-header-fig {
        flex-basis: 40%;
        display: block;
        float: right;
        width: 40%;
        margin: 0 0 10px 10px;
    }
    .entry-header.page_2 .entry-header-fig + .entry-header-fig{
        display: none;
    }
    .entry-header.page_2 .entry-info-box {
        flex-basis: 100%;
        margin-top: 20px;
    }
    .entry-header.page_2 .entry-ttl {
        font-size: 1.9rem;
    }
}

/* ヘッダー広告バナー追加 */
.header_top_bn{
	text-align: center;
	background: #000;
	padding: 15px 0;
	box-sizing: border-box;
    max-height: 120px;
    overflow: hidden;
}
.header_top_bn .sp{
	display: none;
}

@media screen and (max-width: 768px){
	.header_top_bn .sp{
	display: block;
    max-height: 74px;
	}
	.header_top_bn .pc{
	display: none;
	}
	.header_top_bn {
		padding: 12px 0;
	}
}

@media screen and (max-width: 768px) {
    .to_adform a {
        font-size: 1rem;
    }
}

/* 推しのソTOP改修 */
.post-type-archive-oshinoso .top_logo{
	max-width: 277px;
	margin: 0 auto 20px;
}
.post-type-archive-oshinoso h3.archive{
	text-align: center;
	margin: 0 auto 40px;
	color: #fff;
	font-size: 21px;
	max-width: 630px;
	background: #bb202b;
	padding: 5px;
	box-sizing: border-box;
	font-weight: bold;
}
.post-type-archive-oshinoso .flex.column2.anchor_btn{
	justify-content: space-between;
	margin: 0 auto 70px;
}
.post-type-archive-oshinoso .flex.column2.anchor_btn > div{
	flex-basis: 49%;
	max-width: 566px;
}
.post-type-archive-oshinoso .highlight_bn h3{
	margin-bottom: 30px;
}
.post-type-archive-oshinoso .highlight_bn h4{
	text-align: center;
	font-size: 2.1rem;
	margin-bottom: 25px;
	font-weight: bold;
}
.post-type-archive-oshinoso .highlight_bn h4 span{
	color: #bb202b;
	margin-bottom: 20px;
}
.post-type-archive-oshinoso .highlight_bn .flex.column2{
	justify-content: space-between;
}
.post-type-archive-oshinoso .highlight_bn .flex.column2 > div{
	flex-basis: 49%;
	max-width: 566px;
	margin: 0 auto 40px;
}
.post-type-archive-oshinoso .highlight_bn .bn_l2 > li p.bn{
	cursor: pointer;
}
.post-type-archive-oshinoso .highlight_bn .bn_l2 > li p.bn:hover{
	opacity: 0.8;
}
.post-type-archive-oshinoso h4.report_h4{
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
	background: url(../img/oshinoso/report_icon.png) no-repeat left top 3px;
	background-size: 20px auto;
	font-weight: bold;
}
.post-type-archive-oshinoso h4.highlight_h4{
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
	background: url(../img/oshinoso/highlight_icon.png) no-repeat left top 9px;
	background-size: 20px auto;
	font-weight: bold;
}
.post-type-archive-oshinoso .highlight_bn .bn{
	margin-bottom: 30px;
}
.post-type-archive-oshinoso .highlight_bn .accordion{
	display: none;
}
.post-type-archive-oshinoso .highlight_bn .accordion.open{
	display: block;
}
.post-type-archive-oshinoso .highlight_bn .accordion .flex.column2 > div{
	max-width: 268px;
}
.post-type-archive-oshinoso .o_bn h3 {
    margin-bottom: 30px;
    width: 100%;
}
.post-type-archive-oshinoso .bn_wrap{
	margin: 0 auto;
	max-width: 770px;
}
.post-type-archive-oshinoso main .sp{
	display: none!important;
}
.post-type-archive-oshinoso .icon_new{
    font-size: 14px;
    background: #bb202b;
    padding: 3px 7px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
    box-sizing: border-box;
}
.post-type-archive-oshinoso .icon_new.coming{
    border: 1px solid #8e8f8f;
	color: #8e8f8f;
	background: #fff;
}

@media screen and (max-width: 768px) {
	.post-type-archive-oshinoso main .sp{
        display: block!important;
    }
	.post-type-archive-oshinoso main .pc{
        display: none!important;
    }
	.post-type-archive-oshinoso h3.archive {
		margin: 0 auto 30px;
		padding: 0px 5px;
	}
	.post-type-archive-oshinoso .highlight_bn .flex.column2 {
        justify-content: space-between;
        display: flex;
        flex-direction: column-reverse;
    }
	.post-type-archive-oshinoso .highlight_bn .flex.column2>div:last-child{
        margin: 0 auto 30px;
    }
	.post-type-archive-oshinoso .flex.column2.anchor_btn>div{
		margin: 0 auto 20px;
	}
	.post-type-archive-oshinoso .flex.column2.anchor_btn>div:last-child{
		margin-bottom: 0;
	}
	.post-type-archive-oshinoso .flex.column2.anchor_btn {
        margin: 0 auto 60px;
	}
	.post-type-archive-oshinoso .highlight_bn .accordion .flex.column2>div {
        margin: 0 auto 30px;
	}
	.post-type-archive-oshinoso .highlight_bn .bn {
        margin-bottom: 15px;
    }
	.post-type-archive-oshinoso .icon_new {
        font-size: 12px;
        padding: 1px 7px;
        margin-bottom: 5px;
    }
}

.highlight_movie {
width: 100%;
max-width: 269px;
height: auto;
aspect-ratio: 16 / 9;
}
.report_title {
font-size: 15px;
font-weight: bold;
margin-top: 10px;
}
.report_thm {
width: 100%;
max-width: 269px;
}
.swiper-container{
    z-index: 0;
}

@media screen and (max-width: 767px){
    .archivepickup {
        margin-top: 20px;
    }
}

.archivepickup .list-large:nth-child(1) {
	width: 100%;
}
.archivepickup .list-large:nth-child(1) a {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.archivepickup .list-large:nth-child(1) a .icon_wrap {
    width: 100%;
    height: 38px;
}
.archivepickup .list-large:nth-child(1) figure {
	width: 32%;
}

@media screen and (max-width:767px){
    .archivepickup .list-large:nth-child(1) figure {
        width: 100%;
    }
}

.archivepickup .list-large:nth-child(1) .list-large-content {
    width: calc(100% - 32% - 2%);
    height: auto;
}

@media screen and (max-width:767px){
    .archivepickup .list-large:nth-child(1) .list-large-content {
        width: 100%;
    }
}

.archivepickup .list-large:nth-child(1) .notfirst {
    display: none;
}
.archivepickup .list-large:not(:nth-child(1)) .first {
    display: none;
}
.archivepickup .blog-list-large .icon_wrap {
    height: auto;
}
.archivepickup .blog-list-large ul.category-name li {
    background: #bd202b;
    color: #fff;
    padding: 5px 8px;
    box-sizing: border-box;
    font-size: 1.2rem;
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 6px;
}
.archivepickup .blog-list-large ul.category-name .new-pickup {
    border: 1px solid #bd202b;
    background-color: #fff;
    color: #bd202b;
}
.archivepickup .blog-list-large ul.category-name .yellow-tag {
    color: #000;
    background-color: #ffd12f;
}
.archivepickup .list-thumb {
    height: clamp(10px,calc(100vw*250/1525),250px);
    gap: 3px;
}

@media screen and (max-width: 767px){
    .archivepickup .list-large .list-thumb {
        height: clamp(10px,calc(100vw*430/767),450px);
    }
}

.archivepickup .list-thumb.imagecount4 .related-image {
    width: calc((100% - 3px ) / 2);
    height: 50%;
}
.archivepickup .list-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.archivepickup .first-box {
    display: flex;
}
.archivepickup .imagecount1>div {
    height: 100%;
}
.archivepickup .imagecount2 {
    display: flex;
}
.archivepickup .imagecount3 {
    display: flex;
}
.archivepickup .imagecount4 {
    display: flex;
    flex-wrap: wrap;
}
.archivepickup .blog-list-large {
    gap: 2%;
}
.archivepickup .blog-list-large .list-large {
    margin: 0 0 20px;
}
.archivepickup .blog-list-large .list-large:nth-child(3n + 1) {
    margin-right: 0;
}

@media screen and (max-width: 767px){
    .archivepickup .blog-list-large .icon_wrap {
        height: auto;
        margin-bottom: 0.5rem;
    }
}

.tag .pickup-blog-list-large .pickup__block .list_thumb-first {
    display: block;
}
.single-pickup .addtoany_content {
    text-align: center;
}
.single-pickup #table_of_contents {
    margin-top: 50px;
}
.single-pickup .divforslick {
    display: flex;
    flex-wrap: wrap;
}
.is__sp .pickup-blog-list-large {
    display: block;
}
.is__sp .slick-slider-container .slider-box {
    max-width: 767px;
    width: auto;
}
.is__sp .figurebox4 picture {
    height: calc((100% - 3px) / 2);
}
.single-pickup .divforslick .list-large .bg-fff {
    background-color: #fff;
    padding: 1.5rem 2rem 1rem;
}
.is__sp .pickup-slick-slider-container  figure.list_thumb {
    height: calc(100vw*115/525);
}
.is__sp .pickup-slick-slider-container .slick-dots {
    top: 100%;
}
.is__sp .pickup-slick-slider-container .slick-dots li button {
    width: 12px;
    height: 12px;
}
.is__sp .pickup-slick-slider-container .slick-dots li button::before {
    font-size: 12px;
}
.is__sp .pickup-slick-slider-container .slick-dots li.slick-active button:before {
    color: #bd202b;
}
.is__sp .pickup-slick-slider-container .slick-prev, .slick-next {
    width: 40px;  /* 矢印の幅 */
    height: 40px; /* 矢印の高さ */
    color: #333;  /* 矢印の色 */
    z-index: 1;   /* スライドの前面に表示 */
    background-color: #bd202b;
}
.slick-prev, .slick-next {
    width: 40px;  /* 矢印の幅 */
    height: 40px; /* 矢印の高さ */
    color: #333;  /* 矢印の色 */
    z-index: 1;   /* スライドの前面に表示 */
    background-color: #bd202b;
}
.single-pickup .divforslick .list-content .entry-date {
    margin-bottom: 0;
    margin-top: auto;
    font-size: 1rem;
}

@media screen and (min-width: 768px){
    .single-pickup .content main {
        width: auto;
    }
    .single-pickup .blog-list-large .list-large {
        width: 32%;
    }
    .single-pickup .divforslick2 {
        display: flex;
        gap: 2%;
        flex-wrap: wrap;
    }
    .single-pickup .divforslick2>div {
        width: 32%;
    }
    .single-pickup .divforslick2>div .list-large {
        width: 100%;
    }
    .single-pickup .divforslick .list-content .entry-date {
        margin-bottom: 0;
        margin-top: auto;
        margin-top: 1rem;
    }
}

@media screen and (max-width: 767px){
    .single-pickup .divforslick {
        display: block;
    }
    .single-pickup .divforslick .list-large a {
        margin: 0 5px;
    }
    .single-pickup .divforslick2 .slick-slide {
        margin: 0 5px;
    }
    .single-pickup .divforslick2 .list-large {
        max-width: 727px;
        margin: 0;
    }
    .single-pickup .slick-dots li button:before {
        font-size: 12px;
    }
    .single-pickup .slick-prev {
        background-color: #bd202b;
        width: 40px;
        height: 40px;
    }
}

.slick-prev {
    left: 50%;
    transform: translate(calc(-50% - 100px),0);
    top: 100%;
}
.slick-next {
    left: 50%;
    transform: translate(calc(-50% + 100px),0);
    top: 100%;
}
.slick-prev::before {
    content: '';
    width: 10px;
    position: absolute;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%) rotate(225deg);
}
.slick-next::before {
    content: '';
    width: 10px;
    position: absolute;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-60%, -50%) rotate(45deg);
}
.slick-prev, .slick-next {
    border-radius: 50%;
}
.slick-prev:hover, .slick-next:hover {
    background-color: #bd202b;
    opacity: 1;
}
.is__pc .pickup-blog-list-large-two .list-large:nth-child(2) {
    width: 100%;
}
.is__pc .pickup-blog-list-large-two .list-large:nth-child(2) .list_thumb-first {
    display: flex;
}
.is__pc .pickup-blog-list-large-two .list-large:nth-child(2) .list_thumb-first figure.list_thumb {
    width: 100%;
}
.is__pc .pickup-blog-list-large-two .list-large:nth-child(2) .list_thumb-first .list_large_content {
    width: calc(100% - 32% - 45px);
}
.pagetop-button {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #BC202B;
    position: absolute;
    bottom: 10px;
    right: 0;
}

@media screen and (max-width: 767px){
    .pagetop-button {
        width: 58px;
        height: 58px;
        font-size: 12px;
    }
}

.pagetop-button:hover {
    opacity: 0.8;
}
.pagetop-button button {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    line-height: 1.2;
    position: relative;
}

@media screen and (max-width: 767px) {
    .pagetop-button button {
        line-height: 1.1;
    }
}

.pagetop-button button::before {
    position: absolute;
    content: '';
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 12px;
    transform: rotate(-45deg);
    width: 10px;
    height: 10px;
}

@media screen and (max-width: 767px) {
    .pagetop-button button::before {
        width: 8px;
        height: 8px;
    }
}

.site-footer-inner {
    position: relative;
}
form#searchform .flex > div {
    width: unset;
}
form#searchform .sbm_btn input {
    background: #3e3a39;
}

@media screen and (max-width: 767px){
    form#searchform {
        width: 100%;
        padding: 0 20px;
    }
    form#searchform select {
        width: 100%;
    }
    form#searchform  .flex>div.search_keyword {
        display: inline-block;
        width: calc(100% - 86px);
    }
    form#searchform input[type=text] {
        width: 100%;
    }
    form#searchform .flex>div.sbm_btn {
        width: 80px;
        display: inline-block;
    }
}

.top-slider23 .swiper-slide {
    height: 380px;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    height: 380px;
}

/* 20241230追記 */
.topsl23-pagination .swiper-pagination {
    margin-top: -40px;
}
.top-slider23 .slider-cont23_ttl,.top-slider23-none .slider-cont23_ttl {
    bottom: 25px;
}
.top_txt {
    margin-bottom: 50px;
    margin-top: 0px
}
@media screen and (max-width: 768px){
    .top_txt {
        margin-bottom: 20px;
    }
    .content.topPage .top_txt{
        margin-bottom: 10px;
    }
}
.side_search form#searchform .sbm_btn input {
    background: #3e3a39;
    border-radius: 0;
    background-size: none;
}
.entry-header-fig .right img{
    height: 100%;
    object-fit: cover;
}
.entry-header-fig .left {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.entry-header-fig .left picture:first-child {
    margin-bottom: 3px!important;
}
.entry-header-fig .left img{
    flex: 1;
    /* height: calc(50% - 1px); */
    width: 100%;
    object-fit: cover;
}
.entry-header-fig .left img:first-child{
    margin-bottom: 2px;
}
form#searchform select, form#searchform input[type=text] {
    width: 100%!important;
}
.lwptoc_title.kanren_ttl {
    padding-left: 0px!important;
	display: block flex;
    justify-content: flex-start;
}
.lwptoc_title.kanren_ttl.connectionSpot_ttl{
    padding-left: 30px !important;
}
.blog-list-large .icon_wrap {
    height: auto!important;
}
.blog-list-large p.category-name span {
    margin-bottom: 5px;
}
.pagetop-button {
    right: 10px!important;
}

@media screen and (max-width: 767px){
	.top-slider23 .slider-cont23_ttl {
        bottom: 30px;
    }
    .content {
        padding:20px 5% 0;
    }
    .content.topPage{
        padding:10px 5% 0;
    }
	form#searchform .flex>p {
        line-height: 100%;
        margin-bottom: 3px;
    }
}

@media screen and (max-width: 1300px) {
    .top_search {
        /* width: 100%;
        margin: 0 auto 40px; */
		position:relative;
    }
}

@media screen and (max-width: 768px) {
    form#searchform .sbm_btn input {
        padding: 8px 10px;
        position: absolute;
        width: 86px;
        font-size: 1.4rem;
        height: 47px;
        right: 25px;
        bottom: 25px;
    }
	form#searchform {
        padding: 0 25px!important;
    }
    .top_search form {
        max-width: 100%;
    }
	.top_search {
    padding: 25px 0;
	}
	.wp-pagenavi {
        margin: 2rem 0 35px;
    }
    .blog-list-large {
        margin: 0 auto 35px;
    }
    .sightsee-header .title {
        font-size: 18px!important;
        margin-bottom: 10px;
    }
    .side_search {
        padding: 25px;
        margin-bottom: 35px;
        position: relative;
    }
    form#searchform {
        padding: 0 ;
    }
    .side_search form#searchform .flex {
        margin: 0 auto 0;
    }
    .lwptoc_title:before {
        width: 30px;
    }
    .lwptoc_title:after {
        width: 30px;
    }
    .lwptoc_title.kanren_ttl {
        padding:0px;
        justify-content: center;
        background-size: 18px auto;
    }
    .single-sightseeing .reporter-info-box {
        margin-bottom: 0px!important;
    }
    .single-sightseeing .o_main {
        margin-bottom: 30px!important;
    }
    .lg-map {
        margin-bottom: 0px!important;
    }
    .sport-infomation li .info-title {
        padding: 2px 0!important;
    }
	.sport-infomation {
        padding: 20px!important;
    }
    .info-content {
        font-size: 1.4rem!important;
        line-height:150%!important;
        margin-bottom:5px;
    }
    .sightsee-header {
        margin-bottom: 0px!important;
    }
    .bottom-info {
        gap: 20px!important;
    }
    .poster-type.sports-facility {
        background: url(//journal-one.net/jp/wp/wp-content/themes/journal-one-202411/assets/css/../img/sightseeing/icon_sports-facility.png) no-repeat left 10px top 5px #bc202b!important;
        background-size: 20px auto!important;
    }
    .poster-type {
        padding: 5px 10px 5px 38px!important;
        font-size: 1.4rem!important;
    }
    .entry-header-fig {
        margin-top: 0px!important;
    }
    .pickup-blog-list-large .list-large h3 {
        font-size: 1.8rem;
        line-height:170%;
        margin-bottom:10px;
    }
    .pickup-blog-list-large .list-large .content-excerpt {
        font-size: 1.4rem;
        line-height:160%;
    }
    .softball_bn {
        margin: 0 auto 0;
    }
    .pickup-blog-list-large .sns-box .addtoany_shortcode {
        margin: 18px auto;
    }
    .pickup-blog-list-large .pickup-tag01 li {
        margin-right: 5px;
        padding: 5px;
        font-size: 1rem;
        margin-bottom: 5px;
    }
    .line_h2 {
        font-size: 1.8rem;
        letter-spacing: .1em;
    }
    .line_h2:before {
        margin-right: 18px!important;
    }
    .line_h2:after {
        margin-left: 25px!important;
    }
    .archivepickup {
        margin-top: 0px!important;
    }
    .archivepickup .blog-list-large .icon_wrap {
        margin-bottom: 0!important;
    }
    .archivepickup .list-large:nth-child(1) a .icon_wrap {
        margin-bottom: 0!important;
    }
    .archivepickup .blog-list-large ul.category-name li {
        padding: 5px;
        font-size: 1rem;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .archivepickup .list-large:nth-child(1) a .icon_wrap {
        height: auto;
    }
    .archivepickup .blog-list-large .list-large {
        margin: 0 0 10px;
    }
    .blog-list-large .list-large {
        margin-bottom: 10px;
    }
    .tax-spot h3.ac-ttl {
        margin: 60px auto 10px!important;
    }
    .entry-header-fig .left picture:first-child {
        margin-bottom: 2px!important;
    }
    .entry-header-fig {
        width: 100%!important;
        margin: 0 auto 15px!important;
    }
    .list_large_content-date {
        font-size: 1rem;
        color: #555;
    }
    .list-large-content .entry-date {
        margin-top: 0;
        margin-bottom: 0;
    }
    .blog-list-large .list-large:nth-child(3n) {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .blog-list-large .icon_wrap {
        height: auto!important;
    }
    .list-large-content {
        padding: 1.5rem 2rem 0!important;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1300px){
    .single .content main article .entry-header-fig picture img {
        object-fit: cover;
        height: clamp(100px,calc(100vw*528/1230),528px);
    }
    .single .content.content_sightseeing main article .entry-header-fig picture img {
        height: auto;
    }
}

.addtoany_list a img {
    width: 30px;
}
.post-type-archive-sightseeing .list-large-content {
    height: 100%!important;
    min-height: 0!important;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    /* height: 600px!important; */
    height: 380px!important;
}
.top-slider23 .swiper-slide {
    /* height: 600px!important; */
    height: 380px!important;

}
.top-slider23 .swiper-slide img {
    /* height: 600px!important; */
    height: 380px!important;

}

@media screen and (max-width: 768px) {
    .swiper-container-android .swiper-slide, .swiper-wrapper {
        /* height: 350px!important; */
        height: 150px!important;
    }
    .top-slider23 .swiper-slide {
        /* height: 350px!important; */
        height: 150px!important;
    }
    .top-slider23 .swiper-slide img {
        /* height: 350px!important; */
        height: 150px!important;
    }
}

.sightseeing-slider {
    height: 380px!important;
}
.top-slider23 .sightseeing-slider {
    height: 380px!important;
}
.sightseeing-slider img {
    height: 380px!important;
}
.top-slider23 .sightseeing-slider img {
    height: 380px!important;
}
.area-slider {
    height: 380px!important;
}
.top-slider23 .area-slider {
    height: 380px!important;
}
.top-slider23-none .area-slider {
    height: 380px!important;
}
.area-slider img {
    height: 380px!important;
}
.area-slider .slider-cont23_ttl p.category-name {
    margin-left: 15px;
}
.top-slider23 .area-slider img {
    height: 380px!important;
}
.top-slider23 .area-slider .swiper-slide {
    height: 380px!important;
}
.top-slider23-none .area-slider img {
    height: 380px!important;
}
.top-slider23-none .area-slider .swiper-slide {
    height: 380px!important;
}
.top-slider23 .slider-cont23, .top-slider23-none .slider-cont23 {
    height: 380px!important;
    background: #fff!important;
	box-sizing:border-box!important;
}
.sightseeing_h2 {
    margin-top:-25px!important;
	line-height:160%!important;
}
.sightseeing_text {
    margin-top:-15px!important;
	margin-bottom:-25px!important;
}

@media screen and (max-width: 768px) {
    .sightseeing-slider {
        height: 150px!important;
    }
    .top-slider23 .sightseeing-slider {
        height: 150px!important;
    }
    .sightseeing-slider img {
        height: 150px!important;
    }
    .top-slider23 .sightseeing-slider img {
        height: 150px!important;
    }
    .top-slider23 .area-slider .swiper-slide {
        height: 150px!important;
    }
    .top-slider23 .area-slider .slider-cont23_ttlin {
        font-size: 1rem;
    }
    .top-slider23-none .area-slider {
        height: 150px!important;
    }
    .top-slider23-none .area-slider .swiper-slide {
        height: 150px!important;
    }
    .top-slider23-none .area-slider .slider-cont23_ttlin {
        font-size: 1rem;
    }
    .area-slider .slider-cont23_ttl .list-content-txt {
        font-size: 1rem;
    }
    .top-slider23-none .area-slider img {
        height: 150px!important;
    }
}

@media screen and (max-width: 768px) {
    .area-slider {
        height: 150px!important;
    }
    .top-slider23 .area-slider {
        height: 150px!important;
    }
    .area-slider img {
        height: 150px!important;
    }
    .top-slider23 .area-slider img {
        height: 150px!important;
    }
    .top-slider23 .slider-cont23_ttl {
    width: 95%!important;
    }
    .top-slider23 .slider-cont23_ttl {
        bottom: 18px!important;
    }
    .topsl23-pagination .swiper-pagination {
        margin-top: -28px!important;
    }
    .top-slider23 .slider-cont23, .top-slider23-none .slider-cont23 {
        height: 150px!important;
        background: #fff!important;
        box-sizing:border-box!important;
    }
    .slider-cont23_ttl .slider-cont23_ttlin {
        padding: 6px 15px!important;
    }
    .slider-cont23_ttl .category-name span {
        padding: 6px 14px!important;
    }
    .slider-cont23_ttl .category-name {
        margin-bottom: 10px!important;
    }
    .sightseeing_h2 {
        margin-top:-5px!important;
    }
    .sightseeing_text {
        margin-top:-8px!important;
    }
}

.rugbyworldcup2027-link {
    background-color: #bd202b;
    padding: 2rem 4rem;
    color: #fff;
    border-radius: 5px;
    margin-top: 2rem;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1),
                0 1px 3px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
    position: relative;
}

@media screen and (max-width: 768px){
    .rugbyworldcup2027-link {
        padding: 1rem 3rem;
        margin-top: 0.5rem;
        font-size: 12px;
    }
}

.rugbyworldcup2027-link:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2),
    0 4px 6px rgba(0, 0, 0, 0.12);
}

.pickuphidden {
    display: none;
}
@media screen and (max-width:767px) {
    .slick-slider-container div{
        display: block;
        width:360px;
    }
    .slick-slider-container *{
        min-height: 0;
        min-width : 0;
    }
}

.top_txt strong {
    font-size: 20px;
}

.top-content .top_txt p{
    line-height: 1.8;
    letter-spacing: .1em;
}
.top-content .top_txt p strong{
    line-height: 160%;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}
@media screen and (max-width: 768px){
    .top-content .top_txt{
        text-align: left;
    }
    .top-content .top_txt p{
        font-size: 13px;
    }
    .top-content .top_txt p strong{
        font-size: 2.2rem;
        margin-bottom: 2px;
    }
}


form.searchform select, form.searchform input[type="text"] {
    width: clamp(10px,calc(100vw*300/1000),300px);
    height: 47px;
    box-sizing: border-box;
    padding: 10px 10px 10px 40px;
    background: url(../img/common/search_icon.png) no-repeat left 10px top 14px #F6F6F6;
    border-radius: 0;
    font-size: 1.6rem;
    border: none;
    margin-bottom: 0;
    letter-spacing: 0.1em;
    background-size: 20px auto;
}
form.searchform .flex {
    justify-content: center;
    width: 100%;
    max-width: 778px;
    /* margin: 0 auto; */
    align-items: center;
}
form.searchform .flex > div dl{
	position: relative;
}
form.searchform .flex div dl:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 15px;
    top: 19px;
    border-top: 11px solid #3A3A3A;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
form.searchform .flex div{
	position: relative;
}
form.searchform .flex div.search_sports:before,
form.searchform .flex div.search_region:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	right: 15px;
	top: 19px;
	border-top: 11px solid #3a3a3a;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}
form.searchform .flex div.search_keyword dl:before{
	display: none;
}
form.searchform .flex > p {
    text-align: center;
    font-weight: bold;
    font-size: 3.8rem;
    font-weight: normal;
	color: #BD202B;
    margin: 0 1rem;
    line-height: 1;
}

form.searchform {
    display: flex;
    justify-content: center;
    align-items: center;
}
.side_search form.searchform {
    display: block;
}
form.searchform .sbm_btn input {
    color: #fff;
    font-size: 1.75rem;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 8px 10px;
    box-sizing: border-box;
    background: url(../img/common/search_icon_w.png) no-repeat left 105px top 12px #3e3a39;
    margin: 0 auto;
    display: block;
    max-width: 380px;
    width: 100%;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    text-align: center;
    transition: 0.5s;
    letter-spacing: 0.75em;
    text-indent: 0.75em;
    font-family: "Font Awesome 5 Free";
    font-weight: normal;
}
form.searchform .sbm_btn input:hover{
	opacity: 0.8;
}
@media screen and (max-width:1300px) {
    form.searchform .flex {
        max-width: 758px;
    }
    form.searchform select, form#searchform input[type="text"] {
        font-size: 1.5rem;
    }
}
@media screen and (max-width:767px){
    form.searchform .flex > div {
        width: 100%;
    }
    form.searchform .flex > p {
        width: 100%;
        font-size: 2rem;
    }
    form.searchform .flex > p {
        font-size: 3rem;
    }
}
@media screen and (max-width:600px){
    form.searchform .sbm_btn input {
        color: #fff;
        font-size: 2rem;
        background-position: right center;
        background-repeat: no-repeat;
        padding: 8px 10px;
        box-sizing: border-box;
        background: url(../img/common/search_icon_w.png) no-repeat left 80px top 9px #3e3a39;
        margin: 0 auto;
        display: block;
        max-width: 380px;
        width: 100%;
        border: none;
        appearance: none;
        -webkit-appearance: none;
        cursor: pointer;
        text-align: center;
        transition: 0.5s;
        letter-spacing: 0.1em;
        padding-left: 30px;
    }

}
.side_search form.searchform .flex > p {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
}
.side_search form.searchform .flex {
    display: block;
    margin: 0 auto 20px;
}
.side_search form.searchform .flex > div {
    width: 100%;
}
.side_search form.searchform .sbm_btn input {
    font-size: 1.4rem;
    padding: 10px 10px;
    background: url(../img/common/search_icon_w.png) no-repeat left 15px top 12px #3E3A36;
    border-radius: 5px;
    max-width: 180px;
    background-size: 21px auto;
}
form.searchform .flex > div {
    width: unset;
}
form.searchform .sbm_btn input {
    background: #3e3a39;
}

@media screen and (max-width: 767px){
    form.searchform {
        width: 100%;
        padding: 0 20px;
    }
    form.searchform select {
        width: 100%;
    }
    form.searchform  .flex>div.search_keyword {
        display: inline-block;
        width: calc(100% - 86px);
    }
    form.searchform input[type=text] {
        width: 100%;
    }
    form.searchform .flex>div.sbm_btn {
        width: 80px;
        display: inline-block;
    }
    form.searchform .flex>p {
        line-height: 100%;
        margin-bottom: 3px;
    }
    form.searchform .sbm_btn input {
        padding: 8px 10px;
        position: absolute;
        width: 86px;
        font-size: 1.4rem;
        height: 47px;
        right: 25px;
        bottom: 25px;
        letter-spacing: 1em;
        text-indent: 1em;
    }
	form.searchform {
        padding: 0 25px!important;
    }
    form.searchform {
        padding: 0 ;
    }
    .side_search form.searchform .flex {
        margin: 0 auto 0;
    }

}
.side_search form.searchform .sbm_btn input {
    background: #3e3a39;
    border-radius: 0;
    background-size: none;
}
form.searchform select, form.searchform input[type=text] {
    width: 100%!important;
}

/* トップページ表示：スポーツ記事 */
.c-sportsNews,
.c-newsItem__heading{
	width: 100%;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	align-items: flex-start;
}
.c-sportsNews{
	flex-wrap: wrap;
}
.c-sportsNews .c-sportsNews__item{
	width: 49%;
	margin-bottom: 3rem;
}
.c-sportsNews .c-sportsNews__item a{
	display: block;
}
.c-newsItem__heading .c-newsItem__img{
	width: 38%;
	margin-right: 2%;
}
.c-newsItem__heading .c-newsItem__ttl{
	width: 60%;
}
.c-newsItem__ttl h3,
.c-newsItem__ttl h4{
	font-size: 1.75rem;
	line-height: 1.5;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
.c-newsItem__txt{
	font-size: 1.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-top: 1rem;
	line-height: 1.5;
}
.c-newsItem__bottom{
	width: 100%;
	margin-top: 1rem;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	align-items: flex-end;
}
.c-newsItem__bottom .c-newsItem__day{
	width: 110px;
	min-width: 110px;
	font-size: 1rem;
	text-align: right;
	color: #555;
}
.c-sportsH2,
.c-sportsH3{
	margin-bottom: 1rem;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	font-size: 1.75rem;
	white-space: nowrap;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
.c-sportsH2:after,
.c-sportsH3:after{
	content: '';
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #bd202b;
	margin-left: 35px;
	position: relative;
	flex: 1;
}
.c-sportsH2:before,
.c-sportsH3:before{
	content: '';
	margin-right: 20px;
	display: inline-block;
    width: 31px;
    height: 34px;
	background: url(//journal-one.net/jp/wp/wp-content/themes/journal-one-202411/assets/img/common/icon_others.svg) no-repeat top left;
	background-size: contain;
}
.c-sportsH2.c-sportsH2__softball:before,
.c-sportsH3.c-sportsH3__softball:before{
    width: 25px;
    height: 27px;
	background: url(//journal-one.net/jp/wp/wp-content/themes/journal-one-202411/assets/img/common/icon_softball.svg) no-repeat top left;
	background-size: contain;
}
.c-sportsH2.c-sportsH2__rugby:before,
.c-sportsH3.c-sportsH3__rugby:before{
	width: 26px;
    height: 29px;
	background: url(//journal-one.net/jp/wp/wp-content/themes/journal-one-202411/assets/img/common/icon_rugby.svg) no-repeat top left;
	background-size: contain;
}
.c-sportsH2.c-sportsH2__wheelchair-rugby:before,
.c-sportsH3.c-sportsH3__wheelchair-rugby:before{
    width: 31px;
    height: 25px;
	background: url(//journal-one.net/jp/wp/wp-content/themes/journal-one-202411/assets/img/common/icon_w_rugby.svg) no-repeat top left;
	background-size: contain;
}
.c-sportsH2.c-sportsH2__judo:before,
.c-sportsH3.c-sportsH3__judo:before{
	width: 32px;
    height: 29px;
	background: url(//journal-one.net/jp/wp/wp-content/themes/journal-one-202411/assets/img/common/icon_judo.svg) no-repeat top left;
	background-size: contain;
}
.c-sportsH2.c-sportsH2__baseball:before,
.c-sportsH3.c-sportsH3__baseball:before{
	width: 28px;
    height: 27px;
	background: url(//journal-one.net/jp/wp/wp-content/themes/journal-one-202411/assets/img/common/icon_baseball.svg) no-repeat top left;
	background-size: contain;
}
.c-sportsH2.c-sportsH2__basketball:before,
.c-sportsH3.c-sportsH3__basketball:before{
	width: 26px;
    height: 30px;
	background: url(//journal-one.net/jp/wp/wp-content/themes/journal-one-202411/assets/img/common/icon_basketball.svg) no-repeat top left;
	background-size: contain;
}
.c-sportsH2.c-sportsH2__american-football:before,
.c-sportsH3.c-sportsH3__american-football:before{
	width: 27px;
    height: 30px;
	background: url(//journal-one.net/jp/wp/wp-content/themes/journal-one-202411/assets/img/common/icon_a_football.svg) no-repeat top left;
	background-size: contain;
}
.c-sportsH2.c-sportsH2__dance:before,
.c-sportsH3.c-sportsH3__dance:before{
	width: 25px;
    height: 33px;
	background: url(//journal-one.net/jp/wp/wp-content/themes/journal-one-202411/assets/img/common/icon_dance.svg) no-repeat top left;
	background-size: contain;
}
.c-sportsH2.c-sportsH2__soccer:before,
.c-sportsH3.c-sportsH3__soccer:before{
	width: 29px;
    height: 32px;
	background: url(//journal-one.net/jp/wp/wp-content/themes/journal-one-202411/assets/img/common/icon_soccer.svg) no-repeat top left;
	background-size: contain;
}
.c-sportsH2.c-sportsH2__table-tennis:before,
.c-sportsH3.c-sportsH3__table-tennis:before{
    width: 31px;
    height: 32px;
	background: url(//journal-one.net/jp/wp/wp-content/themes/journal-one-202411/assets/img/common/icon_table_tennis.svg) no-repeat top left;
	background-size: contain;
}
.c-sportsH2.c-sportsH2__volleyball:before,
.c-sportsH3.c-sportsH3__volleyball:before{
	width: 27px;
    height: 30px;
	background: url(//journal-one.net/jp/wp/wp-content/themes/journal-one-202411/assets/img/common/icon_volleyball.svg) no-repeat top left;
	background-size: contain;
}
.c-sportsH2.c-sportsH2__athletics:before,
.c-sportsH3.c-sportsH3__athletics:before{
	width: 24px;
    height: 31px;
	background: url(//journal-one.net/jp/wp/wp-content/themes/journal-one-202411/assets/img/common/icon_athletic.svg) no-repeat top left;
	background-size: contain;
}
@media screen and (max-width: 768px){
	.c-sportsNews{
		display: block;
	}
	.c-sportsNews .c-sportsNews__item{
		width: 100%;
	}
}

/* 250325 ikeda kokokara */
.profile-card_okazaki {
    margin-top: 5rem;
}
.sidebnr_okazaki {
    margin-bottom: 30px;
}
/* 250325 ikeda kokomade */

/* 250326 ikeda kokokara */

.single-cf_relation_person {
    border: 1px solid #bd202b;
    padding: 2rem;
    display: flex;
    margin-bottom: 30px;
}
.single-cf_relation_person-ttl {
    margin-top: 30px;
}
.single-cf_relation_person figure {
    width: 180px;
    height: 180px;
}
@media screen and (max-width: 481px) {
    .single-cf_relation_person figure {
        margin: 0 auto;
    }
}
.single-cf_relation_person figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.single-cf_relation_person-flex {
    display: flex;
    gap: 20px;
    width: 100%;
}
.c-person-link{
    display: block !important;
    text-align: right !important;
    width: 100% !important;
    margin-top: 15px;
}
.c-person-link a{
    width: 100%;
    max-width: 280px;
    display: inline-block;
    font-size: 1.4rem;
    border: 1px solid #000;
    line-height: 1;
    padding: 1.2rem 30px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.c-person-link a:after{
    content: '';
    width: 10px;
    height: 11px;
    background-image: url(//journal-one.net/jp/wp/wp-content/themes/journal-one-202411/assets/img/common/to-archive-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
@media screen and (max-width: 481px){
    .single-cf_relation_person-flex {
        flex-direction: column;
    }
    .c-person-link{
        text-align: center !important;
    }
}
.single-cf_relation_person-flex div h5 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 1rem;
}
.single-cf_relation_person-flex div p {
    font-size: 14px;
}
.single-cf_relation_person-flex div {
    width: calc(100% - 200px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
@media screen and (max-width: 481px) {
    .single-cf_relation_person-flex div {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .single-lg-map {
        padding-bottom: 30px;
    }
}
/* 250326 ikeda kokomade */

#baguetteBox-overlay .full-image figure {
    height: auto!important;
}
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
width: 50px!important;
height: 50px!important;
}


/*----- 202512 sightseeing 改修 -----*/
/* 観光TOP：オススメ観光記事 */
.c-keyVisual_sightseeing,
.c-keyVisual_sightseeing .c-keyVisual-item img{
	width: 100%;
	max-width: 2400px;
	margin: 0 auto;
}
.c-heading_sightseeing{
    text-align: left;
}
.c-heading_sightseeing h2{
    display: inline-block;
    margin: 0 !important;
    color: #b91f2a;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    padding-left: 40px;
}
.c-sightseeing_recommend .c-heading_sightseeing h2:before{
    content: "";
    background: url(../img/common/icon-recommend.svg) no-repeat;
    width: 23px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.c-articleList_sightseeing{
    margin: 25px 0;
    width: 100%;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 25px;
}
.c-articleList_sightseeing .c-articleItem_sightseeing{
    width: calc(50% - 12.5px);
    background: #fff;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.c-articleList_sightseeing .c-articleItem_sightseeing .c-articleItem-img{
    width: 38%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}
.c-articleList_sightseeing .c-articleItem_sightseeing .c-articleItem-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.c-articleList_sightseeing .c-articleItem_sightseeing .c-articleItem-txt{
    width: 62%;
    padding: 15px 20px;
    line-height: 1.5;
}
.c-articleItem-txt h3{
    font-size: 18px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.25;
}
.c-articleItem-txt .c-articleTag_area{
    line-height: 1;
    margin-bottom: 10px;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 5px;
}
.c-articleItem-txt .c-articleTag_area span{
    display: inline-block;
    background: #bd202b;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
}
.c-articleItem-txt .c-articleLead{
    margin-top: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c-articleItem-txt .c-articleInfo{
    margin-top: 10px;
    width: 100%;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.c-articleItem-txt .c-articleTag{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.c-articleItem-txt .c-articleTag span{
    color: #bd202b;
    background: #e1e1e1;
    font-size: 10px;
    border-radius: 3px;
    white-space: nowrap;
    padding: 5px 15px;
}
.c-articleItem-txt .c-articleTag span.service{
    padding: 5px 10px 5px 25px;
    position: relative;
}
.c-articleItem-txt .c-articleTag span.service:before{
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.c-articleItem-txt .c-articleTag span.service.service-food:before{
    background: url(../img/sightseeing/icon_eat_rd.svg) no-repeat;
    width: 12px;
    height: 14px;
}
.c-articleItem-txt .c-articleTag span.service.service-shopping:before{
    background: url(../img/sightseeing/icon_buy_rd.svg) no-repeat;
    width: 16px;
    height: 14px;
}
.c-articleItem-txt .c-articleTag span.service.service-sightsee:before{
    background: url(../img/sightseeing/icon_watch_rd.svg) no-repeat;
    width: 16px;
    height: 14px;
}
.c-articleItem-txt .c-articleTag span.service.service-hotel:before{
    background: url(../img/sightseeing/icon_stay_rd.svg) no-repeat;
    width: 17px;
    height: 12px;
}
.c-articleItem-txt .c-articleDate{
    margin-left: 15px;
    color: #848484;
    font-size: 12px;
    white-space: nowrap;
}
.c-articleList_sightseeing .c-articleItem_sightseeing:first-child{
    width: 100%;
}
.c-articleList_sightseeing .c-articleItem_sightseeing:first-child .c-articleItem-img{
    width: 30%;
}
.c-articleList_sightseeing .c-articleItem_sightseeing:first-child .c-articleItem-img{
    width: 30%;
}
.c-sightseeing_rankingPage .c-articleList_sightseeing .c-articleItem_sightseeing:not(.c-articleItem_num_1) .c-articleItem-img{
    width: 38%;
}
.c-articleList_sightseeing .c-articleItem_sightseeing:first-child .c-articleItem-txt{
    width: 70%;
}
.c-sightseeing_rankingPage .c-articleList_sightseeing .c-articleItem_sightseeing:not(.c-articleItem_num_1) .c-articleItem-txt{
    width: 62%;
}
.c-articleList_sightseeing .c-articleItem_sightseeing:first-child .c-articleItem-txt h3{
    font-size: 20px;
    -webkit-line-clamp: 2;
}
.c-articleList_sightseeing .c-articleItem_sightseeing:not(:first-child) .c-articleLead,
.c-articleList_sightseeing .c-articleItem_sightseeing:not(:first-child) .c-articleInfo,
.c-sightseeing_rankingPage .c-articleList_sightseeing .c-articleItem_sightseeing:not(.c-articleItem_num_1) .c-articleLead,
.c-sightseeing_rankingPage .c-articleList_sightseeing .c-articleItem_sightseeing:not(.c-articleItem_num_1) .c-articleInfo{
    display: none;
}
@media screen and (max-width: 768px){
    .c-heading_sightseeing{
        text-align: center;
    }
    .c-heading_sightseeing h2{
        font-size: 18px;
        padding-left: 30px;
    }
    .c-sightseeing_recommend .c-heading_sightseeing h2:before{
        width: 19px;
        height: 25px;
    }
    .c-articleList_sightseeing{
        margin: 15px 0;
        display: block;
    }
    .c-articleList_sightseeing .c-articleItem_sightseeing{
        margin-top: 5px;
        width: 100%;
    }
    .c-articleList_sightseeing .c-articleItem_sightseeing .c-articleItem-txt{
        padding: 0 10px 10px;
    }
    .c-articleItem-txt .c-articleTag_area{
        margin-bottom: 5px;
    }
    .c-articleItem-txt .c-articleTag_area span{
        font-size: 12px;
        padding: 5px;
    }
    .c-articleItem-txt h3{
        font-size: 14px;
        -webkit-line-clamp: 2;
    }
    .c-articleItem-txt .c-articleLead,
    .c-articleItem-txt .c-articleInfo{
        display: none;
    }
    .c-articleList_sightseeing .c-articleItem_sightseeing:first-child{
        margin-top: 0;
        display: block;
    }
    .c-articleList_sightseeing .c-articleItem_sightseeing:first-child .c-articleItem-img,
    .c-articleList_sightseeing .c-articleItem_sightseeing:first-child .c-articleItem-txt{
        width: 100%;
    }
    .c-articleList_sightseeing .c-articleItem_sightseeing:first-child .c-articleItem-txt{
        padding: 10px;
    }
    .c-articleList_sightseeing .c-articleItem_sightseeing:first-child .c-articleItem-txt h3{
        font-size: 14px;
    }
}

/* 観光TOP：今注目 */
.c-sightseeing_attention{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 2%;
}
.c-sightseeing-content{
    width: 32%;
    box-sizing: border-box;
}
.c-heading_content{
    text-align: center;
}
.c-heading_content h2{
    display: inline-block;
    margin: 0;
    color: #b91f2a;
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
    text-align: left;
    position: relative;
}
.c-sightseeing_area .c-heading_content h2{
    padding-left: 20px;
}
.c-sightseeing_area .c-heading_content h2:before{
    content: "";
    background: url(../img/sightseeing/icon_attention.svg) no-repeat;
    width: 14px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.c-sightseeing_stadium .c-heading_content h2{
    padding-left: 30px;
}
.c-sightseeing_stadium .c-heading_content h2:before{
    content: "";
    background: url(../img/sightseeing/icon_stadium.svg) no-repeat;
    width: 22px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.c-sightseeing_neighborhood .c-heading_content h2{
    padding-left: 25px;
}
.c-sightseeing_neighborhood .c-heading_content h2:before{
    content: "";
    background: url(../img/sightseeing/icon_spot.png) no-repeat;
    background-size: contain;
    width: 17px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.c-attentionContent{
    margin-top: 15px;
}
.c-sightseeingContent-slider.slick-dotted.slick-slider{
    margin: 0;
}
.c-sightseeingContent-slider{
	width: 100%;
	max-width: 376px;
	margin: 0 auto;
    height: 225px;
}
.c-sightseeingContent-slider .c-sightseeingComment-img{
    height: 100%;
}
.c-sightseeingContent-slider .slick-slide{
    height: 225px;
    overflow: hidden;
}
.c-sightseeingContent-slider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.c-sightseeingContent-slider .slick-prev{
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-color: transparent;
}
.c-sightseeingContent-slider .slick-prev:before{
    width: 25px;
    height: 25px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    opacity: 1;
}
.c-sightseeingContent-slider .slick-next{
    left: auto;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-color: transparent;
}
.c-sightseeingContent-slider .slick-next:before{
    width: 25px;
    height: 25px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    opacity: 1;
}
.c-sightseeingContent-slider .slick-prev:hover,
.c-sightseeingContent-slider .slick-next:hover{
    opacity: .75;
}
.c-sightseeingAttention-comment{
    padding: 10px;
    background: #000;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 1.25;
}
.c-sightseeingAttention-comment p{
    min-height: 45px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.c-sightseeingAttention-comment p span{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c-sightseeingContent-slider-dots{
    margin-top: 15px;
    position: relative;
    height: 20px;
}
.c-sightseeingContent-slider-dots_none{
    display: none;
}
.c-sightseeingContent-slider-dots .slick-dots{
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.c-sightseeingContent-slider-dots .slick-dots li button:before{
    font-size: 10px;
    color: #595757;
    opacity: 1;
}
.c-sightseeingContent-slider-dots .slick-dots li button:hover:before{
    color: #b91f2a;
}
.c-sightseeingContent-slider-dots .slick-dots li button:focus:before{
    color: #595757;
}
.c-sightseeingContent-slider-dots .slick-dots li.slick-active button:before{
    color: #b91f2a;
}
.c-sightseeing-content .to-archive-list,
.c-attentionContent .to-archive-list{
    margin: 15px auto 0;
    width: 100%;
}
.c-sightseeingContent-item{
    margin-top: 5px;
    background: #fff;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    align-items: stretch;
}
.c-sightseeingContent_neighborhood .c-sightseeingContent-item:first-child{
    margin-top: 0;
}
.c-sightseeingContent-item .c-sightseeingContent-img{
    width: 28%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}
.c-sightseeingContent-item .c-sightseeingContent-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.c-sightseeingContent-item .c-sightseeingContent-txt{
    width: 72%;
    padding: 0 15px 5px;
}
.c-sightseeingContent-txt .c-sightseeingContent-tag{
    margin-bottom: 10px;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 5px;
}
.c-sightseeingContent-txt .c-sightseeingContent-tag span{
    background: #bd202b;
    padding: 5px 10px 5px 30px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    position: relative;
}
.c-sightseeingContent-txt .c-sightseeingContent-tag span:before{
    content: "";
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.c-sightseeingContent-tag_eat span:before{
    background: url(../img/sightseeing/icon_eat.svg) no-repeat;
    width: 16px;
    height: 18px;
}
.c-sightseeingContent-tag_buy span:before{
    background: url(../img/sightseeing/icon_buy.svg) no-repeat;
    width: 18px;
    height: 16px;
}
.c-sightseeingContent-tag_watch span:before{
    background: url(../img/sightseeing/icon_watch.svg) no-repeat;
    width: 18px;
    height: 16px;
}
.c-sightseeingContent-tag_stay span:before{
    background: url(../img/sightseeing/icon_stay.svg) no-repeat;
    width: 18px;
    height: 13px;
}
.c-sightseeingContent-txt .c-sightseeingContent-ttl{
    font-size: 16px;
    line-height: 1.25;
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c-sightseeingArea-btn{
    width: 100%;
    max-width: 350px;
    margin: 15px auto 0;
    padding: 15px 5px;
    border-radius: 25px;
    background: #bd202b;
    color: #fff;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    cursor: pointer;
}
.c-sightseeingArea-btn:hover{
    opacity: .8;
}
.c-sightseeingArea-btn p{
    display: inline-block;
    position: relative;
    padding-right: 20px;
}
.c-sightseeingArea-btn p:after{
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateY(-2px) rotate(45deg);
    -webkit-transform: translateY(-50%) translateY(-2px) rotate(45deg);
    -ms-transform: translateY(-50%) translateY(-2px) rotate(45deg);
    transition: transform 0.3s ease;
}
.c-sightseeingArea-btn.active p:after{
    transform: translateY(-50%) translateY(2px) rotate(-45deg) scaleY(-1);
    -webkit-transform: translateY(-50%) translateY(2px) rotate(-45deg) scaleY(-1);
    -ms-transform: translateY(-50%) translateY(2px) rotate(-45deg) scaleY(-1);
}
.c-sightseeingArea-btn.c-sightseeingArea-btn_wide{
    margin-top: 30px;
    width: 100%;
    max-width: none;
    padding: 20px 60px;
    border-radius: 5px;
    position: relative;
}
.c-sightseeingArea-btn.c-sightseeingArea-btn_wide:after{
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 13px solid #fff;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: transform .3s ease;
}
.c-sightseeingArea-btn.c-sightseeingArea-btn_wide.active:after{
    transform: translateY(-50%) scaleY(-1);
    -webkit-transform: translateY(-50%) scaleY(-1);
    -ms-transform: translateY(-50%) scaleY(-1);
}
.c-sightseeingArea-btn.c-sightseeingArea-btn_wide p{
    padding-right: 0;
}
.c-sightseeingArea-btn.c-sightseeingArea-btn_wide p:after{
    content: none;
}
.single-sightseeing .content .c-sightseeingArea-btn_side p{
    margin: 0;
}
.c-sightseeingArea-btn.c-sightseeingArea-btn_wide.c-sightseeingArea-btn_side{
    margin-top: 20px;
    padding: 20px 40px;
}
.c-sightseeingArea-btn.c-sightseeingArea-btn_wide.c-sightseeingArea-btn_side:after {
    right: 15px;
}
.c-sightseeing-area .area-list-content{
    margin-top: 30px;
}
.c-sightseeing-area{
    display: none;
}
@media screen and (min-width: 769px){
    .c-sightseeing-area_sp{
        display: none !important;
    }
}
@media screen and (max-width: 768px){
    .c-sightseeing_attention{
        display: block;
    }
    .c-sightseeing-content{
        width: 100%;
        margin-top: 35px;
    }
    .c-sightseeing_attention .c-sightseeing-content:first-child{
        margin-top: 0;
    }
    .c-heading_content h2{
        font-size: 18px;
        margin-bottom: 0 !important;
    }
    .c-sightseeingAttention-comment p{
        min-height: auto;
    }
    .c-attentionContent{
        width: 100%;
        max-width: 376px;
        margin: 15px auto;
    }
    .c-sightseeing-content .to-archive-list,
    .c-attentionContent .to-archive-list{
        max-width: 300px;
    }
    .c-sightseeingContent-item .c-sightseeingContent-txt{
        padding: 0 10px 5px;
    }
    .c-sightseeingContent-txt .c-sightseeingContent-ttl{
        font-size: 14px;
        min-height: auto;
    }
    .c-sightseeing-area .area-list-content{
        margin-top: 15px;
    }
    .c-sightseeingArea-btn.c-sightseeingArea-btn_wide{
        margin-top: 20px;
        padding: 20px 40px;
    }
    .c-sightseeingArea-btn.c-sightseeingArea-btn_wide:after{
        right: 15px;
    }
    .c-sightseeing-area_pc{
        display: none !important;
    }
}

/* 観光TOP：観光スポットアクセスランキング */
.c-sightseeing_ranking{
    margin-top: 60px;
}
.c-sightseeing_ranking .c-heading_sightseeing h2:before{
    content: "";
    background: url(../img/common/icon-rank.svg) no-repeat;
    width: 30px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.c-sightseeing_ranking .c-articleList_sightseeing .c-articleItem_sightseeing .c-articleItem-img{
    position: relative;
}
.c-sightseeing_ranking .c-articleList_sightseeing .c-articleItem_sightseeing .c-articleItem-img:after{
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 5px;
    left: 5px;
}
.c-sightseeing_ranking .c-articleList_sightseeing .c-articleItem_sightseeing:nth-child(1) .c-articleItem-img:after{
    background: url(../img/common/icon-rank_1.svg) no-repeat;
    width: 65px;
    height: 65px;
    top: 10px;
    left: 10px;
}
.c-sightseeing_ranking .c-articleList_sightseeing .c-articleItem_sightseeing:nth-child(2) .c-articleItem-img:after{
    background: url(../img/common/icon-rank_2.svg) no-repeat;
}
.c-sightseeing_ranking .c-articleList_sightseeing .c-articleItem_sightseeing:nth-child(3) .c-articleItem-img:after{
    background: url(../img/common/icon-rank_3.svg) no-repeat;
}
.c-sightseeing_ranking .c-articleList_sightseeing .c-articleItem_sightseeing:nth-child(4) .c-articleItem-img:after{
    background: url(../img/common/icon-rank_4.svg) no-repeat;
}
.c-sightseeing_ranking .c-articleList_sightseeing .c-articleItem_sightseeing:nth-child(5) .c-articleItem-img:after{
    background: url(../img/common/icon-rank_5.svg) no-repeat;
}
@media screen and (max-width: 768px){
    .c-sightseeing_ranking{
        margin-top: 30px;
    }
    .c-sightseeing_ranking .c-heading_sightseeing h2:before {
        width: 23px;
        height: 18px;
    }
    .c-sightseeing_ranking .c-articleList_sightseeing .c-articleItem_sightseeing .c-articleItem-txt{
        padding: 10px;
    }
}

/* 観光TOP：観光スポット */
.c-sightseeing_spot .line_h2{
    margin-bottom: 0;
}
.c-spot{
    margin-top: 30px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 25px;
}
.c-spot .c-spot-item{
    width: calc(50% - 12.5px);
}
.c-spot-heading h3{
    display: inline-block;
    color: #b91f2a;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.25;
    position: relative;
    padding-left: 40px;
}
.c-spot-heading h3:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.c-spot-item_eat .c-spot-heading h3:before{
    background: url(../img/sightseeing/icon_eat_rd.svg) no-repeat;
    width: 24px;
    height: 26px;
}
.c-spot-item_buy .c-spot-heading h3:before{
    background: url(../img/sightseeing/icon_buy_rd.svg) no-repeat;
    width: 27px;
    height: 24px;
}
.c-spot-item_watch .c-spot-heading h3:before{
    background: url(../img/sightseeing/icon_watch_rd.svg) no-repeat;
    width: 27px;
    height: 24px;
}
.c-spot-item_stay .c-spot-heading h3:before{
    background: url(../img/sightseeing/icon_stay_rd.svg) no-repeat;
    width: 28px;
    height: 20px;
}
.c-spot-contents{
    margin-top: 20px;
}
.c-spot-contents .c-spotItem{
    margin-top: 15px;
    background: #fff;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.c-spot-contents .c-spotItem:first-child{
    margin-top: 0;
}
.c-spotItem .c-spotItem-img{
    width: 38%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}
.c-spotItem .c-spotItem-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.c-spotItem .c-spotItem-txt{
    width: 62%;
    padding: 15px 20px;
    line-height: 1.5;
}
.c-spotItem .c-spotItem-txt h4{
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.25;
}
.c-spot-item .to-archive-list{
    margin: 20px auto 0;
}
@media screen and (max-width: 768px){
    .c-spot{
        margin-top: 25px;
        display: block;
    }
    .c-spot-contents{
        margin-top: 15px;
    }
    .c-spot .c-spot-item{
        width: 100%;
        margin-top: 25px;
    }
    .c-spot .c-spot-item:first-child{
        margin-top: 0;
    }
    .c-spot-heading h3{
        font-size: 18px;
    }
    .c-spot-contents .c-spotItem{
        margin-top: 5px;
    }
    .c-spotItem .c-spotItem-txt{
        padding: 10px;
    }
    .c-spotItem .c-spotItem-txt h4{
        font-size: 14px;
        -webkit-line-clamp: 2;
    }
    .c-spot-item .to-archive-list{
        margin: 15px auto 0;
    }
}

/* 観光TOP：モデルコース */
.c-sightseeing_course{
    margin-top: 60px;
}
@media screen and (max-width: 768px){
    .c-sightseeing_course{
        margin-top: 30px;
    }
}


/* 詳細ページ */
.c-tags_sightseeing{
    margin-bottom: 30px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.c-posterType{
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}
.c-posterType span{
    color: #fff;
    font-size: 16px;
    background: #bd202b;
    padding: 10px 20px;
}
.c-posterType span.sports-facility{
    padding-left: 50px;
    position: relative;
}
.c-posterType span.sports-facility:before{
    content: "";
    background: url(//journal-one.net/jp/wp/wp-content/themes/journal-one-202411/assets/css/../img/sightseeing/icon_sports-facility.png) no-repeat;
    background-size: cover;
    width: 25.5px;
    height: 26px;
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
h2.c-ttl_sightseeing{
    font-size: 28px;
    text-align: center;
}
.slide_link_sightseeing{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    column-gap: 2%;
}
.slide_link_sightseeing a{
    width: 49%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.slide_link a .fa-spot{
    font-size: 22px;
    margin-right: 15px;
    vertical-align: top;
}
.fa-spot:before{
    content: "";
    display: inline-block;
    background: url(../img/sightseeing/icon_spot_wh.svg) no-repeat;
    background-size: contain;
    width: 16px;
    height: 22px;
}
.c-contents-sightseeing{
    text-align: center;
}
.c-contents-sightseeing :not(.c-heading-h4_sightseeing){
    text-align: left;
}
.c-contents-sightseeing p{
    font-weight: normal;
}
.c-contents-sightseeing p a{
    color: #bd202b;
    text-decoration: underline;
}
.c-heading-h3_sightseeing{
    margin: 100px 0 0;
    display: block;
    width: calc(100% - 35px);
    color: #bd202b;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #bd202b;
    position: relative;
}
.c-heading-h3_sightseeing:before{
    content: "";
    width: 35px;
    height: 1px;
    background: #bd202b;
    position: absolute;
    right: -29px;
    bottom: 13px;
    transform: rotate(130deg);
}
.c-heading-h3_sightseeing:after{
    content: "";
    width: 35px;
    height: 1px;
    background: #bd202b;
    position: absolute;
    right: -39px;
    bottom: 13px;
    transform: rotate(130deg);
}
.c-heading-h4_sightseeing{
    margin: 50px 0 0;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    padding: 0 15px;
}
.c-heading-h4_sightseeing:before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 100%;
    border-top: 1px solid #bd202b;
    border-bottom: 1px solid #bd202b;
    border-left: 1px solid #bd202b;
    position: absolute;
    top: 0;
    left: 0;
}
.c-heading-h4_sightseeing:after{
    content: "";
    display: inline-block;
    width: 5px;
    height: 100%;
    border-top: 1px solid #bd202b;
    border-right: 1px solid #bd202b;
    border-bottom: 1px solid #bd202b;
    position: absolute;
    top: 0;
    right: 0;
}
.c-heading-h5_sightseeing{
    margin: 25px 0;
    font-size: 18px;
    text-align: left;
    position: relative;
    padding-left: 20px;
}
.c-heading-h5_sightseeing:before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #bd202b;
    position: absolute;
    top: 12px;
    left: 0;
}
.c-contents-sightseeing p{
    text-align: left;
}
.c-contents-sightseeing table tr td{
    padding: 0 1%;
}
.c-contents-sightseeing table tr td:first-child{
    padding-left: 0;
}
.c-contents-sightseeing table tr td:last-child{
    padding-right: 0;
}
.c-sightseeing-relatedSpots,
.c-sightseeing-relatedArticles{
    margin-top: 30px;
}
.c-sightseeing-ttl{
    font-size: 20px;
    font-weight: 700;
    color: #bd202b;
    position: relative;
}
.c-sightseeing-ttl:after{
    content: "";
    width: 100%;
    height: 1px;
    background: #bd202b;
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.single-sightseeing .content .c-sightseeing-ttl p{
    display: inline-block;
    margin: 0;
    background: #fafafa;
    padding: 0 20px 0 30px;
    position: relative;
    z-index: 10;
}
.single-sightseeing .content .c-sightseeing-ttl p:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.single-sightseeing .content .c-sightseeing-ttl.c-sightseeing-ttl__relatedArticles p:before{
    background: url(https://journal-one.net/jp/wp/wp-content/themes/journal-one/assets/img/common/icn-relation.png) no-repeat;
    background-size: cover;
    width: 20px;
    height: 31px;
}
.single-sightseeing .content .c-sightseeing-ttl.c-sightseeing-ttl__relatedSpots p:before{
    background: url(../img/sightseeing/icon_spot.svg) no-repeat;
    width: 20px;
    height: 28px;
}
.c-article-list{
    margin-top: 20px;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px 2%;
}
.c-article-item{
    width: 32%;
    background: #fff;
    cursor: pointer;
}
.c-article-item-ttl{
    padding: 10px;
    font-size: 18px;
    line-height: 1.5;
}
.c-article-item-ttl h4{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c-sightseeing-kanrenLists{
    margin-top: 20px;
}
.blog-list-large_sightseeing_kanrenLists{
    margin-top: 20px;
}
.single-sightseeing .content .blog-list-large_sightseeing_kanrenLists .list-large a .icon_wrap p.category-name{
    margin-bottom: 0;
}
.blog-list-large_sightseeing_kanrenLists .list-large a .list-large-content .list-content .sightseeing_info{
    display: none;
}
@media screen and (max-width: 768px){
    .c-tags_sightseeing{
        margin-bottom: 20px;
    }
    .c-posterType span{
        font-size: 12px;
        padding: 5px 10px;
    }
    .c-posterType span.sports-facility{
        padding-left: 35px;
    }
    .c-posterType span.sports-facility:before{
        width: 20.4px;
        height: 20.8px;
        left: 7px;
    }
    .slide_link.slide_link_sightseeing a{
        padding: 10px 0;
        font-size: 12px;
    }
    h2.c-ttl_sightseeing{
        font-size: 22px;
    }
    .c-heading-h3_sightseeing{
        margin: 50px 0 0;
        width: calc(100% - 30px);
        font-size: 18px;
        padding-bottom: 5px;
    }
    .c-heading-h3_sightseeing:before{
        width: 25px;
        right: -20px;
        bottom: 8px;
    }
    .c-heading-h3_sightseeing:after{
        width: 25px;
        right: -30px;
        bottom: 8px;
    }
    .c-heading-h4_sightseeing{
        margin: 25px 0 0;
        font-size: 16px;
        padding: 0 10px;
    }
    .c-heading-h5_sightseeing{
        margin: 15px 0;
        font-size: 14px;
    }
    .c-heading-h5_sightseeing:before{
        top: 8px;
    }
    .c-sightseeing-ttl{
        font-size: 16px;
    }
    .c-article-list{
        display: block;
    }
    .c-article-item{
        margin-top: 5px;
        width: 100%;
        display: flex;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        align-items: center;
    }
    .c-article-list .c-article-item:first-child{
        margin-top: 0;
    }
    .c-article-item-img{
        width: 28%;
    }
    .c-article-item-ttl{
        width: 72%;
        padding: 5px 10px;
        font-size: 14px;
    }
    .single .blog-list-large.c-sightseeing-kanrenLists .list-large{
        margin: 5px 0 0 0;
    }
    .single .blog-list-large.c-sightseeing-kanrenLists .list-large:first-child{
        margin: 0;
    }
    .single .blog-list-large.c-sightseeing-kanrenLists .list-large a{
        width: 100%;
        display: flex;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
    .single .blog-list-large.c-sightseeing-kanrenLists .list-large a figure.list-thumb{
        width: 28%;
    }
    .single .blog-list-large.c-sightseeing-kanrenLists .list-large a .list-large-content{
        width: 72%;
        padding: 5px 10px !important;
        font-size: 14px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-align: center;
        align-items: center;
    }
    .single .blog-list-large.c-sightseeing-kanrenLists .list-large a .list-large-content .list-content .list-content-ttl{
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5;
    }
    .c-sightseeing-kanrenLists .list-large .icon_wrap,
    .c-sightseeing-kanrenLists .list-large .list-large-content .list-content .list-content-txt,
    .c-sightseeing-kanrenLists .list-large .list-large-content .list-content .list-content-cattag,
    .c-sightseeing-kanrenLists .list-large .list-large-content .entry-date{
        display: none;
    }
    .single .blog-list-large.blog-list-large_sightseeing_kanrenLists .list-large{
        margin: 5px 0 0 0;
    }
    .single .blog-list-large.blog-list-large_sightseeing_kanrenLists .list-large:first-child{
        margin: 0;
    }
    .single .blog-list-large.blog-list-large_sightseeing_kanrenLists .list-large a{
        width: 100%;
        display: flex;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
    .single .blog-list-large.blog-list-large_sightseeing_kanrenLists .list-large a figure.list-thumb{
        width: 28%;
    }
    .single .blog-list-large.blog-list-large_sightseeing_kanrenLists .list-large a .list-large-content{
        width: 72%;
        padding: 5px 10px !important;
        font-size: 14px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-align: center;
        align-items: center;
    }
    .single .blog-list-large.blog-list-large_sightseeing_kanrenLists .list-large a .list-large-content .list-content .list-content-ttl{
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5;
    }
    .blog-list-large_sightseeing_kanrenLists .list-large .icon_wrap,
    .blog-list-large_sightseeing_kanrenLists .list-large .list-large-content .list-content .list-content-txt,
    .blog-list-large_sightseeing_kanrenLists .list-large .list-large-content .list-content .list-content-cattag,
    .blog-list-large_sightseeing_kanrenLists .list-large .list-large-content .entry-date{
        display: none;
    }
    .lg-map.c-sightseeing-map{
        margin-bottom: 30px !important;
    }
}
/* 詳細ページ：sidebar */
.c-heading-sidebar{
    color: #b91f2a;
    font-size: 16px;
    font-weight: 700;
}
.c-heading-sidebar_ranking{
    position: relative;
    padding-left: 36px;
}
.c-heading-sidebar_ranking:before{
    content: "";
    background: url(../img/common/icon-rank.svg) no-repeat;
    width: 26px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(calc(-50% - 3px));
    -webkit-transform: translateY(calc(-50% - 3px));
    -ms-transform: translateY(calc(-50% - 3px));
}
.c-heading-sidebar_recommend{
    text-align: center;
}
.c-heading-sidebar_recommend h3{
    display: inline-block;
    position: relative;
    padding-left: 30px;
}
.c-heading-sidebar_recommend h3:before{
    content: "";
    background: url(../img/common/icon-recommend.svg) no-repeat;
    width: 19px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.c-article-sidebar{
    margin: 10px 0 20px;
}
.c-article-sidebar .c-sidebar-item{
    margin-top: 5px;
    background: #fff;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.c-article-sidebar.c-article-sidebar_recommend .c-sidebar-item{
    -webkit-box-align: stretch;
    align-items: stretch;
}
.c-article-sidebar.c-article-sidebar_recommend .c-sidebar-item .c-item-txt{
    min-height: 65px;
}
.c-sidebar-item .c-item-img{
    width: 28.5%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}
.c-sidebar-item .c-item-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.c-sidebar-item .c-item-txt{
    width: 71.5%;
    padding: 0 3%;
}
.c-item-txt p.c-item-tag_area{
    margin: 0 0 5px 0;
    line-height: 1;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 5px;
}
.c-item-txt .c-item-tag_area span{
    background: #bd202b;
    padding: 5px 10px;
    color: #fff;
    font-size: 11px;
}
.c-item-txt h4{
    font-size: 14px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c-article-sidebar .c-sidebar-item:first-child{
    margin-top: 0;
    display: block;
}
.c-article-sidebar .c-sidebar-item:first-child .c-item-img,
.c-article-sidebar .c-sidebar-item:first-child .c-item-txt{
    width: 100%;
}
.c-article-sidebar .c-sidebar-item:first-child .c-item-txt{
    min-height: auto;
    padding: 10px 15px;
}
.c-article-sidebar_ranking .c-sidebar-item .c-item-img{
    position: relative;
}
.c-article-sidebar_ranking .c-sidebar-item .c-item-img:after{
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 3px;
    left: 3px;
}
.c-article-sidebar_ranking .c-sidebar-item:first-child .c-item-img:after{
    background: url(../img/common/icon-rank_1.svg) no-repeat;
    width: 65px;
    height: 65px;
    top: 10px;
    left: 10px;
}
.c-article-sidebar_ranking .c-sidebar-item:nth-child(2) .c-item-img:after{
    background: url(../img/common/icon-rank_2.svg) no-repeat;
}
.c-article-sidebar_ranking .c-sidebar-item:nth-child(3) .c-item-img:after{
    background: url(../img/common/icon-rank_3.svg) no-repeat;
}
.c-article-sidebar_ranking .c-sidebar-item:nth-child(4) .c-item-img:after{
    background: url(../img/common/icon-rank_4.svg) no-repeat;
}
.c-article-sidebar_ranking .c-sidebar-item:nth-child(5) .c-item-img:after{
    background: url(../img/common/icon-rank_5.svg) no-repeat;
}
@media screen and (max-width: 768px){
    .c-heading-sidebar{
        font-size: 18px;
    }
    .c-heading-sidebar_ranking{
        padding-left: 40px;
    }
    .c-heading-sidebar_ranking:before{
        width: 30px;
        height: 24px;
    }
}

/* taxonomy：spot 修正 */
.c-ttlArea{
    margin-top: 60px;
}
.c-ttlArea .ac-ttl{
    margin-bottom: 0;
}
.ac-ttl.tourism .ac-popular-ttl:before{
    background-image: url(../img/sightseeing/icon_spot.png);
    width: 30px;
    height: 40px;
}
.c-spot-label{
    margin-bottom: 20px;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    gap: 20px;
}
.c-spot-serviceLabel,
.c-spot-areaLabel{
    display: inline-block;
    color: #b91f2a;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
}
.c-spot-serviceLabel span{
    position: relative;
    padding-left: 40px;
}
.c-spot-serviceLabel span:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.c-spot-serviceLabel span.food:before{
    background: url(../img/sightseeing/icon_eat_rd.svg) no-repeat;
    width: 24px;
    height: 26px;
}
.c-spot-serviceLabel span.shopping:before{
    background: url(../img/sightseeing/icon_buy_rd.svg) no-repeat;
    width: 27px;
    height: 24px;
}
.c-spot-serviceLabel span.sightsee:before{
    background: url(../img/sightseeing/icon_watch_rd.svg) no-repeat;
    width: 27px;
    height: 24px;
}
.c-spot-serviceLabel span.hotel:before{
    background: url(../img/sightseeing/icon_stay_rd.svg) no-repeat;
    width: 28px;
    height: 20px;
}
.c-spot-areaLabel span{
    position: relative;
    padding-left: 35px;
}
.c-spot-areaLabel span:before{
    content: "";
    background: url(../img/common/side-icn-area.png) no-repeat;
    background-size: cover;
    width: 27px;
    height: 27px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px){
    .c-ttlArea{
        margin-top: 40px;
    }
    .tax-spot .c-ttlArea h3.ac-ttl{
        margin: 0 auto !important;
    }
    .ac-ttl.tourism .ac-popular-ttl:before{
        width: 22px;
        height: 30px;
    }
    .c-spot-serviceLabel,
    .c-spot-areaLabel{
        font-size: 18px;
    }
}

/* 観光スポットアクセスランキングページ */
.c-articleList_sightseeing .c-articleItem_sightseeing.c-articleItem_num{
    width: calc(50% - 12.5px);
}
.c-articleList_sightseeing .c-articleItem_sightseeing.c-articleItem_num.c-articleItem_num_1{
    width: 100%;
}
.c-sightseeing_ranking .c-articleList_sightseeing .c-articleItem_sightseeing.c-articleItem_num .c-articleItem-img:after{
    content: none;
}
.c-sightseeing_ranking .c-articleList_sightseeing .c-articleItem_sightseeing.c-articleItem_num.c-articleItem_num_1 .c-articleItem-img:after,
.c-sightseeing_ranking .c-articleList_sightseeing .c-articleItem_sightseeing.c-articleItem_num.c-articleItem_num_2 .c-articleItem-img:after,
.c-sightseeing_ranking .c-articleList_sightseeing .c-articleItem_sightseeing.c-articleItem_num.c-articleItem_num_3 .c-articleItem-img:after,
.c-sightseeing_ranking .c-articleList_sightseeing .c-articleItem_sightseeing.c-articleItem_num.c-articleItem_num_4 .c-articleItem-img:after,
.c-sightseeing_ranking .c-articleList_sightseeing .c-articleItem_sightseeing.c-articleItem_num.c-articleItem_num_5 .c-articleItem-img:after{
    content: "";
}
.c-articleItem_num .c-articleItem-img span{
    position: absolute;
    top: 5px;
    left: 5px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #bd202b;
    color: #fff;
    font-size: 14px;
    letter-spacing: -1px;
    text-indent: -2px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.c-articleItem_num.c-articleItem_num_1 .c-articleItem-img span,
.c-articleItem_num.c-articleItem_num_2 .c-articleItem-img span,
.c-articleItem_num.c-articleItem_num_3 .c-articleItem-img span,
.c-articleItem_num.c-articleItem_num_4 .c-articleItem-img span,
.c-articleItem_num.c-articleItem_num_5 .c-articleItem-img span{
    display: none;
}
@media screen and (max-width: 768px){
    .c-articleList_sightseeing .c-articleItem_sightseeing.c-articleItem_num{
        width: 100%;
        display: flex;
    }
    .c-articleList_sightseeing .c-articleItem_sightseeing.c-articleItem_num .c-articleItem-img{
        width: 38%;
    }
    .c-articleList_sightseeing .c-articleItem_sightseeing.c-articleItem_num .c-articleItem-txt{
        width: 62%;
    }
    .c-articleList_sightseeing .c-articleItem_sightseeing.c-articleItem_num.c-articleItem_num_1{
        display: block;
    }
    .c-articleList_sightseeing .c-articleItem_sightseeing.c-articleItem_num.c-articleItem_num_1 .c-articleItem-img,
    .c-articleList_sightseeing .c-articleItem_sightseeing.c-articleItem_num.c-articleItem_num_1 .c-articleItem-img img,
    .c-articleList_sightseeing .c-articleItem_sightseeing.c-articleItem_num.c-articleItem_num_1 .c-articleItem-txt{
        width: 100%;
    }
}

/* 観光：検索 */
.c-search_sightseeing{
    background: #e1e1e1;
    padding: 30px 15px;
}
.c-searchInner{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.c-search-input{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.c-search-item_area{
    width: 28%;
    position: relative;
}
.c-search-item_area:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 11px solid #3a3a3a;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
form#searchform .c-search-item_area select{
    padding-right: 30px;
    cursor: pointer;
}
.c-search-item_keyword{
    width: calc(72% - 50px);
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
}
form#searchform .c-search-item_keyword > input[type=text]{
    width: calc(100% - 70px) !important;
}
.c-search-item_keyword .c-search-sbm{
    width: 70px;
    text-align: center;
}
.c-search-item_keyword .c-search-sbm input{
    width: 100%;
    height: 47px;
    background: #3e3a39;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.c-search-item_keyword .c-search-sbm input:hover{
    opacity: .8;
}
.c-search_sightseeing p.x_mark{
    margin: 0 10px;
    width: 30px;
    color: #bd202b;
    font-size: 38px;
    font-weight: 400;
    text-align: center;
    line-height: 1;
}
.c-search-service{
    margin-top: 15px;
}
.c-search_sightseeing .c-search-btn{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.c-search-btn .service-btn{
    width: 23.5%;
    line-height: 1;
    text-align: center;
}
.c-search_sightseeing .service-btn input {
    display: none;
}
.c-search_sightseeing .service-btn span{
    display: inline-block;
    width: 100%;
    padding: 15px 5px;
	background: #b5b5b6;
    border-radius: 5px;
	color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    position: relative;
}
.c-search_sightseeing .service-btn span:before{
    content: "";
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.c-search_sightseeing .service-btn.service-btn_food span:before{
    background: url(../img/sightseeing/icon_eat.svg) no-repeat;
    width: 21px;
    height: 24px;
}
.c-search_sightseeing .service-btn.service-btn_shopping span:before{
    background: url(../img/sightseeing/icon_buy.svg) no-repeat;
    width: 24px;
    height: 22px;
}
.c-search_sightseeing .service-btn.service-btn_sightsee span:before{
    background: url(../img/sightseeing/icon_watch.svg) no-repeat;
    width: 24px;
    height: 22px;
}
.c-search_sightseeing .service-btn.service-btn_hotel span:before{
    background: url(../img/sightseeing/icon_stay.svg) no-repeat;
    width: 28px;
    height: 20px;
}
.c-search_sightseeing .service-btn input:checked + span{
	background: #bd202b;
}
.c-search_sightseeing_side .c-search-input{
    display: block;
}
.c-search_sightseeing_side .c-search-item_area,
.c-search_sightseeing_side .c-search-item_keyword{
    width: 100%;
}
.c-search_sightseeing_side form#searchform select,
.c-search_sightseeing_side form#searchform input[type=text]{
    padding: 10px 10px 10px 30px;
    background: url(../img/common/search_icon.png) no-repeat left 5px top 15px #f6f6f6;
    background-size: 18px auto;
    font-size: 14px;
}
.c-search_sightseeing.c-search_sightseeing_side p.x_mark {
    width: 100%;
    margin: 5px 0;
    font-size: 28px;
}
.c-search_sightseeing.c-search_sightseeing_side .c-search-btn {
    gap: 10px;
}
.c-search_sightseeing_side .c-search-btn .service-btn {
    width: calc(50% - 5px);
}
.c-search_sightseeing.c-search_sightseeing_side .service-btn span {
    font-size: 14px;
}
.c-search_sightseeing.c-search_sightseeing_side .service-btn.service-btn_food span:before {
    width: 17px;
    height: 19px;
}
.c-search_sightseeing.c-search_sightseeing_side .service-btn.service-btn_shopping span:before {
    width: 19px;
    height: 18px;
}
.c-search_sightseeing.c-search_sightseeing_side .service-btn.service-btn_sightsee span:before {
    width: 20px;
    height: 18px;
}
.c-search_sightseeing.c-search_sightseeing_side .service-btn.service-btn_hotel span:before {
    width: 21px;
    height: 15px;
}
@media screen and (min-width: 769px){
    .c-search_sightseeing .service-btn span:hover{
        background: #bd202b;
    }
}
@media screen and (max-width: 768px){
    .content.content_sightseeing{
        padding-bottom: 20px;
    }
    .c-search-input{
        display: block;
    }
    .c-search-item_area,
    .c-search-item_keyword{
        width: 100%;
    }
    .c-search_sightseeing p.x_mark{
        width: 100%;
        margin: 5px 0;
        font-size: 28px;
    }
    .c-search_sightseeing form#searchform{
        padding: 0 !important;
    }
    .c-search_sightseeing .c-search-btn{
        gap: 10px;
    }
    .c-search-btn .service-btn{
        width: calc(50% - 5px);
    }
    .c-search_sightseeing .service-btn span{
        font-size: 14px;
    }
    .c-search_sightseeing .service-btn.service-btn_food span:before{
        width: 17px;
        height: 19px;
    }
    .c-search_sightseeing .service-btn.service-btn_shopping span:before{
        width: 19px;
        height: 18px;
    }
    .c-search_sightseeing .service-btn.service-btn_sightsee span:before{
        width: 20px;
        height: 18px;
    }
    .c-search_sightseeing .service-btn.service-btn_hotel span:before{
        width: 21px;
        height: 15px;
    }
}

/* 観光：オススメ観光記事一覧ページ */
.c-sightseeingRecommend-area{
    margin-top: 30px;
    color: #b91f2a;
    font-size: 18px;
    font-weight: bold;
}
.c-sightseeingRecommend-area span{
    position: relative;
    padding-left: 25px;
}
.c-sightseeingRecommend-area span:before{
    content: "";
    background: url(../img/sightseeing/icon_spot.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.c-sightseeingRecommend-article{
    margin-top: 20px;
}
@media screen and (max-width: 768px){
    .c-sightseeingRecommend-area{
        margin-top: 20px;
        font-size: 16px;
    }
    .c-sightseeingRecommend-area span{
        padding-left: 20px;
        width: 15px;
        height: 20px;
    }
    .c-sightseeingRecommend-article{
        margin-top: 10px;
    }
}

/* 観光：都道府県TOP */
.content-sightseeing_area .line_h2{
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    white-space: nowrap;
}
.content-sightseeing_area .line_h2.root{
    margin-bottom: 5rem;
}
.content-sightseeing_area .line_h2.linespot:before{
    content: '';
    width: 18px;
    height: 32px;
    margin-right: 25px;
    background: url(../img/sightseeing/icon_spot.png) no-repeat top 5px left;
    background-size: contain;
}
.content-sightseeing_area .line_h2.root:before{
    content: '';
    width: 25px;
    height: 27px;
    background: url(../img/sightseeing/icon_root.png) no-repeat top left;
    margin-right: 25px;
    display: inline-block;
    background-size: contain;
}
.content-sightseeing_area .line_h2:after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #bd202b;
    margin-left: 50px;
    position: relative;
    top: 2px;
    flex: 1;
}
.c-articleList-heading_sightseeing h2{
    letter-spacing: .2em;
    margin-bottom: 5rem;
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    white-space: nowrap;
}
.c-articleList-heading_sightseeing h2:before{
    content: '';
    margin-right: 25px;
    display: inline-block;
    width: 18px;
    height: 25px;
    background: url(../img/sightseeing/icon_pickup.png) no-repeat top 5px left;
    background-size: contain;
}
.c-articleList-heading_sightseeing h2:after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #bd202b;
    margin-left: 50px;
    position: relative;
    top: 2px;
    flex: 1;
}
.c-heading_sightseeing.c-heading_sightseeingArea h2{
    padding-left: 35px;
}
.c-sightseeing_recommend .c-heading_sightseeing.c-heading_sightseeingArea h2:before{
    background: url(../img/sightseeing/icon_bang.svg) no-repeat;
    width: 15px;
    height: 30px;
}
.content-sightseeing_area .c-articleItem-txt .c-articleInfo{
    margin-top: 25px;
}
.content-sightseeing_area article .blog-list-large.blog-list-large_sightseeing .sightseeing_info{
    display: none;
}
@media screen and (max-width: 768px) {
    .content-sightseeing_area .line_h2.root{
        margin-bottom: 10px;
    }
    .c-articleList-heading_sightseeing h2{
        margin-bottom: 10px;
        letter-spacing: .1em;
    }
    .c-articleList-heading_sightseeing h2:before{
        margin-right: 18px;
    }
    .c-articleList-heading_sightseeing h2:after{
        margin-left: 25px;
    }
    .c-heading_sightseeing.c-heading_sightseeingArea h2{
        padding-left: 25px;
    }
    .c-sightseeing_recommend .c-heading_sightseeing.c-heading_sightseeingArea h2:before{
        width: 13px;
        height: 26px;
    }
    .content-sightseeing_area .c-sightseeing_course .list-large-content{
        padding: 1.5rem 2rem !important;
    }
    .content-sightseeing_area .c-sightseeing_course .list-content-ttl{
        margin-bottom: 0;
    }
    .content-sightseeing_area .c-sightseeing_course .list-content-txt,
    .content-sightseeing_area .c-sightseeing_course .list-content-cattag{
        display: none;
    }
    .content-sightseeing_area article .blog-list-large.blog-list-large_sightseeing .list-large{
        width: 100%;
    }
    .content-sightseeing_area article .blog-list-large.blog-list-large_sightseeing .icon_wrap,
    .content-sightseeing_area article .blog-list-large.blog-list-large_sightseeing .list-content-txt,
    .content-sightseeing_area article .blog-list-large.blog-list-large_sightseeing .list-content-cattag,
    .content-sightseeing_area article .blog-list-large.blog-list-large_sightseeing .entry-date{
        display: none;
    }
    .content-sightseeing_area article .blog-list-large.blog-list-large_sightseeing .list-large a{
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        align-items: center;
    }
    .content-sightseeing_area article .blog-list-large.blog-list-large_sightseeing .list-large a figure.list-thumb{
        width: 28%;
        aspect-ratio: 3 / 2;
        overflow: hidden;
    }
    .content-sightseeing_area article .blog-list-large.blog-list-large_sightseeing .list-large a figure.list-thumb img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .content-sightseeing_area article .blog-list-large.blog-list-large_sightseeing .list-large-content{
        width: 72%;
        padding: 10px !important;
        box-sizing: border-box;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .content-sightseeing_area article .blog-list-large.blog-list-large_sightseeing .list-content-ttl{
        margin-bottom: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .content-sightseeing_area article .blog-list-large.blog-list-large_sightseeing .list-large a figure .c-reporterIcon{
        width: 35%;
        max-width: 73px;
    }
    .content-sightseeing_area article .blog-list-large.blog-list-large_sightseeing .list-large a figure .c-reporterIcon img{
        width: 100%;
        height: 100%;
        object-fit: fill;
    }
    .content-sightseeing_area article .blog-list-large.blog-list-large_sightseeing .list-large:nth-child(1) a,
    .content-sightseeing_area article .blog-list-large.blog-list-large_sightseeing .list-large:nth-child(7) a{
        display: block;
    }
    .content-sightseeing_area article .blog-list-large.blog-list-large_sightseeing .list-large:nth-child(1) a figure.list-thumb,
    .content-sightseeing_area article .blog-list-large.blog-list-large_sightseeing .list-large:nth-child(7) a figure.list-thumb{
        width: 100%;
        height: auto;
    }
    .content-sightseeing_area article .blog-list-large.blog-list-large_sightseeing .list-large:nth-child(1) a figure.list-thumb img,
    .content-sightseeing_area article .blog-list-large.blog-list-large_sightseeing .list-large:nth-child(7) a figure.list-thumb img{
        width: 100%;
    }
    .content-sightseeing_area article .blog-list-large.blog-list-large_sightseeing .list-large:nth-child(1) a .list-large-content,
    .content-sightseeing_area article .blog-list-large.blog-list-large_sightseeing .list-large:nth-child(7) a .list-large-content{
        width: 100%;
        height: auto;
        padding: 10px 15px !important;
    }
}

table.seo_table2603{
border-collapse:  collapse;
margin-bottom: 20px;
}
.seo_table2603 th,
.seo_table2603 td{
border: solid 1px #000;
padding: 5px 15px;
line-height:1.5;
font-size: 1.6rem;
}
.seo_table2603 th{
text-align: center;
color: #BD202B;
background-color: #efefef;
white-space: nowrap;
}
.seo_table2603 td{
}
.seo_strong{
background-color: #FFD8D9;
}
.entry-content h5 {
    font-weight: bold;
    font-size: 1.6rem;
}
.seo_list {
margin-top:-15px;
list-style-type: none!important;
padding-left: 0!important;
}
.seo_list li {
display: flex;
gap: 0 5px;
padding: 0 0 10px 25px;
position:relative;
line-height:1.5;
}
.seo_list li::before {
content: '';
display: inline-block;
width: 14px;
height: 8px;
border-bottom: 2px solid #bd202b!important;
border-left: 2px solid #bd202b!important;
transform: rotate(-45deg) translateY(-1.5px);
position:absolute;
left:0;
top:8px;
}
@media screen and (max-width: 768px) {
.seo_list li {
padding: 0 0 8px 20px;
}
.seo_list li::before {
width: 11px;
height: 7px;
left:0;
top:6px;
}
}
.article__table-scroll{
overflow-x: scroll;
margin-bottom: 25px;
}
.article__table-scroll::-webkit-scrollbar {
  height: 5px;
}
.article__table-scroll::-webkit-scrollbar-track {
  background-color: #fff;
}
.article__table-scroll::-webkit-scrollbar-thumb {
  background-color: #BD202B;;
  border-radius: 100vh;
}