@charset "UTF-8";
/* index.CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Shippori+Mincho:wght@400;500;600&display=swap");

:root {
	--main-color: #a8636c;
}

#PageName {
	width: 1024px;
	margin: 10px auto;
	font-weight: bold;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}

.contents {
	color: #272727;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-feature-settings: "palt";
}

.contents__inner {
	background-image: url(/attending/kokunai/sakura/common/images/bg__common01.jpg);
	background-repeat: repeat;
	padding-top: 30px;
}

section {
	padding: 70px 0 50px;
	overflow: hidden;
}

.Heading__h2 {
	position: relative;
	font-size: 30px;
	text-align: center;
	padding-top: 30px;
}
.Heading__h2 span {
	font-size: 12px;
}

.Heading__h2:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(/attending/kokunai/sakura/common/images/heading__deco01.png);
	background-repeat: no-repeat;
	width: 411px;
	height: 44px;
}

.Heading__h2:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(/attending/kokunai/sakura/common/images/heading__deco02.png);
	background-repeat: no-repeat;
	width: 290px;
	height: 15px;
}

/* keyvisual */
.keyvisual {
	position: relative;
	background-image: url(/attending/kokunai/sakura/images/keyvisual__index--BP23-048085D.png);
	background-repeat: no-repeat;
	max-width: 1240px;
	height: 450px;
	margin: 0 auto;
}

.keyvisual p {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
}

/* ボタン */
.Group__btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 40px 0 20px;
}

.Common__btn {
	background-image: url(/attending/kokunai/sakura/common/images/btn__normal.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 157px;
	height: 78px;
	font-size: 17px;
	line-height: 1.4;
	text-align: center;
	transition: background-image 0.5s, color 0.5s;
}

.Common__btn:hover {
	background-image: url(/attending/kokunai/sakura/common/images/btn__active.png);
	color: #fff;
}

.Common__btn--link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.Btn__hover {
	transition: opacity 0.5s;
}

.Btn__hover:hover {
	opacity: 0.5;
}

/* おすすめのお花見ツアー */
.Group__recommend {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 50px;
	column-gap: 21px;
	row-gap: 41px;
}

.Block__recommended {
	display: flex;
	box-shadow: 0 2.5rem 2rem -2rem rgba(103, 26, 26, 0.15);
	width: 240px;
	height: auto;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
}

/* .Block__recommended:not(:nth-child(4n)) {
	margin-right: 21px;
}

.Block__recommended:not(:nth-last-child(-n + 4)) {
	margin-bottom: 41px;
} */

.Recommended__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: opacity 0.5s;
}

.Recommended__link:hover {
	opacity: 0.5;
}

.Block__recommended__inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-color: #fff;
	height: 100%;
	padding: 10px;
}

.Recommended__dest {
	background-color: var(--main-color);
	width: 100%;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	padding: 2.5px 0 4px 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.Recommended__label__items {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 10px;
}

.Recommended__label__item {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	width: calc(50% - 5px);
	background-color: #f8f8f8;
	border: solid 1px #e5e2e0;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	color: #5d5d5d;
	padding: 2.5px 0 4px;
}

.Recommended__price {
	margin-top: auto;
}

.Recommended__title {
	display: -webkit-box;
/*	-webkit-line-clamp: 3;*/
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: 600;
	margin-top: 10px;
    letter-spacing: 0.07em;
}

.Recommended__caption {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.Recommended__price {
	width: 100%;
	font-weight: 600;
	color: #db2100;
	text-align: right;
}

.Group__dept {
	background-color: #fff;
	margin-top: 50px;
	padding: 20px 40px;
}

.Heading__h3 span.fs12 {
    font-size: 12px;
}

.Heading__h3__dept {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: var(--main-color);
}

.Heading__h3__dept::before,
.Heading__h3__dept::after {
	content: "";
	background-image: url(/attending/kokunai/sakura/common/images/heading__deco03.png);
	background-repeat: no-repeat;
	width: 21px;
	height: 15px;
	margin-top: 3px;
}

.Heading__h3__dept::before {
	margin-right: 10px;
}

.Heading__h3__dept::after {
	margin-left: 10px;
}

.Dept__items {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 20px;
}

.Dept__item {
	position: relative;
	transition: color 0.5s;
}

.Dept__item:hover {
	color: var(--main-color);
}

.Dept__item::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -15px;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid var(--main-color);
	border-right: 2px solid var(--main-color);
	transform: translateY(-50%) rotate(45deg);
}

.Dept__link {
	display: block;
}

/* お花見に人気の桜の名所・スポット */
.Sec__spot {
	position: relative;
	background-image: url(/attending/kokunai/sakura/common/images/bg__common02.jpg);
	background-repeat: repeat;
}

.Sec__spot::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 510px);
	transform: translateX(-50%);
	background-image: url(/attending/kokunai/sakura/common/images/bg__deco01.png);
	background-repeat: no-repeat;
	width: 560px;
	height: 148px;
}

