@charset "UTF-8";
/* CSS Document */
/* @import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap); */
:root {
	--primary-color01: #a04836;
	--secondary-color02: #671e10;
}

/* 終了告知文 */
.post {
	font-size: 22px;
	font-weight: 600;
	color: #c00;
	text-align: center;
	margin-top: 10px;
}

/* H1 */
#PageName {
	width: 1024px;
	margin: 10px auto;
	font-weight: bold;
}

#btnToTop{
	background: url(/attending/kokunai/momiji/images/btnToTop.png) no-repeat center / contain;
	width: 90px;
	height: 90px;
	bottom: -100px
}
.common_inner {
	width: 1024px;
	margin: 0 auto;
}
.trendnews {
	margin-bottom: 100px;
}
.contents a {
	transition: opacity 0.3s;
	cursor: pointer;
}
.mv {
	position: relative;
	background: url(/attending/kokunai/momiji/images/EBL15-38502D.jpg) no-repeat center;
	background-size: cover;
	height: 480px;
}
.mv .mv_ttl {
	position: absolute;
	top: 48px;
	left: 0;
	right: 0;
	margin: auto;
	width: 431px;
}
.mv .mv_txt {
	/* font-family: "Noto Serif JP", serif; */
	font-family: serif;
	font-size: 13px;
	font-weight: 600;
	padding: 2px 5px 2px 5px;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	right: 50%;
	transform: translateX(500px);
}
.momiji_wrap {
	padding: 70px 0;
	position: relative;
}
.bg_red {
	background: url(/attending/kokunai/momiji/images/bg_orange.png) repeat;
}
.bg_pink {
	background: url(/attending/kokunai/momiji/images/bg_pink.png) repeat;
}
.bg_yellow {
	background: url(/attending/kokunai/momiji/images/bg_yellow.png) repeat;
}
.deco__left::after {
	content: "";
	display: block;
	width: 122px;
	height: 94px;
	background: url(/attending/kokunai/momiji/images/deco__left.png) no-repeat;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-514px);
}
.deco__right::after {
	content: "";
	display: block;
	width: 97px;
	height: 72px;
	background: url(/attending/kokunai/momiji/images/deco__right.png) no-repeat;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(425px);
}
/*seo start*/
.seo {
	padding: 50px 0 !important;
}
.seo p {
	width: 650px;
	margin: 0 auto;
	font-size: 15px;
	/* font-family: "Noto Serif JP", serif; */
	font-family: serif;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 0.08em;
	line-height: 1.8;
}
.seo .common_inner {
	position: relative;
}
.seo .common_inner::after {
	content: "";
	display: block;
	width: 85px;
	height: 63px;
	background: url(/attending/kokunai/momiji/images/seo_deco01.png) no-repeat;
	position: absolute;
	top: -40px;
	left: 50px;
}
.seo .common_inner::before {
	content: "";
	display: block;
	width: 109px;
	height: 75px;
	background: url(/attending/kokunai/momiji/images/seo_deco02.png) no-repeat;
	position: absolute;
	bottom: -40px;
	right: 50px;
}

