@charset "UTF-8";

* {
	box-sizing: border-box;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:hover {
	opacity: 0.7;
}

/* ========================================
  contents
======================================== */
.mainVisual {
	text-align: center;
	position: relative;
	background: url(../images/bg_mv_pc.webp) no-repeat center / cover;
	/*padding: 80px 0 140px;
		margin: 0 0 50px;*/
	height: 604px;
	box-sizing: border-box;

}

.mainVisual img {
	max-height: 604px;
}



@media screen and (max-width: 768px) {
	.mainVisual {
		background-size: cover;
		background-image: url(../images/bg_mv_sp.webp);
		height: 100vw;

	}

	.contents img {
		max-width: 100%;
	}
}



svg {
	height: 100px;
	width: 100vw;
	position: absolute;
	top: 504px;
	left: 0;

}

/*　元の設定
svg {
	height: 100vh;
	width: 100vw;
	position: absolute;
	top: 0;
	left: 0;
}
*/

@media screen and (max-width: 768px) {
	svg {
		height: 100px;
		width: 100vw;
		position: absolute;
		top: 86vw;
		left: 0;
	}
}

@media screen and (max-width: 414px) {
	svg {
		height: 90px;
		width: 100vw;
		position: absolute;
		top: 80vw;
		left: 0;
	}
}






.leadArea {
	padding: 10px 10px 60px;
	background-color: #006;
}

.leadTxt01 {
	text-align: center;
	margin-bottom: 40px;
	padding: 0;
	box-sizing: border-box;
	font-size: 2.2rem;
	color: #fff;
}


@media screen and (max-width: 768px) {
	.leadArea {
		padding: 20px 10px 26px;
		line-height: 1.6;
	}

	.leadTxt01 {
		font-size: 1.8rem;
		margin-bottom: 30px;
	}

	.contents {
		padding: 2px 0 30px;
		line-height: 1.6;
	}

	.contents img {
		max-width: 100%;
	}
}

/*====================================================
ナビゲーション
途中からハンバーガーメニューに変化するのためのCSS 
======================================================*/

/*========= ボタンのためのCSS ===============*/

/*ボタン全体の形状*/
.openbtn {
	/*はじめは非表示に*/
	display: none;
	/*ボタンの位置*/
	position: fixed;
	top: 16px;
	right: 16px;
	z-index: 999;
	/*ボタンの形状*/
	background: #006;
	cursor: pointer;
	width: 60px;
	height: 60px;
	border-radius: 50px;
}

/*ボタンのアイコン設定*/
.openbtn span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 17px;
	height: 3px;
	border-radius: 2px;
	background-color: #fff;
	width: 45%;
}

.openbtn span:nth-of-type(1) {
	top: 20px;
}

.openbtn span:nth-of-type(2) {
	top: 30px;
}

.openbtn span:nth-of-type(3) {
	top: 40px;
}

/*activeクラスが付与された後のボタンのアイコン設定*/
.openbtn.active span:nth-of-type(1) {
	top: 22px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 40%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
	top: 34px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 40%;
}

/*fadeDownクラスが付与された後のボタンの出現アニメーション設定*/
.fadeDown {
	animation-name: fadeDownAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
	display: block;
}

@keyframes fadeDownAnime {
	from {
		opacity: 0;
		transform: translateY(-100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


/*========= ナビのためのCSS ===============*/

/*==ナビの形状*/
#menu {
	height: 200px;
	text-align: center;
	padding: 0;


}

/*.doneクラスがついたナビ*/
#menu.dnone {
	opacity: 1;
	/*透過0にして非表示に*/
	transition: all 0.4s;
}

/*メニューボタンをクリックした際に付与されるpanelactiveクラスがついたら*/
#menu.dnone.panelactive {
	opacity: 1;
	/*不透明にして出現*/
	transition: all 0.6s;
}


/*==ナビゲーションの形状*/
nav {
	padding: 0;
	box-sizing: border-box;
}

.navTtl {
	border-left: 6px solid #000060;
	text-align: left;
	margin: 0 0 10px 2px;
	padding: 0 0 0 10px;
	color: #000060;
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 1.2;

}


