@charset "utf-8";


#travelog main {
	margin: 0 auto 20px;
	padding: 20px 0;
	width: 880px;
}
.travelog_list {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}
.travelog_tag {
	font-size: 20px;
	font-weight: bold;
}
.travelog_list > li {
	display: flex;
}
.travelog_list > li:not(:last-child) {
	border-bottom: 1px dotted #888;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.travelog_content {
	width: 100%;
	position: relative;
}
.travelog_list li figure {
	margin-right: 20px;
	min-width: 312px;
	width: 312px;
	height: 212px;
	overflow: hidden;
}
.travelog_content h3 {
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	font-size: 18px;
	margin-bottom: 5px;
}
.travelog_txt {
	font-size: 16px;
	margin-bottom: 10px;
}
.travelog_content time {
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-size: 13px;
}
.travelog_content time::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url('https://img.undernavi.com/front/pc/common/icon_clock.png');
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
.list_tag_box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.list_tag_box.list_tag_box02 {
	margin-bottom: 0;
}
.list_tag {
	margin-right: 5px;
	padding: 1px 20px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	border: 1px solid #707070;
	position: relative;
	font-size: 11px;
	color: #888 !important;
	line-height: 2.5;
}
.list_tag:hover {
	opacity: 0.7;
	transition: .2s;
}
.list_tag::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(https://img.undernavi.com/front/pc/travelog/travelog_tag.png) no-repeat;
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translate(0%, -50%);
}
.listag_box.listag_box02 {
	width: 88%;
}
.travelog .more_btn {
	position: relative;
	padding: 3px 30px;
	background: #fff;
	color: #c90037;
	border: 1px solid;
}
#travelog .more_btn:hover {
	background: #c90037;
	color: #fff;
	transition: .2s;
}

.more_btnbox {
	text-align: right;
}

#travelog .more_btn::after:hover {
	color:#fff;
}

/*========================detail=======================*/

.tag_inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.tag_inner time {
	margin-right: 5px;
}
.sns_btn {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 10px;
}
.sns_btn li {
	margin-right: 5px;
}
.travelog .back .more_btn, .travelog .back + .more_btn {
	position: relative;
	margin: 0 auto;
	text-align: center;
	border-radius: 0;
	width: 400px;
	display: block;
	height: 40px;
	line-height: 40px;
}
.travelog .back .more_btn::after {
	right: 40px;
}
.next_btn {
	width: 420px;
	height: 46px;
	line-height: 46px;
	display: block;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	text-align: center;
	margin: 0 auto 20px;
	font-size: 18px;
}
.travelog_txt.detail_txt {
	margin-bottom: 20px;
}
.travelog_txt.detail_txt img {
	display: block;
	margin: 10px auto;
}
/*========================ページャー用=======================*/

.ajax_pager{
	margin:20px 0;
}

ul.pager01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}
ul.pager01 li{
	margin:3px;
}
ul.pager01 li span {
	display: block;
	padding: 10px;
	background: #eee;
	border: 1px solid #999;
	border-radius: 3px;
}
ul.pager01 li a{
	display:block;
	padding:10px;
	border:1px solid #999;
	border-radius:3px;
	color:#333;
}

ul.pager01 li.current a{
	background:#e1e1e1;
}

ul.pager01 li a:hover{
	color:#c90037;
}

.ajax_pager .now {
	display: none;
}
.ajax_pager .now span{
	font-weight:bold;
}

.ajax_pager .now span.big{
	font-size:1.4em;
	color:#c90037;
}

.sns_btn.sns_btn_last {
	justify-content: center;
	margin-bottom: 30px;
}
.sns_btn.sns_btn_last li a:hover {
	opacity:0.7;
	transition:.2s
}

.title01 > a {
    position: relative;
    margin-bottom: 20px;
    color: #c90037;
    font-size: 20px;
    font-weight: bold;
    float: none;
    margin-left: 0;
}
.title01 > a:before {
    content: none !important;
}
.travelog_page_title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.travelog_inner h2 {
}
.travelog_inner .trav_content h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0;
	padding: 0.5em;
	color: #010101;
	background: #dce8f9;
	border-bottom: solid 3px #65c2e9;
}