.Group__spot {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 30px;
	margin-top: 50px;
}

.Spot__item {
	position: relative;
	width: 310px;
	margin-bottom: 20px;
}

.Spot__best {
	position: relative;
	top: -18px;
	display: inline-block;
	background-color: #272727;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	padding: 5px 5px 5px 10px;
	z-index: 1;
}

.Spot__best::after {
	content: "";
	position: absolute;
	top: 0;
	right: -10px;
	display: block;
	background-color: #272727;
	width: 20px;
	height: 100%;
	transform: skewX(-20deg);
	z-index: -1;
}

.Spot__name {
	font-size: 22px;
	margin-top: -10px;
}

.Spot__name span {
	display: inline-block;
	font-size: 16px;
	color: var(--main-color);
	margin-left: 10px;
}

.Spot__caption {
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
	color: #5d5d5d;
	margin-top: 5px;
}

.Spot__btn {
	text-align: right;
	margin-top: 15px;
}

.Spot__btn--link {
	position: relative;
	display: inline-block;
	background-color: var(--main-color);
	border-radius: 100px;
	color: #fff;
	text-align: center;
	padding: 8px 80px;
}

.Spot__btn--link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 23px;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid rgba(255, 255, 255, 1);
	border-right: 1px solid rgba(255, 255, 255, 1);
	transform: translateY(-50%) rotate(45deg);
}

/* 桜・お花見に人気のエリア */
.Sec__area {
	position: relative;
}

.Sec__area::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% + 510px);
	transform: translateX(-50%);
	background-image: url(/attending/kokunai/sakura/common/images/bg__deco02.png);
	background-repeat: no-repeat;
	width: 560px;
	height: 148px;
}

#Sec__area [id^="Area__"] {
	margin-top: 50px;
}
[class^="Area__"] {
	/* padding-top: 50px; */
}

.Heading__area__outer {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 30px;
}

.Heading__area__outer:before,
.Heading__area__outer:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #272727;
}

.Heading__area__outer:before {
	margin-right: 2rem;
}

.Heading__area__outer:after {
	margin-left: 2rem;
}

[class^="Area__"] .Heading__area {
	position: relative;
	display: inline-block;
	background-color: #272727;
	font-size: 22px;
	color: #fff;
	text-align: center;
}

[class^="Area__"] .Heading__area::before,
[class^="Area__"] .Heading__area::after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	width: 27px;
	height: 27px;
	border-top: 1px solid #272727;
	border-right: 1px solid #272727;
}

[class^="Area__"] .Heading__area::before {
	left: -20px;
	transform: translateY(-50%) rotate(-135deg) skew(14deg, 14deg) scale(1.05);
}

[class^="Area__"] .Heading__area::after {
	right: -20px;
	transform: translateY(-50%) rotate(45deg) skew(14deg, 14deg) scale(1.05);
}

[class^="Area__"] .Heading__area__inner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 220px;
	height: 50px;
}

[class^="Area__"] .Heading__area__inner::before,
[class^="Area__"] .Heading__area__inner::after {
	content: "";
	position: absolute;
	top: 0;
	display: inline-block;
	border-style: solid;
}

[class^="Area__"] .Heading__area__inner::before {
	left: -15px;
	border-width: 25px 15px 25px 0;
	border-color: transparent #272727 transparent transparent;
}