.anchor {
	width: 1166px;
	height: auto;
	margin: 0 auto;
}

.anchor01,
.anchor02 {
	margin: 0 auto 30px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;

}

.anchor02 {
	margin: 0 auto;
}

.anchor01 li {
	width: calc(100% / 4);
	margin: 0;
	box-sizing: border-box;
	text-align: center;
	display: table;
	padding: 4px;
}


.anchor02 li {
	width: calc(100% / 1);
	margin: 0;
	box-sizing: border-box;
	text-align: center;
	display: table;
	padding: 4px;

}

.anchor01 li a {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	color: #006;
	background: #fff;
	border: 6px solid #e6ce62;
	line-height: 1.2;
	font-weight: bold;
	font-size: 2.0rem;
	border-radius: 20px;
	padding: 8px 0 16px;
}

.anchor02 li a {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	color: #006;
	background: #fff;
	border: 6px solid #e6ce62;
	line-height: 1.2;
	font-weight: bold;
	font-size: 2.0rem;
	border-radius: 20px;
}

.anchor01 li a span {
	font-size: 70%;
	font-weight: normal;
}


.anchor01 li a::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 24px 0px 24px;
	border-color: #006 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -80px;
	margin: auto;
}

.anchor01 li:nth-child(n+5) a::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 24px 0px 24px;
	border-color: #006 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -55px;
	margin: auto;
}

.anchor02 li a::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0px 6px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
}


.menuAppear {
	display: none;
}



@media screen and (max-width: 768px) {
	#menu {
		height: 270px;
		/*height: 350px;*/

	}

	.anchor {
		width: 100%;
		height: auto;

	}

	.anchor01,
	.anchor02 {
		margin: 0 0 30px;
		flex-flow: wrap;
	}

	.anchor01 li,
	.anchor02 li {
		width: calc(100% / 2);
		box-sizing: border-box;
		margin: 0;
	}

	.anchor01 li a,
	.anchor02 li a {
		padding: 8px 0 14px;
		font-size: 1.6rem;
		border: 4px solid #e6ce62;
	}

	.anchor01 li a::after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 24px 0px 24px;
		border-color: #006 transparent transparent transparent;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: -45px;
		margin: auto;
	}

	.anchor01 li:nth-child(3) a::after,
	.anchor01 li:nth-child(4) a::after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 24px 0px 24px;
		border-color: #006 transparent transparent transparent;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: -88px;
		margin: auto;
	}

	.anchor01 li:nth-child(n+5) a::after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 24px 0px 24px;
		border-color: #006 transparent transparent transparent;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: -45px;
		margin: auto;
	}

}



/*.dnoneクラスがついたテキストナビゲーションの形状（バーガーオープン）*/
#menu.dnone .anchor {
	/*固定位置にして最背面に*/
	position: fixed;
	top: 0;
	right: -120%;
	z-index: -1;
	/*高さと幅*/
	width: 500px;
	height: 100vh;
	/*はじめは透過0に*/
	opacity: 1;
	transition: all 0.6s;
	padding: 80px 30px 30px;
	text-align: center;
	background: #9f8a56;
}


#menu.dnone .anchor01,
#menu.dnone .anchor02 {
	flex-flow: column;
	border: none;

}

#menu.dnone .anchor01 li,
#menu.dnone .anchor02 li {
	height: auto;
	width: 100%;
}

#menu.dnone .anchor li a {
	background: none;
	height: auto;
	padding: 4px;
}

#menu.dnone .anchor01 li a,
#menu.dnone .anchor02 li a {
	background: #9f8a56;
	border: none;
	color: #fff;

}


@media screen and (max-width: 768px) {
	#menu.dnone .anchor {
		width: 100%;

	}
}




/*メニューボタンをクリックした際に付与される
panelactiveクラスがついたナビゲーションの形状（バーガーオープン）*/
#menu.dnone.panelactive .anchor {
	opacity: 1;
	/*不透明に*/
	z-index: 3;
	/*最前面に*/
	right: 0;


}