.trav_content h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0;
	border-left: 5px solid #65c2e9;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #65c2e9;
}
.trav_content h4 {
	font-size: 17px;
	font-weight: bold;
	margin: 20px 0;
	border-left: 5px solid #65c2e9;
	padding: 5px 0 5px 10px;
}
.l_toc {
	border: 3px solid #d4f5fe;
	margin: 60px auto;
}
.toc_ttl {
	padding: 10px;
	background-color: #65c2e9;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
#t-content dd {
	font-weight: 700;
	color: #222;
	padding: 10px 0;
	font-size: 16px;
}
#t-content .lv_h2 {
	color: #2d8fdd;
	background: #f1f8ff;
	margin-bottom: 3px;
	line-height: 1.5;
	padding: 0.5em;
	list-style-type: none !important;
	padding-left: 10px;
}
#t-content {
	padding: 20px;
}
.l_toc ol .l_toc-2 {
	padding: 10px 0 0 20px;
}
.l_toc ol .l_toc-3 {
	padding: 5px 0 0 20px;
}
#t-content dd.lv_h3, #t-content dd.lv_h4 {
	padding: 0;
	font-weight: normal;
	padding: 5px 0 5px 40px;
	position: relative;
}
#t-content dd.lv_h4 {
	padding-left: 50px;
}
.content_b img {
	display: block;
	margin: 40px auto !important;
}

#t-content dd.lv_h4::before {
	content: "▶";
	margin-right: 5px;
	color: #65c2e9;
}
.l_toc a:hover {
	text-decoration: underline;
}

.content_b div {
	border: unset;
	margin: unset;
	padding: unset;
}

.content_b ol, .content_b ul {
	padding:0 40px;
	counter-reset: item;
	list-style: initial;
	margin:16px 0 16px 0;
}
.content_b li {
	list-style-type:inherit;
}
.content_b ol {
	list-style-type: decimal;
}

.content_b blockquote {
	padding-left: 20px !important;
	padding-right: 8px !important;
	border-left-width: 5px !important;
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	padding-right: 0px;
	padding-left: 0px;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
}
.content_b blockquote p {
	font-style: italic;
}
table {
	border-collapse: collapse;
	border: 1px solid #333;
	margin-bottom: 10px;
	width:100% !important;
}
table th, table td {
	border-collapse: collapse;
	border: 1px solid #333;
	text-align: center;
	padding: 5px;
}
.parent > li a:hover + ul {
	display: block !important;
}
header #header_nav .navBox ul.parent-next {
	left: 150%;
}
.parent-next.--tohoku {
	top: 0px !important;
}
.parent-next.--kanto {
	top: 0px !important;
}
.parent-next.--tokai {
	top: 0px !important;
}
.parent-next.--kansai {
	top: 0px !important;
}
.parent-next.--chugoku {
	top: 0px !important;
}
.parent-next.--shikoku {
	top: 0px !important;
}
.parent-next.--kyusyu {
	top: 0px !important;
}

.parent-next::before {
	content:none !important;
}
.hero {
	margin-bottom: 30px;
	position: relative;
}
.back_inner {
	display: flex;
	margin-bottom: 20px;
	justify-content: center;
	width: 55%;
	margin: 0 auto 20px;
}
.back_inner .more_btn {
	margin: 0 10px !important;
}

.parent li:not(:first-child):after {
	content: "";
	display: inline-block;
	background: url('https://img.undernavi.com/front/pc/common/arrow_down.png') no-repeat center center;
	width: 11px;
	height: 7px;
	margin-left: 10px;
	transform: rotate(-90deg);
	background-position: right center;
	position: absolute;
	right: 10px;
	top:15px;
	z-index: 999;
}

.parent li {
	position: relative;
}
.parent-next li::after {
	content: none !important;
}
.hero_txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 42px;
	font-weight: 700;
	color: #fff;
}


.back {
	margin-bottom: 20px;
}