[class^="Area__"] .Heading__area__inner::after {
	right: -15px;
	border-width: 25px 0 25px 15px;
	border-color: transparent transparent transparent #272727;
}

.Tour__cassette {
	display: flex;
	flex-direction: column;
	width: 27rem;
	height: auto;
}
.Tour__cassette:has(.Area__txt--link02:hover) {
	opacity: .7;
}
.Tour__cassette figure img {
	width: 270px;
	height: 180px;
	object-fit: cover;
}
.Tour__cassette figure {
	position:relative;
}
.Tour__cassette figure figcaption {
	position:absolute;
	bottom:20px;
	left:10px;
	font-size:12px;
	font-weight: 400;
	font-family:sans-serif;
	color:#fff;
	text-shadow: 
	-1px -1px 2px rgba(0, 0, 0, 0.9),
	1px 1px 2px rgba(0, 0, 0, 0.9),
	-1px 1px 2px rgba(0, 0, 0, 0.9),
	1px -1px 2px rgba(0, 0, 0, 0.9)
	;
}

.Tour__swiper-link {
}

.Tour__cassette__inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-color: #fff;
	height: 100%;
	padding-bottom: 20px;
}

.Area__best {
	position: relative;
	top: -18px;
	display: inline-block;
	background-color: var(--main-color);
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	padding: 5px 5px 5px 10px;
	z-index: 1;
}

.Area__best::after {
	content: "";
	position: absolute;
	top: 0;
	right: -10px;
	display: block;
	background-color: var(--main-color);
	width: 20px;
	height: 100%;
	transform: skewX(-20deg);
	z-index: -1;
}

.Area__name {
	font-size: 22px;
	margin-top: -10px;
	padding: 0 15px;
}

.Area__name span {
	display: inline-block;
	font-size: 16px;
	color: var(--main-color);
	margin-left: 10px;
}

.Area__caption {
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 0 15px;
    color: #5d5d5d;
    letter-spacing: 0.07em;
}

.Area__link {
	width: 100%;
	text-align: right;
	margin-top: auto;
	padding: 0 15px;
}

.Area__txt--link {
	position: relative;
	display: inline-block;
	border-bottom: solid 1px #dedddd;
	line-height: 1;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 15px;
	transition: border 0.5s, color 0.5s;
}

.Area__txt--link:hover {
	border-bottom: solid 1px var(--main-color);
	color: var(--main-color);
}

.Area__txt--link::after {
	content: "";
	position: absolute;
	bottom: 18px;
	right: 0;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #dedddd;
	border-right: 1px solid #dedddd;
	transform: rotate(45deg);
	transition: border 0.5s;
}

.Area__txt--link::after:hover {
	border-top: 1px solid var(--main-color);
	border-right: 1px solid var(--main-color);
}

.Area__txt--link02 {
	position: absolute;
	inset: 0;
}
.Area__btn--link {
	position: relative;
	background-color: var(--main-color);
	border-radius: 100px;
	color: #fff;
	text-align: center;
	margin: 20px 60px;
	padding: 0;
}
.Area__btn--link button {
	padding: 12px 0;
	width: 100%;
	font-size: 18px;
}
	
.Area__btn--link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 23px;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid rgba(255, 255, 255, 1);
	border-right: 1px solid rgba(255, 255, 255, 1);
	transform: translateY(-50%) rotate(45deg);
}

.Tour__swiper-outer {
	position: relative;
}

.Tour__swiper {
	--swiper-theme-color: var(--main-color);
	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.3s;
	cursor: pointer;
}

.Tour__swiper-button-next:hover,
.Tour__swiper-button-prev:hover {
	opacity: 0.7;
}

.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;
}

/* テーマから桜・お花見ツアーを探す */
.Sec__theme {
	position: relative;
	background-image: url(/attending/kokunai/sakura/common/images/bg__common02.jpg);
	background-repeat: repeat;
}

.Sec__theme::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 510px);
	transform: translateX(-50%);
	background-image: url(/attending/kokunai/sakura/common/images/bg__deco01.png);
	background-repeat: no-repeat;
	width: 560px;
	height: 148px;
}