/*アンカーstart*/
.navi_list {
	width: 1024px;
	margin: 0 auto;
	padding: 15px 0 25px;
}
.navi_list ul {
	display: flex;
	justify-content: flex-start;
	margin-top: 10px;
	position: relative;
}
.navi_list ul::after {
	content: "";
	width: 1px;
	height: 42px;
	display: block;
	background-color: #e5e5e5;
	position: absolute;
	right: 0;
	top: 9px;
}
.navi_list ul li {
	position: relative;
	transition: 0.5s;
}
.navi_list ul li::after {
	content: "";
	width: 1px;
	height: 42px;
	display: block;
	background-color: #e5e5e5;
	position: absolute;
	left: 0;
	top: 9px;
}
.navi_list ul li:hover::before {
	content: "";
	width: 213px;
	height: 1px;
	display: block;
	background-color: #c49a56;
	position: absolute;
	bottom: 0;
	left: 25px;
}
.navi__item a {
	width: 256px;
	height: 60px;
	display: flex;
	align-items: center;
	padding: 0 0 0 25px;
	/* font-family: "Noto Serif JP", serif; */
	font-family: serif;
	font-size: 14px;
	font-weight: 500;
	color: #333333;
	position: relative;
	transition: 0.5s;
}
.navi__item a::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 15px;
	background: #ffffff;
	border: 1px solid #333333;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
}
.navi__item a::after {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	top: 49%;
	right: 20px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	transform: translateY(-50%) rotate(135deg);
	transition: 0.3s;
}
.navi__item a:hover {
	color: #c49a56;
}
.navi__item a:hover::before {
	background: #c49a56;
	border: 1px solid #c49a56;
}
.navi__item a:hover::after {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.navi_list ul:nth-child(2) li:nth-child(4) a::after {
	transform: translateY(-50%) rotate(45deg);
	top: 50%;
	right: 21px;
}
h2:not(.spot_heading):not(.heading-recommended) {
	display: block;
	/* font-family: "Noto Serif JP", serif; */
	font-family: serif;
	font-weight: 500;
	color: #000000;
	font-size: 34px;
	letter-spacing: 0.09em;
	line-height: 1.4;
	text-align: center;
	padding-bottom: 20px;
	position: relative;
	margin: 0 auto 40px;
}
h2:not(.spot_heading):not(.heading-recommended)::after {
	content: "";
	display: block;
	width: 250px;
	height: 2px;
	background: url(/attending/kokunai/momiji/images/line.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.search__tour h3 {
	display: block;
	/* font-family: "Noto Serif JP", serif; */
	font-family: serif;
	font-weight: 500;
	color: #000000;
	font-size: 30px;
	letter-spacing: 0.09em;
	line-height: 1.4;
	text-align: center;
	margin: 0 auto 40px;
}
.search__tour h3 span {
	display: inline-block;
	position: relative;
	padding-left: 55px;
}
.search__tour h3 span::before {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    left: 0;
    width: 49px;
    height: 44px;
    background: url(/attending/kokunai/momiji/images/il__autumn-leaves.png) no-repeat;
}
.bg_red h2 {
	color: #ffffff !important;
}
.bg_red h2::after {
	background: url(/attending/kokunai/momiji/images/line_white.png) no-repeat !important;
}
/*おすすめツアーstart*/
.tour_box {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.tour {
	display: flex;
	flex-direction: column;
	width: 241px;
	height: auto !important;
	margin-right: 20px;
	margin-bottom: 30px;
	position: relative;
	background: #fff;
	overflow: hidden;
	box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.2);
	font-family: "Noto Sans JP", sans-serif;
}
.tour:nth-child(4n) {
	margin-right: 0;
}
.Tour__details {
	height: 100%;
}
.tour a {
	display: block;
	height: 100%;
	transition: 0.3s;
}
.tour a:hover {
	opacity: 0.7;
}
.tour__photo {
	width: 100%;
	height: 183px;
	overflow: hidden;
}
.tour dl {
	padding: 10px;
}
.tour .point,
.tour_box .tour .point {
	background: var(--primary-color01);
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	text-align: left;
	padding: 3px 10px 3px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.tour .icon_wrap {
	white-space: normal;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.tour .depart,
.tour .icon {
	font-size: 12px;
	font-weight: 600;
	padding: 3px;
	text-align: center;
	color: var(--primary-color01);
	background-color: #f7ecea;
	border: var(--primary-color01) solid 1px;
	margin-top: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tour .depart {
	width: 48.5%;
}
.tour .icon {
	width: 48.5%;
}
.tour .ttl {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 10px;
	text-align: left;
}
.tour .txt {
	margin-top: 10px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 30px;
}
.tour .price {
	font-size: 16px;
	font-weight: 600;
	color: #ff0000;
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.Search__form {
	border-radius: 0 !important;
}
/*おすすめツアーBOT*/
.navi_list__bot {
	padding: 20px;
	background-color: #ffffff;
	margin-top: 30px;
}
.navi_list__bot ul {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
/*
.navi_list__bot ul::after {
    content: "";
    width: 1px;
    height: 42px;
    display: block;
    background-color: #E5E5E5;
    position: absolute;
    right: 0;
    top: 9px;
}
*/
.navi_list__bot ul li {
	position: relative;
	transition: 0.5s;
}
/*
.navi_list__bot ul li::after{
    content: "";
    width: 1px;
    height: 42px;
    display: block;
    background-color: #E5E5E5;
    position: absolute;
    left: 0;
    top: 9px;
}
*/
.navi_list__bot ul li:hover::before {
	content: "";
	width: 50px;
	height: 1px;
	display: block;
	background-color: #c49a56;
	position: absolute;
	bottom: 10px;
	left: 15px;
}
.navi__item02 a {
	display: block;
	padding: 20px 30px 20px 15px;
	/* font-family: "Noto Serif JP", serif; */
	font-family: serif;
	font-size: 15px;
	font-weight: 500;
	color: #333333;
	position: relative;
	transition: 0.5s;
}
.navi__item02 a::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 10px;
	background: #ffffff;
	border: 1px solid #333333;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
}
.navi__item02 a::after {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	top: 50%;
	right: 16px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s;
}
.navi__item02 a:hover {
	color: #c49a56;
}
.navi__item02 a:hover::before {
	background: #c49a56;
	border: 1px solid #c49a56;
}
.navi__item02 a:hover::after {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/*エリアから探す*/
.map-area {
	position: relative;
	text-align: center;
	margin: 60px 0;
}
.map-area .map_intro {
	width: 286px;
	padding: 20px 15px;
	background-color: #f2e3ba;
	position: absolute;
	top: 0;
	left: 0;
}
.map-area img {
	width: auto;
}
.map-area .map_intro p {
	/* font-family: "Noto Serif JP", serif; */
	font-family: serif;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1.7;
}
.map-area .map_intro .ttl {
	color: var(--primary-color01);
	font-size: 22px;
	margin-bottom: 10px;
}
.map-area .map_intro .txt {
	color: #333333;
	font-size: 15px;
}
.map-area .map_btn {
	position: absolute;
}
.map-area .map_btn a {
	position: relative;
	display: block;
	width: 175px;
	padding: 15px 20px 15px 0;
	background-color: #ffffff;
	color: #333333;
	/* font-family: "Noto Serif JP", serif; */
	font-family: serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-align: center;
	box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s;
}
.map-area .map_btn a:hover {
	transform: scale(0.97);
}
.map-area .map_btn a::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 20px;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
}
.map-area .map_btn a::after {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	top: 49%;
	right: 25px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	transform: translateY(-50%) rotate(135deg);
	transition: 0.3s;
}
/*ボタン色*/
.map-area .map_btn.map_btn-01 a::before {
	background: #698ec3;
}
.map-area .map_btn.map_btn-02 a::before {
	background: #73adb4;
}
.map-area .map_btn.map_btn-03 a::before {
	background: #89c685;
}
.map-area .map_btn.map_btn-04 a::before {
	background: #d8cc81;
}
.map-area .map_btn.map_btn-05 a::before {
	background: #c67531;
}
.map-area .map_btn.map_btn-06 a::before {
	background: #e58673;
}
.map-area .map_btn.map_btn-07 a::before {
	background: #dda8bf;
}
/*ボタン位置*/
.map-area .map_btn.map_btn-01 {
	right: 45px;
	top: 135px;
}
.map-area .map_btn.map_btn-02 {
	right: 145px;
	top: 270px;
}
.map-area .map_btn.map_btn-03 {
	right: 218px;
	bottom: 88px;
}
.map-area .map_btn.map_btn-04 {
	left: 325px;
	top: 195px;
}
.map-area .map_btn.map_btn-05 {
	left: 362px;
	bottom: -45px;
}
.map-area .map_btn.map_btn-06 {
	left: 147px;
	bottom: 183px;
}
.map-area .map_btn.map_btn-07 {
	left: 10px;
	bottom: 85px;
}
/*人気観光地ランキング*/
.spot_box01 {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
	flex-wrap: nowrap;
	margin-bottom: 60px;
}
.spot_box01 .spot {
	position: relative;
	display: flex;
	flex-direction: column;
	height: auto !important;
}
.spot_box01 .spot .spot_details {
	display: flex;
	flex-direction: column;
	width: 241px;
	height: auto !important;
	margin-right: 20px;
	position: relative;
	background: #fff;
	overflow: hidden;
}
.spot_box01 .spot .spot_details .spot__photo {
	width: 241px;
	height: 180px;
}
.spot_box01 .spot ul {
	padding: 15px 10px;
	position: relative;
}
.spot_ttl {
	text-align: center;
	/* font-family: "Noto Serif JP", serif; */
	font-family: serif;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.07em;
	line-height: 1;
	color: var(--primary-color01);
	margin-bottom: 12px;
}
.spot_ttl span {
	font-size: 15px;
	color: #c97968;
	margin-left: 5px;
}
.spot_txt {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
}
.spot_box01 .spot_txt {
	margin-bottom: 55px;
}
.spot_btn01 {
	position: absolute;
	bottom: 15px;
	left: 10px;
}
.spot_btn01 .btn {
	display: block;
	width: 280px;
	background-color: var(--primary-color01);
	border: 1px solid var(--primary-color01);
	/* font-family: "Noto Serif JP", serif; */
	font-family: serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 12px 10px 0;
	text-align: center;
	position: relative;
	box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s;
}
.spot_box01 .spot_btn01 .btn {
	width: 221px;
}
.spot_btn01 .btn::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	right: 10px;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
}
.spot_btn01 .btn::after {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	top: 49%;
	right: 16px;
	border-top: 1px solid var(--primary-color01);
	border-right: 1px solid var(--primary-color01);
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s;
}
.spot_box01 a {
	transition:0.3s;
}
.spot_box01 a:hover .spot__photo {
	opacity: .7;
	transition:0.3s;
}
.spot_box01 a:hover .spot_btn01 .btn {
	background-color: #f7ecea;
	border: 1px solid var(--primary-color01);
	color: var(--primary-color01);
}
.spot_box01 a:hover .spot_btn01 .btn::before {
	background: var(--primary-color01);
}
.spot_box01 a:hover .spot_btn01 .btn::after {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.spot__01::after {
	content: "";
	display: block;
	width: 63px;
	height: 60px;
	background: url(/attending/kokunai/momiji/images/ranking_nb01.png) no-repeat;
	position: absolute;
	top: -30px;
	left: 0;
}
.spot__02::after {
	content: "";
	display: block;
	width: 63px;
	height: 60px;
	background: url(/attending/kokunai/momiji/images/ranking_nb02.png) no-repeat;
	position: absolute;
	top: -30px;
	left: 0;
}
.spot__03::after {
	content: "";
	display: block;
	width: 63px;
	height: 60px;
	background: url(/attending/kokunai/momiji/images/ranking_nb03.png) no-repeat;
	position: absolute;
	top: -30px;
	left: 0;
}
.spot__04::after {
	content: "";
	display: block;
	width: 63px;
	height: 60px;
	background: url(/attending/kokunai/momiji/images/ranking_nb04.png) no-repeat;
	position: absolute;
	top: -30px;
	left: 0;
}
.link__btn01 {
	margin: 10px auto 0;
}
.link__btn01 a {
	display: block;
	width: 530px;
	background-color: #c49a56;
	border: 1px solid #c49a56;
	/* font-family: "Noto Serif JP", serif; */
	font-family: serif;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	padding: 20px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.2);
	transition: background-color 0.3s, transform 0.3s;
}
.link__btn01 a::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	right: 20px;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
}
.link__btn01 a::after {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	top: 50%;
	right: 26px;
	border-top: 1px solid #c49a56;
	border-right: 1px solid #c49a56;
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s;
}
.link__btn01 a:hover {
	background-color: #ffffff;
	border: 1px solid #c49a56;
	color: #c49a56;
}
.link__btn01 a:hover::before {
	background: #c49a56;
}
.link__btn01 a:hover::after {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.link__btn02 {
	margin: 50px auto 0;
}
.link__btn02 a {
	display: block;
	width: 530px;
	background-color: var(--secondary-color02);
	border: 1px solid var(--secondary-color02);
	/* font-family: "Noto Serif JP", serif; */
	font-family: serif;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	padding: 20px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.2);
	transition: background-color 0.3s, transform 0.3s;
}
.link__btn02 a::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	right: 20px;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
}
.link__btn02 a::after {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	top: 50%;
	right: 26px;
	border-top: 1px solid var(--secondary-color02);
	border-right: 1px solid var(--secondary-color02);
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s;
}
.link__btn02 a:hover {
	background-color: #ffffff;
	border: 1px solid var(--secondary-color02);
	color: var(--secondary-color02);
}
.link__btn02 a:hover::before {
	background: var(--secondary-color02);
}
.link__btn02 a:hover::after {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.spot_box02 {
	display: flex;
	flex-wrap: wrap;
}
.spot_box02 .spot {
	position: relative;
	height: auto;
}
.spot_box02 .spot .spot_details {
	display: flex;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 321px;
	margin-right: 30px;
	margin-bottom: 50px;
	position: relative;
	overflow: hidden;
}
.spot_box02 .spot:nth-child(3n) .spot_details {
	margin-right: 0;
}
.spot_box02 .spot .spot_details .spot__photo {
	position: relative;
	width: 321px;
	height: 240px;
	overflow: hidden;
}

.spot_box02 .spot .spot_details .spot__photo.kamakura::after {
	content: "写真提供：鎌倉市観光協会";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.75);
    font-size: 10px;
    color: #fff;
    padding: 2px 5px;
}
.spot ul {
	padding: 20px 0 60px;
	/*    position: relative;*/
}
.spot .best_time {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #c97968;
	margin-top: 10px;
}
.spot .best_time span {
	font-size: 13px;
	color: #333333;
	margin-right: 10px;
}
.spot_btn02 {
	position: absolute;
	bottom: 50px;
	left: 20px;
}
.spot_btn02 .btn {
	display: block;
	width: 280px;
	background-color: #c97968;
	border: 1px solid #c97968;
	/* font-family: "Noto Serif JP", serif; */
	font-family: serif;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	padding: 10px 13px 10px 0;
	text-align: center;
	position: relative;
	box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s;
}
.spot_btn02 .btn::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	right: 10px;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
}
.spot_btn02 .btn::after {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	top: 50%;
	right: 16px;
	border-top: 1px solid #c97968;
	border-right: 1px solid #c97968;
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s;
}
.spot_btn02 .btn:hover {
	background-color: #f7ecea;
	border: 1px solid #c97968;
	color: #c97968;
}
.spot_btn02 .btn:hover::before {
	background: #c97968;
}
.spot_btn02 .btn:hover::after {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

#sec06 .spot_btn02 .btn {
	background-color: var(--primary-color01);
	border: 1px solid var(--primary-color01);
}
#sec06 .spot_btn02 .btn::after {
	border-top: 1px solid var(--primary-color01);
	border-right: 1px solid var(--primary-color01);
}
#sec06 .spot_btn02 .btn:hover {
	background-color: #f7ecea;
	border: 1px solid var(--primary-color01);
	color: var(--primary-color01);
}
#sec06 .spot_btn02 .btn:hover::before {
	background: var(--primary-color01);
}
#sec06 .spot_btn02 .btn:hover::after {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
/*テーマから探す*/
.theme_list ul {
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
}
.theme__item {
	position: relative;
	background-color: #fff;
	border: solid 1px #808080;
	border-radius: 10px;
	width: 100%;
	padding-bottom: 45px;
	overflow: hidden;
	transition: opacity 0.5s;
}
.theme__item:hover {
	opacity: 0.5;
}
.theme__item img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	aspect-ratio: 4 / 3;
}
.theme__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-color: rgba(0, 0, 0, 0.4); */
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 22px;
	letter-spacing: 0.08em;
	line-height: 1.3;
	/* font-family: "Noto Serif JP", serif; */
	font-family: serif;
	font-weight: 700;
	text-align: center;
	color: #7b171a;
	padding-bottom: 8px;
}
.theme__item::before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background-color: #7b171a;
	position: absolute;
	bottom: 11px;
	right: 10px;
	border-radius: 50%;
	z-index: 10;
}
.theme__item::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	bottom: 19px;
	right: 19px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	z-index: 11;
}
/*FAQ*/
.qa__list {
	margin-bottom: 20px;
	/* font-family: "Noto Serif JP", serif; */
	font-family: serif;
	box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.2);
}
.qa__list dt .qa__title--arrow,
.qa__list dd .qa_contents--txt {
	display: flex;
	justify-content: flex-start;
	padding: 20px;
}
.qa__list dd .qa_contents--txt {
	padding: 20px 65px 20px 20px;
}
.qa__list dt {
	position: relative;
	cursor: pointer;
	background-color: var(--secondary-color02);
	display: flex;
	align-items: center;
}
.qa__list dt .icon_Q {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	color: #791f0d;
	background-color: #ffffff;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 600;
	margin-right: 35px;
}
.qa__list dt .qTxt {
	display: flex;
	align-items: center;
	width: 850px;
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
}
.qa__list dd {
	display: none;
	background-color: #ffffff;
}
.qa__list dd .icon_A {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	color: #791f0d;
	background-color: #f8dfda;
	border: 1px solid #791f0d;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 600;
	margin-right: 35px;
}
.qa__list dd .aTxt {
	width: 850px;
	font-size: 16px;
	letter-spacing: 0.07em;
}
.qa__list dd .aTxt a {
    color: var(--primary-color01);
    font-weight: 600;
    transition: 0.3s;
}
.qa__list dd .aTxt a:hover {
    text-decoration: underline;
}
.qa__list dt::before,
.qa__list dt::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	display: block;
	background-color: #ffffff;
	width: 15px;
	height: 2px;
	transform: translateY(-50%);
	z-index: 10;
}