/*****************************************************

UNDERNAVI-9197 debug 追加分

******************************************************/
.travelog_page_title.--new {
	line-height: 1.25;
	font-weight: 700;
	font-size: 26px;
	margin: 16px 0;
	line-height: 1.3;
}
.travelog_txt.detail_txt.travelog_intro {
	font-size: 18px;
	line-height: 1.8;
}
.content_b.content_b02 {
	font-size: 18px;
	line-height: 1.8;
}
.travelog_inner .trav_content .content_b02 h2 {
	font-size: 24px;
	padding: 18px 25px;
	background-color: #f5f6f7;
	border-radius: 2px;
	border: none;
	margin-top: 2.4em;
	margin-bottom: 1.62em;
}
.travelog_inner .trav_content .content_b02 h2 span {
	font-weight: bold !important;
}
.trav_content .content_b02 h3 {
	border-left: 7px solid #888;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 22px;
	font-weight: bold;
	padding: 6px 20px;
	margin-top: 2.4em;
	margin-bottom: 1.62em;
}
.trav_content .content_b02 h3 span{
	font-weight:bold !important;
}
.trav_content .content_b02 h4 span{
	font-weight:bold !important;
}
.trav_content .content_b02 h4 {
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0;
	border-left: 5px solid #888;
	padding: 5px 0 5px 10px;
	margin-top: 2.4em;
	margin-bottom: 1.62em;
}

.content_b02 table {
	margin-bottom: 1.62em;
}

strong {
	font-weight: bold;
}

.frame_shop {
	height: 470px !important;
}

.link_btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 90px;
	width: 50px;
	height: 5px;
	background: #fff;
	transform: translateY(-50%);
	filter: drop-shadow(2px 3px 0px #040404);
}
.link_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 0;
	height: 0;
	border: 15px solid;
	border-color: transparent transparent transparent #fff;
	right: 62px;
	transform: translateY(-50%);
	box-shadow: 0px 0px 0px #000;
	filter: drop-shadow(2px 2px 0px #040404);
}

.link_btn {
	background: #b8253c;
	color: #fff;
	font-size: 50px;
	display: block;
	text-align: center;
	font-weight: bold;
	border-radius: 50px;
	box-shadow: 5px 8.66px 2px 0px rgb(0, 0, 0);
	border: 4px solid #000;
	padding: 5px;
	position: relative;
	width: 90%;
	margin: 20px auto;
	text-shadow: -1px -1px 0 #000, -1px 0 0 #000, -1px 1px 0 #000, 0 -1px 0 #000, 0 1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000;
}
.travelog_txt.detail_txt .link_btn {
	color:#fff;
}
.link_btn span {
	font-weight: bold;
	font-size: 40px;
}

/* bottom banner */

.bottom-banner {
	--padding: 10px;

	z-index: 1;
	padding: var(--padding);
	position: fixed;
	width: 100%;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.6);
	display: grid;
	place-content: center;
}
.bottom-banner__row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	place-items: center stretch;
	gap: 10px;
	position: relative;
	width: 880px;
	box-sizing: border-box;
	padding: 0 20px;
}
.bottom-banner__closer {
	--size: 26px;

	position: absolute;
	right: -10px;
	top: -10px;
	width: var(--size);
	height: var(--size);
	display: grid;
	grid-template-areas: "closer";
	place-items: center;
	cursor: pointer;
}
.bottom-banner__closer::before,
.bottom-banner__closer::after {
	grid-area: closer;
	background-color: #fff;
	width: 100%;
	height: 1px;
	content: '';
}
.bottom-banner__closer::before {
	transform: rotate(45deg);
}
.bottom-banner__closer::after {
	transform: rotate(-45deg);
}
.bottom-banner__text {
	font-size: 15px;
	color: #fff;
	text-align: right;
	line-height: 1;
}
.bottom-banner__button-container {}
.bottom-banner__img-button {}
.bottom-banner__img-button img {
	width: 100%;
}
.bottom-banner__button {
	display: flex;
	place-items: center;
	place-content: center;
	color: #fff !important;
	background: linear-gradient(.25turn, #ff00a8, #ff0048);
	border-radius: 2em;
	height: 3.5em;
	font-size: 16px;
}

/**********************************************************

ページ改修用202310

************************************************************/
html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}
.travelog_elps {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
	font-weight: bold;
}
.travelog-new {
	display: flex;
	width: 1370px;
	margin: 0 auto;
}

.travelog-new aside#left {
	width: 230px;
	margin-top: 20px;
}
.travelog-new aside#right{
	width:210px;
	margin-top: 20px;
}