.Group__theme {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 30px;
	margin-top: 50px;
}

.Theme__item {
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	/* border: solid 1px #e5e1de; */
	outline: 1px solid #e5e1de;
	outline-offset: -1px;
	box-shadow: 0 2.5rem 2rem -2rem rgba(103, 26, 26, 0.15);
	width: 310px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.Theme__item__text {
	display: flex;
	flex-direction: column;
	height: 100%;
    padding-bottom: 40px;
}

.Theme__name {
	font-size: 22px;
	padding: 5px 15px 0;
}

.Theme__caption {
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
	padding: 5px 15px 20px;
    color: #5d5d5d;
    letter-spacing: 0.07em;
}

.Theme__btn {
/*	margin-top: auto;*/
	text-align: right;
	padding: 0 15px;
    position: absolute;
    bottom: 20px;
    right: 0;
}

.Theme__btn--link {
	position: relative;
	display: inline-block;
	background-color: var(--main-color);
	border-radius: 100px;
	color: #fff;
	text-align: center;
	padding: 8px 50px;
}

.Theme__btn--link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 23px;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid rgba(255, 255, 255, 1);
	border-right: 1px solid rgba(255, 255, 255, 1);
	transform: translateY(-50%) rotate(45deg);
}

/* 希望の条件からお花見ツアーを探す */
.Sec__search {
	position: relative;
}

.Sec__search::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% + 510px);
	transform: translateX(-50%);
	background-image: url(/attending/kokunai/sakura/common/images/bg__deco02.png);
	background-repeat: no-repeat;
	width: 560px;
	height: 148px;
}

.Search_module--horizontal {
	margin: 50px auto 0 !important;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
}

.Group__search {
	display: flex;
	justify-content: space-between;
	column-gap: 40px;
}

.Search__item {
	width: 100%;
	margin-top: 40px;
}

.Search__btn--common {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	width: 100%;
	font-size: 18px;
	color: #fff;
	padding: 15px 0;
}

.Search__btn--common::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 23px;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid rgba(255, 255, 255, 1);
	border-right: 1px solid rgba(255, 255, 255, 1);
	transform: translateY(-50%) rotate(45deg);
}

.Search__btn--main,
.Search__btn--dp {
	background-color: var(--main-color);
}

.Search__btn--sub,
.Search__btn--hotel {
	background-color: #272727;
}
#Search input[type="text"] {
    font-weight: 400;
}
#Search select {
    font-weight: 400;
}
.Search__checkbox-txt {
    font-weight: 400;
}
.Search__hit-wrap {
    font-weight: 400;
}

/* お役立ち情報 */
.Sec__information {
	position: relative;
	background-image: url(/attending/kokunai/sakura/common/images/bg__common02.jpg);
	background-repeat: repeat;
}

.Sec__information::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 510px);
	transform: translateX(-50%);
	background-image: url(/attending/kokunai/sakura/common/images/bg__deco01.png);
	background-repeat: no-repeat;
	width: 560px;
	height: 148px;
}

.Sec__information .Heading__h3 {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	font-size: 26px;
	line-height: 1.4;
	margin-top: 50px;
}

.Sec__information .Heading__h3::before {
	content: "";
	background-image: url(/attending/kokunai/sakura/common/images/heading__deco03.png);
	background-repeat: no-repeat;
	width: 21px;
	height: 15px;
	margin-right: 10px;
}

.Sec__information .Group__news .Heading__h3 {
	margin-top: 0;
}

.Sec__information .Heading__h3 .Heading__h3__inner {
	border-bottom: solid 1px #5d5d5d;
	padding-bottom: 5px;
}

.Group__best {
	margin-top: 20px;
}

.Group__best dl {
	border-bottom: solid 1px #dedddd;
	margin: 20px 0;
	padding-bottom: 20px;
}

.Best__heading {
	position: relative;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
}

.Best__icn-plus {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 34px;
	height: 34px;
	border: solid 1px #272727;
	border-radius: 50%;
	transform: translateY(-50%);
}

