@charset "UTF-8";
/* common spot.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;
	--slick_item-height:450px;
}

#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: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: -30px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(/attending/kokunai/sakura/common/images/heading__deco02.png);
	background-repeat: no-repeat;
	width: 290px;
	height: 15px;
}

.Heading__h2.deco-before::before {
	content: none;
}

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

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

.dest {
	position: absolute;
	bottom: 65px;
	left: 50%;
	transform: translateX(-50%);
	background: rgb(255, 255, 255);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 0.001) 100%);
	font-size: 25px;
	color: #a8636c;
	padding: 5px 100px;
}

.seo {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
	text-align: center;
	margin-top: 40px;
    letter-spacing: 0.08em;
}

/* ボタン */
.Group__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px 0 20px;
	column-gap: 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__search {
	display: flex;
	justify-content: space-between;
	column-gap: 40px;
}

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

.Search__item02 {
	width: 100%;
	position: absolute;
	top: var(--slick_item-height);
}

.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__item02 .Search__btn--common{
	width: 490px;
	margin-inline: auto;
}

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

.Search__btn--sub,
.Search__btn--hotel {
	background-color: #272727;
}

/* おすすめのお花見ツアー */
.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.08em;
}

.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__h4__dept {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: var(--main-color);
}

.Heading__h4__dept::before,
.Heading__h4__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__h4__dept::before {
	margin-right: 10px;
}

.Heading__h4__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 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: calc(var(--slick_item-height) + 100px);
	margin-top: 90px;
}

.Group__spot .Common21__inner {
	position: relative;
}

.slick_item {
	position: absolute;
	top: -40px;
	left: 0;
	width: 700px;
	height: var(--slick_item-height);
}
.slick_item figure img {
	width: 700px;
	height: var(--slick_item-height);
	object-fit: cover;
}

.Block__spot {
	position: absolute;
	top: 60px;
	right: 0;
	background-color: #fff;
	width: 360px;
	height: auto;
	padding: 30px 20px;
}

.Spot__best__outer {
	position: absolute;
	top: -18px;
	right: 0;
	margin-right: 20px;
}

.Spot__best {
	position: relative;
	top: 0;
	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;
}

.Group__spot .Spot__name {
	position: relative;
	font-size: 30px;
	margin-top: 0;
}

.Group__spot .Spot__name::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -5px;
	background-color: #e5c3c3;
	width: 120px;
	height: 1px;
}

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

.Group__spot .Spot__caption {
	font-size: 15px;
	color: #272727;
	margin-top: 15px;
    font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
    letter-spacing: 0.08em;
}

.Spot__information {
	margin-top: 50px;
}

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

.Spot__address {
	width: 460px;
	height: auto;
}

.Spot__address dl {
	display: flex;
	border-bottom: solid 1px #dedddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.Spot__address dl dt {
	width: 120px;
	height: auto;
	font-size: 16px;
	color: var(--main-color);
}

.Spot__address dl dd {
	display: flex;
	align-items: center;
	width: calc(100% - 120px);
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
    letter-spacing: 0.08em;
}

.Spot__address .official {
	display: inline-block;
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
    text-decoration: underline;
    transition: .3s;
}
.Spot__address .official:hover {
    text-decoration:none;
}

.Spot__address .Notice {
	font-size: 12px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
}

.Group__common__spot {
	display: flex;
	justify-content: center;
	gap: 39.5px;
	margin: 60px 0 50px;
}

.Common__spot__item {
	display: flex;
	flex-direction: column;
	width: 315px;
}

.Common__spot__item figure img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.Spot__item__inner {
	background-repeat: no-repeat;
	padding-left: 60px;
}

.No01 {
	background-image: url(/attending/kokunai/sakura/common/images/num01.png);
}

.No02 {
	background-image: url(/attending/kokunai/sakura/common/images/num02.png);
}

.No03 {
	background-image: url(/attending/kokunai/sakura/common/images/num03.png);
}

.Common__spot__item .Spot__name {
	font-size: 22px;
	color: var(--main-color);
	margin-top: 10px;
}

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

.Sec__neighborhood {
	position: relative;
}

.Sec__neighborhood::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__neighborhood .Search__item {
	width: 490px;
	margin: 0 auto;
}

.Sec__popular {
	position: relative;
	background-image: url(/attending/kokunai/sakura/common/images/bg__common02.jpg);
	background-repeat: repeat;
}

.Sec__popular::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__popular__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	margin: 70px 0 30px;
}

.Popular__item {
	width: 308px;
	height: auto;
}

.Popular__link {
	font-size: 22px;
}

.Popular__link span {
	font-size: 18px;
}

.Group__guide__items {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin: 70px 0 30px;
}

.Guide__item {
	width: 700px;
}

.Guide__link {
	font-size: 22px;
}

.Sec__top__transition {
	position: relative;
	background-image: url(/attending/kokunai/sakura/common/images/bg__sakura--BP23-048085D.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 268px;
}

.Group__Top__items {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

.Top__item {
	width: 700px;
}

.Top_link {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 100px;
	font-size: 22px;
	color: var(--main-color);
	padding: 15px 0;
}

.Top_link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid var(--main-color);
	border-right: 1px solid var(--main-color);
	transform: translateY(-50%) rotate(45deg);
}
.Footer_note:first-of-type{
	text-align: right;
}