#menu.dnone.panelactive .anchor ul {
	display: block;
	/*flexの横並びをblockにして縦並びに*/

}

#menu.dnone.panelactive .anchor li {
	background-color: transparent;
	border: none;
	width: 100%;
	display: inline-block;
	height: auto;
	margin-bottom: 10px;
}


/*リストの形状*/

#menu.dnone.panelactive .anchor li a {
	color: #fff;
	text-decoration: none;
	padding: 4px;
	display: inline-block;
	text-transform: none;
	letter-spacing: 0.1em;
	font-weight: bold;
	transition: all 0.3s;
	background-color: #9f8a56;
	border: none;
}


/*バーガーオープン時
menuNoneクラスがついた<br>を非表示*/
.dnone .menuNone {
	display: none;
}

.dnone .menuAppear {
	display: inline;
}

/*バーガーオープン時
リンクボタンの三角形を非表示*/
.dnone .anchor01 li a::after {
	display: none;

}

.dnone .anchor02 li a::after {
	display: none;
}

.dnone .anchor02 {
	display: block;

}


/*　バーガーオープン時の区切り線

.dnone .anchor01{
border-bottom: 2px dotted #000060;
margin-bottom: 25px;
padding-bottom: 25px;
}*/









/* */
.contents {
	text-align: center;
	padding: 10px 0;
	margin-bottom: 120px;
	font-size: 1.6rem;
	line-height: 1.7;
}

@media screen and (max-width: 768px) {
	.contents {
		text-align: center;
		padding: 0;
		margin-bottom: 30px;
		font-size: 1.6rem;
		line-height: 1.7;
	}
}






/* news */
.news {
	padding: 60px 0;
	background: url(/content/sp/kanpaitrip/images/bg_wavy_line02.webp) no-repeat center bottom #fff;
	background-size: contain;
}

.news h2 {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 auto 60px;
	font-size: 4.0rem;
	font-weight: bold;
	color: #006;
}

.news h2::before {
	content: "";
	position: absolute;
	top: 10px;
	left: -110px;
	transform: translate(-50%, -50%);
	/* 中央揃え */
	width: 78px;
	height: 46px;
	background: url(/content/sp/kanpaitrip/images/icon_megaphone.png)no-repeat;
	background-size: contain;
	animation: swing-animation 3s infinite alternate;
}

@keyframes swing-animation {

	0%,
	100% {
		transform: rotate(-10deg);
	}

	50% {
		transform: rotate(10deg);
	}
}


.news h2::after {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 0;
	right: 0;
	margin: auto;
	width: 68px;
	height: 19px;
	background: url(/content/sp/kanpaitrip/images/txt_news.png)no-repeat;
	background-size: contain;
}

.newsList {
	margin: 0 auto 40px;
	width: 800px;
}

.newsList li {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 14px;
	color: #006;
	text-align: left;
	line-height: 1.2;
}

.newsList li:nth-child(n+5) {
	display: none;
}


.newsList li a {
	display: flex;
	flex-flow: row wrap;
	color: #333;
}

.newsList li a:hover {
	text-decoration: underline;
	color: #15a99e;

}

.newsList .date {
	margin-right: 24px;
	padding: 3px 0 1px;
}

.newsList .label_notice {
	background-color: #057f4a;
	border-radius: 6px;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	padding: 4px 2px 0;
	margin-right: 24px;
	width: 90px;
}

.newsList .label_event {
	background-color: #f79b0b;
	border-radius: 6px;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	padding: 4px 2px 0;
	margin-right: 24px;
	width: 90px;
}

.newsList .label_tour {
	background-color: #ad0761;
	border-radius: 6px;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	padding: 4px 2px 0;
	margin-right: 24px;
	width: 90px;
}

.newsList .label_info {
	background-color: #3b242a;
	border-radius: 6px;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	padding: 4px 2px 0;
	margin-right: 24px;
	width: 90px;
}

.newsList .newsTtl {
	padding: 3px 0 1px;
}


.newsMore {
	background: #006;
	width: 220px;
	display: inline-block;
	position: relative;
	border-radius: 20px;
}

.newsMore:hover {
	opacity: 0.7;
}