.travelog_ttl-new {
	font-size: 18px;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}
.travelog_ttl-new span {
	font-weight: bold;
	font-family: "Zen Maru Gothic";
}
.recommend_ttl span {
	background: linear-gradient(transparent 60%, #f7d6df 60%);
}
.recommend_ttl-svg--first {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.recommend_ttl-svg--last {
	position: absolute;
	right: 0;
	top: 50%;
	transform: rotate(180deg) translateY(50%);
}
.recommend_list-ttl {
	color: var(--c-red-color);
	font-weight: bold;
	font-size: 16px;
}
.recommend_list {
	display: flex;
	flex-direction: column;
	gap: 35px 0;
	margin-bottom: 40px;
}
.recommend_list-img {
	margin-bottom: 10px;
}
.recommend_list-body {
	line-height: 1.165;
	font-size: 14px;
	font-weight: normal;
}
.travelog_ttl-new.search_ttl {
	border: 2px solid;
	padding: 10px;
	border-style: solid;
	border-width: 3px;
	border-color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 4px 0px 0px rgba(169, 111, 127, 0.67);
	margin-bottom: 15px;
}
.tiku_list {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
	margin-bottom: 10px;
}
.tiku_list-item {
	padding: 0 0 0 10px;
}
.tiku_list-item.tiku_ttl {
	background: var(--c-red-color);
	color: #fff;
	padding: 5px;
}
.tiku_list-item a {
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
}
.tiku_list-item.tiku_ttl a {
	color: #fff;
	padding: 5px;
	display: inline-block;
}
.travelog_ttl-new.article_ttl {
	position: relative;
	display: inline-block;
	background-color: #fff;
	border: solid 2px #525252;
	padding: 10px;
	width: 100%;
	max-width: 100%;
	border-radius: 40px;
	box-sizing: border-box;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
	margin-bottom: 30px;
}
.travelog_ttl-new.article_ttl::before {
	content: "";
	border: 8px solid transparent;
	border-top: 13px solid #555;
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.travelog_ttl-new.article_ttl::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 9px solid transparent;
	border-top: 15px solid #fff;
	margin-top: -5px;
}
.travelog_ttl-new.article_ttl .article_svg {
	position: absolute;
	top: 6px;
}

.travelog_ttl-new.article_ttl.poplar_ttl {
	background: #fff100;
	margin-bottom: 30px;
}
.travelog_ttl-new.article_ttl.poplar_ttl::after {
	border-top: 15px solid #ff0;
}
.travelog_list-right--item {
	margin-bottom: 25px;
	position: relative;
}
.travelog-figure {
	margin-bottom: 5px;
	position: relative;
	max-height: 120px;
	overflow: hidden;
}
.travelog-figure img {
	width: 100%;
}
.article_heart {
	position: absolute;
	top: -3px;
	left: -3px;
}
.ranking_list-item.travelog_list-right--item::before {
	content: attr(data-label);
	display: inline-block;
	background: #ff0;
	border: 2px solid;
	background: linear-gradient(135deg, #fff 0%, #fff 50%, #ff0 50%, #ff0 100%);
	width: 25px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	box-sizing: border-box;
	pointer-events: none;
	font-weight: bold;
	padding: 1px 0;
}
.article_banner {
	text-align: center;
}
.cBtn02.cBtn02_new {
	display: none;
}
.swiper-button-next.--ver2, .swiper-button-prev.--ver2 {
	background-image: url("https://img.undernavi.com/front/pc/shop/L.png");
	background-size: contain;
	width: 50px;
}
.swiper-container-denial .swiper-button-next.--ver2, .swiper-container-denial .swiper-button-prev.--ver2 {
	background: none;
}
.swiper-button-next.--ver2 {
	transform: translateY(0%) rotateZ(180deg);
}
.ads-container {
	flex-wrap: nowrap !important;
}
.ad-button::before {
	content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: rgba(255,255,255,0.1); transform: rotate(45deg); pointer-events: none; transition: all 0.5s ease;
}
.ad-button:hover::before {
	left: 100%; top: 100%;
}
.ad-button:active {
	transform: translateY(2px); box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