.Best__icn-plus-inner {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.Best__icn-plus-inner::before,
.Best__icn-plus-inner::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 1px;
	height: 15px;
	background-color: #272727;
	transform: translate(-50%, -50%);
}

.Best__icn-plus-inner::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.active .Best__icn-plus-inner::before {
	transform: translate(-50%, -50%) rotate(90deg);
}

/* 表組 */
.Group__best table {
	border-collapse: collapse;
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.Group__best table th {
	background-color: #fff;
	border-right: dotted 2px rgba(153, 153, 153, 0.25);
	border-bottom: dotted 2px rgba(153, 153, 153, 0.25);
	font-size: 18px;
	line-height: 1;
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
	padding: 15px 0 15px 20px;
}

table th.ruled-line01 {
	border-bottom: none;
}

.Group__best table th span {
	font-size: 14px;
	color: var(--main-color);
	margin-left: 10px;
}

.Group__best table td {
	font-size: 14px;
	line-height: 1;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
	padding: 15px 0;
}

table td.ruled-line01 {
	border-right: dotted 2px rgba(153, 153, 153, 0.25);
	border-bottom: dotted 2px rgba(153, 153, 153, 0.25);
}

table td.ruled-line02 {
	border-right: dotted 2px rgba(153, 153, 153, 0.25);
}

table td.ruled-line03 {
	border-right: none;
}

td.month {
	background-color: var(--main-color) !important;
	width: 83px;
	color: #fff;
}

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

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

td.relative {
	position: relative;
}

td .maker {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	/* align-items: center; */
	background-color: var(--main-color);
	height: 4px;
}

td .maker::before,
td .maker::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	background-color: #fcefef;
	border: solid 3px var(--main-color);
	border-radius: 50%;
	width: 15px;
	height: 15px;
}

td .maker::before {
	left: 0px;
}

td .maker::after {
	right: 0px;
}

td .line01 {
	width: 83px;
}

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

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

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

td .line05 {
	width: calc(83px * 5);
}
td .line06 {
	width: calc(83px * 6);
}
td .line07 {
	width: calc(83px * 7);
}
td .line08 {
	width: calc(83px * 8);
}
td .line09 {
	width: calc(83px * 9);
}

td:not(.blank) {
	background-color: #fff;
}

.Best__notice {
	font-size: 12px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
	color: #5d5d5d;
	text-align: right;
}

.Group__qa {
	margin-top: 20px;
}

details {
	border-bottom: solid 1px #dedddd;
}

summary {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: var(--page-color);
	list-style: none;
	padding: 20px 0;
	cursor: pointer;
}

summary::-webkit-details-marker {
	display: none;
}

summary::before {
	content: "Q";
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #272727;
	border-radius: 50%;
	width: 46px;
	height: 46px;
	font-size: 22px;
	color: #fff;
	padding-bottom: 4px;
}

.Summary__inner {
	position: relative;
	width: calc(100% - 40px);
	font-size: 18px;
	color: #272727;
	padding-left: 20px;
}

.Faq__icn-plus {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 34px;
	height: 34px;
	border: solid 1px #272727;
	border-radius: 50%;
	transform: translateY(-50%);
}

.Faq__icn-plus-inner {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.Faq__icn-plus-inner::before,
.Faq__icn-plus-inner::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 1px;
	height: 15px;
	background-color: #272727;
	transform: translate(-50%, -50%);
}

.Faq__icn-plus-inner::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.is-opened .Faq__icn-plus-inner::before {
	transform: translate(-50%, -50%) rotate(90deg);
}

.Faq__content {
	overflow: hidden;
}

.Faq__text {
	display: flex;
	justify-content: flex-start;
	font-size: 15px;
	padding: 0 0 20px;
}

.Faq__text span {
	width: calc(100% - 100px);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
	padding-left: 20px;
    letter-spacing: 0.07em;
}

.Faq__text::before {
	content: "A";
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--main-color);
	border-radius: 50%;
	width: 46px;
	height: 46px;
	font-size: 22px;
	color: #ffff;
	padding-bottom: 4px;
}