.qa__list dt:after {
	transform: translateY(-50%);
}

.qa__list dt:before {
	transform: translateY(-50%) rotate(90deg);
}
.qa__list.selected dt:before {
	display: none;
}
.qa__list dt.faq_open:before {
	transform: translateY(-50%);
}
.qa__list:first-of-type dd {
	display: block;
}
/*ブログ*/
.tabiBlog {
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}
.blog_box_parrent {
	position: relative;
	background-color: #fff;
	width: calc(98% / 2);
	height: 177px;
	padding: 15px;
	box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s;
	cursor: pointer;
}
.tabiBlogTmp {
	display: flex;
	justify-content: flex-start;
	position: relative;
}
.tabiBlogTmp .photo {
	overflow: hidden;
	width: 196px;
	height: 147px;
	margin-right: 15px;
}
.tabiBlogTmp .photo img {
	width: 100%;
}
.tabiBlogTmp .text {
	position: relative;
	width: 255px;
}
.blog_box_parrent a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.blog_box_parrent a:hover {
	opacity: 0.9;
}
.blog_box .text .day {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #c7796a;
	margin-bottom: 5px;
}
.blog_box .text .ttl {
	/* font-family: "Noto Serif JP", serif; */
	font-family: serif;
	font-size: 16px;
	font-weight: 500;
}
.blog_box .text .pref {
	display: inline-block;
	background-color: #f7f7f7;
	padding: 5px 15px;
	/* font-family: "Noto Serif JP", serif; */
	font-family: serif;
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	bottom: 0;
	right: 0;
}
.Blog__notice {
	font-size: 1.2rem;
	text-align: right;
	margin-top: -20px;
	margin-bottom: 1rem;
}
/*-----------------おすすめ特集-----------------*/
/* .swiper-container-horizontal > .swiper-scrollbar {
	left: 0 !important;
	width: 100% !important;
	height: 8px !important;
} */