.newsMore a {
	display: block;
	color: #fff;
	padding: 16px 20px;
}


.newsMore a::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0px 8px 8px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
}





@media screen and (max-width: 768px) {
	.news {
		padding: 40px 0;
	}

	.news h2 {
		position: relative;
		display: inline-block;
		text-align: center;
		margin: 0 auto 60px;
		font-size: 2.6rem;
		font-weight: bold;
		color: #006;
	}

	.news h2::before {
		content: "";
		position: absolute;
		top: 10%;
		left: -80px;
		transform: translate(-50%, -50%);
		/* 中央揃え */
		width: 62px;
		height: 36px;
		background: url(/content/sp/kanpaitrip/images/icon_megaphone.png)no-repeat;
		background-size: contain;
		animation: swing-animation 3s infinite alternate;
	}

	.news h2::after {
		content: "";
		position: absolute;
		bottom: -16px;
		left: 0;
		right: 0;
		margin: auto;
		width: 48px;
		height: 14px;
		background: url(/content/sp/kanpaitrip/images/txt_news.png)no-repeat;
		background-size: contain;
	}


	.newsList {
		margin: 0 auto;
		width: 100%;
		padding: 0 15px;
	}

}


/*event*/


.event {
	margin-top: -1px;
	padding: 60px 0;
	background: url(/content/sp/kanpaitrip/images/bg_wavy_line02.webp) no-repeat center bottom #fef4d0;
	background-size: contain;
}

.event h2 {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 auto 60px;
	font-size: 4.0rem;
	font-weight: bold;
	color: #006;
}

.event h2::before {
	content: "";
	position: absolute;
	top: -10px;
	left: -130px;
	transform: translate(-50%, -50%);
	/* 中央揃え */
	width: 100px;
	height: 70px;
	background: url(/content/sp/kanpaitrip/images/icon_beer.png)no-repeat;
	background-size: contain;
	animation: swing-animation 3s infinite alternate;
}

@keyframes swing-animation {

	0%,
	100% {
		transform: rotate(-10deg);
	}

	50% {
		transform: rotate(10deg);
	}
}

.event h2::after {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 0;
	right: 0;
	margin: auto;
	width: 78px;
	height: 19px;
	background: url(/content/sp/kanpaitrip/images/txt_events.png)no-repeat;
	background-size: contain;
}

.eventList {}

.eventList li {
	background: url(/content/sp/kanpaitrip/images/bg_events.png) repeat;
	background-size: 24px 24px;
	box-shadow: 0 -80px 0 0 #fef4d0 inset,
		0 80px 0px 0 #fef4d0 inset;
}

.container {
	text-align: left;
	background: #fff;
	border-radius: 60px;
	padding: 60px 78px;
	max-width: 1166px;
	margin: 0 auto;
}

.container h3 {
	font-size: 3.2rem;
	font-weight: bold;
	color: #006;
	margin-bottom: 30px;
}

.container h3 span {
	font-size: 2.8rem;
	color: #006;
	display: inline-block;
	line-height: 1.6;
}

.contentDtl {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.contentDtl figure {
	width: calc(96%/2);
}

.contentTxt {
	text-align: center;
	width: calc(96%/2);

}

.contentTxt p {
	text-align: left;
	margin-bottom: 20px;
}

.btnDtl {
	margin: 0 auto;
	background: #006;
	display: table;
	position: relative;
	border-radius: 20px;
	border: 6px solid #c19f42;
	width: 425px;
	height: 90px;

}

.btnDtl:hover {
	opacity: 0.7;
}


.btnDtl a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.2;
	color: #fff;
	padding: 10px;
}


.btnDtl a::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0px 8px 8px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
}




