@charset "Shift_JIS";
div#index {
    width: 100%;
    max-width: 100%;
}
#pan {
    margin: 5px auto;
    max-width: 1200px;
}
section.travel_top{
    width: 100%;
    background-color: #6CB4C6;
    margin-bottom: 70px;
}
div#topicsmainfull { width:100%!important; max-width: 100%!important;background-color: #f5f5f5; }

div.section{
	max-width:1200px;
}
div#index #title{
    background: url(/bc/c/topics/holiday/images/pc_title_bk.jpg);
    background-size: cover;
}

#indexheader { padding-bottom:0 ; }

#topicsmainfull_in h2 {
    text-align: center;
    font-size: 40px;
    color: #333;
    border-bottom: none;
    line-height: 33px;
    margin: 10px 0;
    background-color: unset;
    font-weight: 600;
    display: block;
}
#topicsmainfull_in h2 span {
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    color: #666;
    font-weight: 100;
}
#topicsmainfull_in h3 {
	border-bottom: #777 dotted 1px;
	border-left: #000 none 5px;
	text-align: left;
	font-weight: bold;
    background-color: unset;
    margin-top: 80px;
    font-size: 25px;
}
div.section{
	margin:0 auto 75px;
}

/*タブ切り替え 追従*/
#topMenu{
    padding: 10px 0;
}
.topMenuFixed {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 99999;
    margin: 0 auto;
    background-color: rgb(245 245 245 / 70%);
}
/* タブ切り替え制御 */
.tabs {
    position: relative;
    background-color: #D5D5D5;
    color: #333;
    border-radius: 50px;
    padding: 0;
    display: flex;
    justify-content: center;
    width: 1200px;
    margin: auto;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    overflow: hidden;
}
  
.tab {
    text-align: center;
    width: 50%;
    border-radius: 50px;
    padding: 11px;
    cursor: pointer;
    z-index: 2;
    transition: color 0.3s;
    font-size: 20px;
    user-select: none;
    padding: 20px;
}
.tab.active {
    color: #fff;
    font-weight: bold; /* 必要なら装飾も追加OK */
}

/* 共通非表示 */
.slider {
    position: absolute;
    width: 50%;
    left: 0;
    height: calc(100%);
    background-color: #6CB4C6;
    border-radius: 50px;
    transition: left 0.3s ease;
    z-index: 1;
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 16%);
}  
.tab-content {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.tab-content.show {
    display: block;
    animation: fadein 1s ease forwards;
}


@keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}
/* TOPに戻るボタン */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 90%;
    z-index:1;
}
#page-top a {
    background: rgba(101,131,215,1);
    text-decoration: none;
    color: #ffffff;
    width: 100px;
    padding: 15px 20px;
    text-align: center;
    display: block;
    border-radius: 4px;
}
#page-top a:hover {
    text-decoration: none;
    background: rgba(101,131,215,0.5);
}

/* カテゴリ見出しスタイル */
.flex_title {
    display: flex;
    align-items: center;
    margin-top: 100px;
    justify-content: center;
}
#topicsmainfull_in .flex_title h3 {
    border: none;
    text-align: left;
    font-weight: bold;
    background-color: unset;
    font-size: 45px;
    margin: 0 33px 0px;
    border-bottom: 8px solid #6CB4C6;
    color: #6CB4C6;
    display: inline;
    padding: 0px;
    height: 57px;
}
.flex_title > p {
    position: relative;
    display: inline-block;
    margin-left: 14px;
    padding: 10px 30px;
    color: #333;
    font-size: 16px;
    border-left: solid 1px #555;
    box-sizing: border-box;
    max-width: 65%;
}

.flex_title > p:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -18px;
    margin-top: -8px;
    border: 8px solid transparent;
    border-right: 14px solid #FFF;
    z-index: 2;
}

.flex_title > p:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -19px;
    margin-top: -7px;
    border: 7px solid transparent;
    border-right: 12px solid #555;
    z-index: 1;
}

/* カテゴリリンクスタイル */
ul.flex_cat {
    display: flex;
    justify-content: flex-start;
    gap: 2%;
    flex-wrap: wrap;
	margin-top: 50px;
}

ul.flex_cat li {
    display: flex;
    width: calc(94% / 4);
    align-items: stretch;
    box-shadow: 00px 0px 4px 3px rgb(0 0 0 / 3%);
    border: 1px solid #eee;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 8px;
	margin-bottom: 2%;
}
ul.flex_cat li a{
	display:block;
}
#topicsmainfull ul.flex_cat li img{
	width:100%;
}

ul.flex_cat li a:nth-child(1) {
    position: relative;
    width: 30%;
	border-right: 1px solid #eee;
    padding: 10px;
}
ul.flex_cat li a:nth-child(2) {
    position: relative;
    width: 70%;
    padding: 0 0 0 15px;
    box-sizing: border-box;
}
ul.flex_cat li a:nth-child(1):hover ,
ul.flex_cat li a:nth-child(2):hover {
	background-color: #f9f9f9;
}
ul.flex_cat li a:nth-child(2) p {
    position: absolute;
    bottom: 6px;
    right: 10px;
    font-size: 13px;
	display:none;
}


ul.flex_cat li a:nth-child(2)::before,
ul.flex_cat li a:nth-child(2)::after {
	content: "";
    position: absolute;
    top: calc(80% - 1px);
    right: 14px;
    width: 8px;
    height: 2px;
    border-radius: 9999px;
    background-color: #999;
    transform-origin: calc(100% - 1px) 50%;
}

ul.flex_cat li a:nth-child(2)::before {
  transform: rotate(45deg);
}

ul.flex_cat li a:nth-child(2)::after {
  transform: rotate(-45deg);
}


ul.flex_cat li a .inline_comment {
    position: absolute;
    top: 12%;
    margin: auto;
    font-size: 11px;
    color: #666;
    border-bottom: 1px solid #666;
    padding-bottom: 1px;
}
ul.flex_cat li a .inline_comment:before {
    position: absolute;
    bottom: -6px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 6px 7px 0px 7px;
    border-style: solid;
    border-color: #666 transparent transparent transparent;
}
ul.flex_cat li a .inline_comment:after {
    position: absolute;
    bottom: -5px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 6px 7px 0px 7px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

#topicsmainfull_in ul.flex_cat h4 {
    padding: 0;
    border: none;
    color: #333;
    font-weight: 600;
    font-size: 15px;
    position: absolute;
    top: 50%;
    margin: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding-right: 10px;
}


/* カテゴリリンクスタイル */
ul.link_bn{
    display: flex;
    gap: 1%;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#index ul.link_bn li{
    width: calc(96% / 5);
    margin-bottom: 1%;
    position: relative;
}
#index ul.link_bn li p{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #000000bf;
    color: #fff;
    padding: 5px 0;
}
#cpbn_area .block5 img{
    height: auto;
}
.kikan{
    padding: 40px 0;
    margin: 0 auto;
    margin-top: 70px;
    background-color: #fff;
    border-radius: 40px;
}
#topicsmainfull_in .kikan h2{
    font-size: 30px;
}
#topicsmainfull_in #cpbn_area h2{
    font-size: 30px;
    margin: 100px auto 30px;
}

#topicsmainfull_in .kikan .comment{
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
}