.common_recommend_wapper {
	margin-top: 50px;
}

#SlideBanner {
	width: 974px;
}

.swiper-wrapper {
	margin-bottom: 25px;
}

.bannerCassette_content {
	width: 100%;
}

.bannerCassette_content p {
	padding-top: 10px;
	font-size: 16px;
	line-height: 1.3;
}

.bannerCassette_content p.bannerImg {
	width: 219px;
	height: auto;
}

.bannerCassette_content img {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.swiper-banner-container {
	position: relative;
	width: 1024px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.swiper-banner-container .swiper-slide a {
	display: block;
}

.swiper-banner-container .swiper-slide a:hover {
	opacity: 0.7;
	transition-duration: 0.3s;
	text-decoration: underline;
	color: #4c4c4c;
}

.swiper-button-prev,
.swiper-button-next {
	width: 67px !important;
	height: 67px !important;
	background-size: 67px 67px !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	display: none;
}

/* 次ページボタンのスタイル */
.swiper-button-next {
	background-image: url(/attending/kokunai/momiji/images/arrow.png) !important;
	right: 0 !important;
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
	background-image: url(/attending/kokunai/momiji/images/arrow.png) !important;
	transform: scale(-1, 1); /* 左右反転 */
	left: 0 !important;
}
.swiper-button-next,
.swiper-button-prev {
	margin-top: -40px !important;
}

.noTour {
	text-align: center;
	margin: 20px auto;
	color: #c97968;
	font-weight: bold;
}

.Feature__date {
	width: 974px;
	font-size: 12px;
	text-align: right;
	margin: 10px auto 0;
}

/* swiper */
.Tour__swiper-outer {
	position: relative;
	margin-top: 20px;
}

.Tour__swiper {
	margin: 0 auto;
	padding-bottom: 0;
	position: static;
	overflow: hidden;
	list-style: none;
	z-index: 1;
}

.Tour__swiper:has(.swiper-scrollbar-lock) {
	padding-bottom: 0;
}

.Tour__swiper-button-next.swiper-button-disabled,
.Tour__swiper-button-prev.swiper-button-disabled {
	display: none;
}

.Tour__swiper-button-next,
.Tour__swiper-button-prev {
	position: absolute;
	top: calc(50% - 2rem);
	z-index: 10;
	width: 5rem;
	height: 5rem;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	transition: opacity 0.5s;
	cursor: pointer;
}

.Tour__swiper-button-next:hover,
.Tour__swiper-button-prev:hover {
	opacity: var(--opacity);
}

.Tour__swiper-button-next {
	right: -2.5rem;
	transform: translateY(-50%);
}

.Tour__swiper-button-prev {
	left: -2.5rem;
	transform: translateY(-50%) rotate(180deg);
}

.Tour__swiper-button-next:after,
.Tour__swiper-button-prev:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-top: 2px solid white;
	border-right: 2px solid white;
}

.Tour__swiper-button-next:after {
	transform: translate(-70%, -50%) rotate(45deg);
}

.Tour__swiper-button-prev:after {
	transform: translate(-60%, -50%) rotate(45deg);
}

.swiper-scrollbar {
	background: #e5e5e5;
}

.swiper-scrollbar-drag {
	background: #bebebe;
}

.swiper-wrapper {
	margin-bottom: 30px;
}

.swiper-button-prev {
	top: calc(50% - 15px);
	left: -25px;
}

.swiper-button-next {
	top: calc(50% - 15px);
	right: -25px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	content: none;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	display: none;
}

.swiper-button-prev,
.swiper-button-next {
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	border-radius: 50%;

	width: 5rem;
	height: 5rem;
	z-index: 10;
	transition: opacity 0.3s;
	background-image: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	opacity: var(--opacity);
}

.swiper-button-prev::before,
.swiper-button-next::before {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	width: 8px;
	height: 8px;
}

.swiper-button-prev::before {
	left: 55%;
	transform: translate(-50%, -50%) rotate(-135deg);
}

.swiper-button-next::before {
	left: 45%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.swiper-container-horizontal > .swiper-scrollbar {
	left: 0;
	width: 100%;
	height: 10px;
}

.swiper-slider__outer .swiper-button-prev::before,
.swiper-slider__outer .swiper-button-next::before {
	border-top: 2px solid white;
	border-right: 2px solid white;
}


/* 表組 */
.area_table_h{
	font-family: serif;
	font-weight: 500;
	color: #000000;
	font-size: 26px;
	line-height: 1.2;
	padding: 10px 0;
}
.area_table_h::first-letter{
	color: #791f0d;
}
.area_table_h span{
	font-size: 14px;
}
.area_table_wrap{
	width: 100%;
}
.area_table {
	border-collapse: collapse;
	width: 100%;
	height: auto;
	font-family: serif;
}

.area_table th.region {
	text-decoration: underline;
}

.area_table th {
	font-size: 18px;
	line-height: 1;
	vertical-align: middle;
	text-align: left;
	padding: 15px 0 15px 20px;
	background-color: #fff;
}
.area_table th.period {
	text-align: center;
	padding: 5px 0;
    font-weight: 500;
    line-height: 1.2;
}
.area_table thead th {
	border-right-color: #fff;
}
.area_table thead th:last-of-type {
	border-right-color: #494949;
}
.area_table th:not(.region) {
	background-color: var(--secondary-color02);
	color: #fff;
}
.area_table th span {
	font-size: 14px;
	color: #8b404a;
}

.area_table td {
	font-size: 14px;
	line-height: 1;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
	background-color: #fff;
	position: relative;
}
.area_table td,
.area_table th {
	border: solid 1px #494949;
}
.area_table td ,
.area_table th.period {
	width: 72px;
}
.area_table td ,
.area_table th.region {
	height: 50px;
}


.area_table td img {
	width: 50px;
	position: absolute;
    inset: 0;
	margin:auto;
}
.area_table td:has(img) {
	background-color: #f2e5d0;
}

.area_table td.month {
	background-color: #8b404a !important;
	width: 83px;
	color: #fff;
}

.area_table td.month.dark {
	background-color: #8b404a !important;
}

.area_table td.month:not(:last-child) {
	border-right: solid 1px #fff;
}

.area_table td.relative {
	position: relative;
}


/* .area_table td .line01 {
	width: 83px;
}

.area_table td .line02 {
	width: calc(83px * 2);
}

.area_table td .line03 {
	width: calc(83px * 3);
}

.area_table td .line04 {
	width: calc(83px * 4);
}

.area_table td .line05 {
	width: calc(83px * 5);
} */
#hyperBn{
	bottom:120px;
}