@media screen and (max-width: 768px) {
	.event {
		padding: 40px 0;
	}

	.event h2 {
		position: relative;
		display: inline-block;
		text-align: center;
		margin: 0 auto 40px;
		font-size: 2.6rem;
		font-weight: bold;
		color: #006;
	}

	.event h2::before {
		content: "";
		position: absolute;
		top: 0;
		left: -80px;
		transform: translate(-50%, -50%);
		/* 中央揃え */
		width: 63px;
		height: 44px;
		background: url(/content/sp/kanpaitrip/images/icon_beer.png)no-repeat;
		background-size: contain;
		animation: swing-animation 3s infinite alternate;
	}

	.event h2::after {
		content: "";
		position: absolute;
		bottom: -16px;
		left: 0;
		right: 0;
		margin: auto;
		width: 58px;
		height: 14px;
		background: url(/content/sp/kanpaitrip/images/txt_events.png)no-repeat;
		background-size: contain;
	}



	.eventList {
		margin: 0 auto;
		width: 100%;
	}

	.eventList li {
		padding: 0 15px;
		background: url(/content/sp/kanpaitrip/images/bg_events.png) repeat;
		background-size: 24px 24px;
		box-shadow: 0 -60px 0 0 #fef4d0 inset,
			0 60px 0px 0 #fef4d0 inset;
	}

	.container {
		text-align: left;
		background: #fff;
		border-radius: 30px;
		padding: 30px 15px;
		max-width: 1166px;
		margin: 0 auto;
	}

	.container h3 {
		font-size: 2.2rem;
		font-weight: bold;
		color: #006;
		margin-bottom: 10px;
	}

	.container h3 span {
		font-size: 1.6rem;
		color: #006;
	}


	.contentDtl {
		display: flex;
		flex-flow: column;
	}


	.contentDtl figure {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.contentTxt {
		text-align: center;
		width: 100%;

	}

	.contentTxt p {
		text-align: left;
		margin-bottom: 20px;
	}

	.btnDtl {
		border: 4px solid #c19f42;
		width: 280px;
		height: 70px;
	}

	.btnDtl a {
		font-size: 1.8rem;
		line-height: 1.2;
		padding: 10px;
	}


}


/*about*/

.about {
	margin-top: -1px;
	padding: 60px 0;
	background: url(/content/sp/kanpaitrip/images/bg_wavy_line03.webp) no-repeat center bottom #006;
	background-size: contain;
}

.about h2 {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 auto 60px;
	font-size: 4.0rem;
	font-weight: bold;
	color: #fff;
}

.about h2::before {
	content: "";
	position: absolute;
	top: -12px;
	left: -110px;
	transform: translate(-50%, -50%);
	/* 中央揃え */
	width: 80px;
	height: 83px;
	background: url(/content/sp/kanpaitrip/images/icon_wine.png)no-repeat;
	background-size: contain;
	animation: swing-animation 3s infinite alternate;
}

@keyframes swing-animation {

	0%,
	100% {
		transform: rotate(-10deg);
	}

	50% {
		transform: rotate(10deg);
	}
}

.about h2::after {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 0;
	right: 0;
	margin: auto;
	width: 67px;
	height: 19px;
	background: url(/content/sp/kanpaitrip/images/txt_about.png)no-repeat;
	background-size: contain;
}

.contentsList li:first-child {
	margin-bottom: 70px;
}

.contentsWrapper01 {
	background: linear-gradient(90deg, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
	z-index: 10;
	position: relative;
}

.contentsWrapper02 {
	background: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
	z-index: 10;
	position: relative;
}



.aboutContainer {
	text-align: left;
	background: #fff;
	border-radius: 60px;
	padding: 60px 78px;
	max-width: 1166px;
	margin: 0 auto;
}


.aboutDtl {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.contentsList li:nth-child(2) .aboutDtl {
	display: flex;
	flex-flow: row-reverse nowrap;
	justify-content: space-between;
}

.aboutDtl figure {
	width: 360px;
	margin-left: 20px;
}

.contentsList li:nth-child(2) .aboutDtl figure {
	margin-left: 0;
	margin-right: 30px;
	width: 400px;
	text-align: center;
}

.contentsList li:nth-child(2) .aboutDtl figure img {

	width: 280px;
}

.logoConcept {
	font-size: 3.2rem;
	color: #967535;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

.aboutTxt p {
	text-align: left;
}


.carousel {
	margin: -60px auto 0;
	z-index: 1;

}


.swiper {}

.swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	-o-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}

.notice {
	margin-top: 6px;
	text-align: right;
	font-size: 1.2rem;
	color: #fff;
}

.notice02 {
	display: inline-block;
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 6px;
	font-size: 1.2rem;
	color: #333;
}

.contentsList li:nth-child(2) .notice {
	max-width: 1166px;
	margin: 6px auto 0;
}




@media screen and (max-width: 768px) {
	.about {
		padding: 40px 0 1px;
	}

	.about h2 {
		position: relative;
		display: inline-block;
		text-align: center;
		margin: 0 auto 40px;
		padding-left: 30px;
		font-size: 2.6rem;
		font-weight: bold;
		color: #fff;
	}

	.about h2::before {
		content: "";
		position: absolute;
		top: 20px;
		left: -26px;
		transform: translate(-50%, -50%);
		/* 中央揃え */
		width: 42px;
		height: 44px;
		background: url(/content/sp/kanpaitrip/images/icon_wine.png)no-repeat;
		background-size: contain;
		animation: swing-animation 3s infinite alternate;
	}

	.about h2::after {
		content: "";
		position: absolute;
		bottom: -16px;
		left: 0;
		right: 0;
		margin: auto;
		width: 48px;
		height: 14px;
		background: url(/content/sp/kanpaitrip/images/txt_about.png)no-repeat;
		background-size: contain;
	}

	.contentsList li {
		margin-bottom: 70px;
	}

	.contentsWrapper01 {
		background: linear-gradient(90deg, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
		z-index: 10;
		position: relative;
	}

	.contentsWrapper02 {
		background: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
		z-index: 10;
		position: relative;
	}

	.aboutContainer {
		text-align: left;
		background: #fff;
		border-radius: 30px;
		padding: 30px 15px 30px 0;
		max-width: 90%;
		margin: 0 auto;
	}

	.aboutDtl {
		display: flex;
		flex-flow: column-reverse;
	}

	.contentsList li:nth-child(2) .aboutDtl {
		display: flex;
		flex-flow: column-reverse;
	}

	.contentsList li:nth-child(2) .aboutContainer {
		padding: 30px 0 30px 15px;
	}

	.aboutDtl figure {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
		text-align: center;
	}

	.aboutDtl figure img {
		width: 40%;
	}


	.contentsList li:nth-child(2) .aboutDtl figure {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
		text-align: center;
	}

	.contentsList li:nth-child(2) .aboutDtl figure img {
		width: 50%;
	}

	.logoConcept {
		text-align: center;
		font-size: 2.2rem;
		color: #967535;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.aboutTxt p {
		text-align: left;
	}


	.carousel {
		margin: -30px auto 0;
		z-index: 1;

	}


	.swiper {}

	.swiper-wrapper {
		-webkit-transition-timing-function: linear !important;
		-o-transition-timing-function: linear !important;
		transition-timing-function: linear !important;
	}

	.notice {
		margin-top: 6px;
		text-align: right;
		font-size: 1.2rem;
		color: #fff;
	}

	.contentsList li:nth-child(2) .notice {
		max-width: 1166px;
		margin: 6px 15px;
		text-align: right;
	}

}



/* recommend */

.recommend {
	margin-top: -1px;
	padding: 60px 0;
	background: url(/content/sp/kanpaitrip/images/bg_wavy_line02.webp) no-repeat center bottom#e5e5ef;
	background-size: contain;


}

.recommend h2 {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 auto 60px;
	font-size: 4.0rem;
	font-weight: bold;
	color: #006;
}

.recommend h2::before {
	content: "";
	position: absolute;
	top: 14px;
	left: -140px;
	transform: translate(-50%, -50%);
	/* 中央揃え */
	width: 160px;
	height: 83px;
	background: url(/content/sp/kanpaitrip/images/icon_nihonshu.png)no-repeat;
	background-size: contain;
	animation: swing-animation 3s infinite alternate;
}

@keyframes swing-animation {

	0%,
	100% {
		transform: rotate(-10deg);
	}

	50% {
		transform: rotate(10deg);
	}
}

.recommend h2::after {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 0;
	right: 0;
	margin: auto;
	width: 131px;
	height: 19px;
	background: url(/content/sp/kanpaitrip/images/txt_recommend.png)no-repeat;
	background-size: contain;
}

.nittetsu {
	background: url(/content/sp/kanpaitrip/images/bg_nittetsu.png) repeat;
	background-size: 24px 24px;
	box-shadow: inset 200px 60px #e5e5ef;
	padding-bottom: 60px;
	margin-bottom: 70px;
}

.dp {
	background: url(/content/sp/kanpaitrip/images/bg_dp.png) repeat;
	background-size: 24px 24px;
	box-shadow: inset -200px 60px #e5e5ef;
	padding-bottom: 60px;
	margin-bottom: 70px;
}

.eventPickuUp {
	background: url(/content/sp/kanpaitrip/images/bg_events.png) repeat;
	background-size: 24px 24px;
	box-shadow: inset 200px 60px #e5e5ef;
	padding-bottom: 60px;
	margin-bottom: 70px;
}

.column {
	background: url(/content/sp/kanpaitrip/images/bg_column.png) repeat;
	background-size: 24px 24px;
	box-shadow: inset 200px 60px #e5e5ef;
	padding-bottom: 60px;
	margin-bottom: 70px;
}


.recommendTtl {
	margin-bottom: 40px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.recommendTtl span {
	font-size: 3.6rem;
	color: #006;
}

.nittetsuLogo {
	width: 600px;
	margin-right: 10px;
}

.dpLogo {
	width: 700px;
	margin-right: 0;
}

.dpLogo+span {
	position: absolute;
	top: 20px;
	right: 0;

}




.recommendList li:last-child {
	margin-bottom: 0;
}


.recommendList li:nth-child(odd) .recommendWrapper {
	background: linear-gradient(90deg, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
	z-index: 10;
	position: relative;
}

.recommendList li:nth-child(even) .recommendWrapper {
	background: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
	z-index: 10;
	position: relative;
}



.recommendContainer {
	text-align: left;
	background: #fff;
	border-radius: 60px;
	padding: 60px 78px;
	max-width: 1166px;
	margin: 0 auto;
}


.recommendDtl {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}



.eventPickuUp h3 {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 auto 30px;
	padding-left: 120px;
	font-size: 4.0rem;
	font-weight: bold;
	color: #006;
}

.eventPickuUp h3::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 94px;
	height: 66px;
	background: url(/content/sp/kanpaitrip/images/icon_beer.png)no-repeat;
	background-size: contain;
}

.column h3 {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 auto 30px;
	padding-left: 110px;
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.2;
	color: #006;
}

.column h3::before {
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	width: 94px;
	height: 66px;
	background: url(/content/sp/kanpaitrip/images/icon_photo.png)no-repeat center center;
	background-size: contain;
}


.columnDtl {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.andtrip {
	width: calc(96% / 2);
}

.andtrip figure {
	width: 480px;
	margin: 0 auto;


}

.viewtabi {
	width: calc(96% / 2);
}


.viewtabi figure {
	width: 338px;
	margin: 55px auto;

}

.columnContent {
	text-align: center;
}

.columnContent p {
	text-align: left;
	margin-bottom: 30px;

}


@media screen and (max-width: 768px) {
	.recommend {
		padding: 40px 0;
	}

	.recommend h2 {
		position: relative;
		display: inline-block;
		text-align: center;
		margin: 0 auto 40px;
		padding-left: 30px;
		font-size: 2.6rem;
		font-weight: bold;
		line-height: 1.2;
		color: #006;
	}

	.recommend h2::before {
		content: "";
		position: absolute;
		top: 30px;
		left: -36px;
		transform: translate(-50%, -50%);
		/* 中央揃え */
		width: 62px;
		height: 44px;
		background: url(/content/sp/kanpaitrip/images/icon_nihonshu.png)no-repeat;
		background-size: contain;
		animation: swing-animation 3s infinite alternate;
	}

	.recommend h2::after {
		content: "";
		position: absolute;
		bottom: -16px;
		left: 0;
		right: 0;
		margin: auto;
		width: 97px;
		height: 14px;
		background: url(/content/sp/kanpaitrip/images/txt_recommend.png)no-repeat;
		background-size: contain;
	}

	.nittetsu {
		background: url(/content/sp/kanpaitrip/images/bg_nittetsu.png) repeat;
		background-size: 24px 24px;
		box-shadow: inset 15px 30px #e5e5ef;
		padding-bottom: 30px;
		margin-bottom: 40px;
	}

	.dp {
		background: url(/content/sp/kanpaitrip/images/bg_dp.png) repeat;
		background-size: 24px 24px;
		box-shadow: inset -15px 30px #e5e5ef;
		padding-bottom: 30px;
		margin-bottom: 40px;
	}

	.eventPickuUp {
		background: url(/content/sp/kanpaitrip/images/bg_events.png) repeat;
		background-size: 24px 24px;
		box-shadow: inset 15px 30px #e5e5ef;
		padding-bottom: 30px;
		margin-bottom: 40px;
	}

	.column {
		background: url(/content/sp/kanpaitrip/images/bg_column.png) repeat;
		background-size: 24px 24px;
		box-shadow: inset 15px 30px #e5e5ef;
		padding-bottom: 30px;
		margin-bottom: 40px;
	}

	.recommendTtl {
		margin-bottom: 20px;
		display: flex;
		flex-flow: column;
		align-items: center;
		justify-content: center;
		position: relative;
	}

	.recommendTtl span {
		font-size: 2.0rem;
		color: #006;
	}

	.nittetsuLogo {
		width: 100%;
		margin-right: 0;
	}

	.dpLogo {
		width: 100%;
		margin-right: 0;
	}

	.dpLogo+span {
		position: relative;
		top: 0;

	}


	.recommendList li {
		margin-bottom: 40px;
	}


	.recommendList li:nth-child(odd) .recommendContainer {
		text-align: left;
		background: #fff;
		border-radius: 30px;
		padding: 30px 15px 30px 0;
		max-width: 90%;
		margin: 0 auto;
	}

	.recommendList li:nth-child(even) .recommendContainer {
		text-align: left;
		background: #fff;
		border-radius: 30px;
		padding: 30px 0 30px 15px;
		max-width: 90%;
		margin: 0 auto;
	}


	.recommendDtl {
		display: flex;
		flex-flow: column-reverse;
	}


	.recommendDtl figure {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
		text-align: center;
	}

	.recommendDtl figure img {
		width: 40%;
	}


	.eventPickuUp h3 {
		position: relative;
		display: inline-block;
		text-align: center;
		margin: 0 auto 20px;
		padding-left: 100px;
		font-size: 2.4rem;
		font-weight: bold;
		color: #006;
	}

	.eventPickuUp h3::before {
		content: "";
		position: absolute;
		top: -10px;
		left: 10px;
		width: 71px;
		height: 50px;
		background: url(/content/sp/kanpaitrip/images/icon_beer.png)no-repeat;
		background-size: contain;
	}

	.column h3 {
		position: relative;
		display: inline-block;
		text-align: center;
		margin: 0 auto 20px;
		padding-left: 100px;
		font-size: 2.4rem;
		font-weight: bold;
		line-height: 1.2;
		color: #006;
	}

	.column h3::before {
		content: "";
		position: absolute;
		top: 0;
		left: 20px;
		width: 53px;
		height: 50px;
		background: url(/content/sp/kanpaitrip/images/icon_photo.png)no-repeat center left;
		background-size: contain;
	}



	.columnDtl {
		display: flex;
		flex-flow: column;
	}

	.andtrip {
		width: 100%;
		margin-bottom: 0;
	}

	.andtrip figure {
		width: 300px;
		margin: 0 auto;
	}

	.viewtabi {
		width: 100%;
	}

	.viewtabi figure {
		width: 240px;
		margin: 55px auto 28px;

	}














}


.aboutTxt p {
	text-align: left;
}





.footerArea {
	margin-top: -1px;
	background-color: #006;
	height: 60px;


}







.update {
	margin-top: 30px;
}