.Group__news {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.Group__news__inner {
	background-color: #fff;
	border: solid 1px #e5e1de;
	box-shadow: 0 2.5rem 2rem -2rem rgba(103, 26, 26, 0.15);
	transition: box-shadow 0.5s, opacity 0.5s;
	width: 700px;
}

.Group__news__inner:hover {
	box-shadow: none;
	opacity: 0.5;
}

.News__link {
	display: flex;
	justify-content: space-between;
}

.Group__news__inner figure {
	width: 310px;
}

.News__text {
	display: flex;
	flex-direction: column;
	font-size: 18px;
	width: calc(100% - 310px);
	padding: 10px;
}

.News__more {
	width: 100%;
	text-align: right;
	margin-top: auto;
	padding: 0 15px;
}

.News__txt--more {
	position: relative;
	display: inline-block;
	border-bottom: solid 1px #dedddd;
	line-height: 1;
	padding-right: 20px;
	padding-bottom: 15px;
}

.News__txt--more::after {
	content: "";
	position: absolute;
	bottom: 18px;
	right: 0;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #dedddd;
	border-right: 1px solid #dedddd;
	transform: rotate(45deg);
}

/* お花見の現地ブログを見る */
.Sec__blog {
	position: relative;
}

.Sec__blog::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% + 510px);
	transform: translateX(-50%);
	background-image: url(/attending/kokunai/sakura/common/images/bg__deco02.png);
	background-repeat: no-repeat;
	width: 560px;
	height: 148px;
}

.Blog__notice {
	display: block;
	font-size: 12px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
	text-align: center;
	margin: 30px 0 20px;
}

.Group__blog {
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
}

.Blog__item {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background-color: #fff;
	box-shadow: 0 2.5rem 2rem -2rem rgba(103, 26, 26, 0.15);
	width: calc(100% / 2 - 10px);
	transition: box-shadow 0.5s, opacity 0.5s;
}

.Blog__item:hover {
	box-shadow: none;
	opacity: 0.5;
}

.Blog__item .photo {
	width: 215px;
	height: 164px;
}

.Blog__item .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.Blog__item .text {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 215px);
	padding: 15px;
}

.Blog__item .text .pref {
	width: 50%;
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
	color: var(--main-color);
}

.Blog__item .text .day {
	width: 50%;
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
	text-align: right;
}

.Blog__item .text .ttl {
	width: 100%;
	margin-top: 10px;
}
.Blog__item a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.Blog__btn {
	text-align: center;
	margin-top: 30px;
}

.Blog__btn--link {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #272727;
	border-radius: 100px;
	width: 420px;
	font-size: 18px;
	color: #fff;
	margin: 0 auto;
	padding: 15px 0;
}

.Blog__btn--link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 23px;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid rgba(255, 255, 255, 1);
	border-right: 1px solid rgba(255, 255, 255, 1);
	transform: translateY(-50%) rotate(45deg);
}

/* その他おすすめ特集_start */
.Sec__feature {
	position: relative;
	background-image: url(/attending/kokunai/sakura/common/images/bg__common02.jpg);
	background-repeat: repeat;
}

.Sec__feature::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 510px);
	transform: translateX(-50%);
	background-image: url(/attending/kokunai/sakura/common/images/bg__deco01.png);
	background-repeat: no-repeat;
	width: 560px;
	height: 148px;
}

.Sec__feature .swiper-slider__outer {
}

.swiper-slider__outer {
	position: relative;
	margin-top: 50px;
}

.bannerCassette_content .bannerImg {
	width: 230px;
	height: 173px;
	transition: opacity 0.5s;
}

.bannerCassette_content .bannerImg:hover {
	opacity: 0.5;
}

/* swiper */
.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 {
	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.3s;
	cursor: pointer;
}

.swiper-button-prev:active,
.swiper-button-next:active {
	transition: all 0.3s;
	opacity: 0.5;
}

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

.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;
}
/* その他おすすめ特集_end */

.guard img {
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}

.Footer_note:first-of-type{
	text-align: right;
}

.swiper-container-horizontal > .swiper-scrollbar {
	z-index: 10!important;
}