@charset "UTF-8";
body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 16px;
	color: #000;
	overflow-x: hidden;
}
main * {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
.noWrap {
	white-space: nowrap;
}
.red {
	color: #E94043;
}
@media screen and (max-width: 280px) { /*Galaxy Fold*/
	body {
		font-size: 14px;
	}
}
article {
	width: 100%;
}
section {
	position: relative;
}
.active {
	opacity: 1;
}
a {
	transition: .3s;
}
a:link, a:visited {
	color: #0952a4;
}
a:hover {
	opacity: 0.7;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
/*sp====================================================*/
@media screen and (max-width: 759.9px) {
	.spnone {
		display: none;
	}
	#container {
		position: relative;
		width: 100%;
	}
	/*footer*/
	#footer {
		background-color: #F0F5FA;
	}
	#footer .inner {
		width: 96%;
		margin: 0 auto;
		padding: 2% 2%;
	}
	#footer .inner ul {
		font-size: 11px;
		line-height: 1.4;
		text-align: left;
	}
	#footer .inner ul li {
		display: inline-block;
		width: 46%;
		padding: 2% 0;
	}
	#footer .inner ul li:last-child {
		border-right: none;
	}
	#footer .copy {
		background-color: #0952a4;
		color: #FFFFFF;
		font-size: 9px;
		text-align: center;
		padding: 2% 0;
	}
	/*pagetop*/
	#pagetop {
		display: none;
		position: fixed;
		right: 10px;
		bottom: 10px;
		z-index: 100;
	}
	#pagetop a {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		width: 3em;
		height: 3em;
		background-color: rgba(255, 255, 255, .5);
		border: solid 1px #152a8c;
		border-radius: 50vh;
	}
	#pagetop a::after {
		content: '';
		width: 7px;
		height: 7px;
		border-style: solid;
		border-width: 0 6px 9px 6px;
		border-color: transparent transparent #152a8c transparent;
	}
}
/*
PC
==================================================== */
@media screen and (min-width: 760px), print {
	.pcnone {
		display: none;
	}
	#container {
		position: relative;
		z-index: 1;
	}
	/*footer*/
	#footer {
		background-color: #F0F5FA;
	}
	#footer .inner {
		max-width: 990px;
		margin: 0 auto;
		padding: 20px 0;
	}
	#footer .inner ul {
		font-size: 13px;
		line-height: 1.4;
		text-align: center;
	}
	#footer .inner ul li {
		display: inline-block;
		padding: 0 6px;
		border-right: 1px solid #CCC;
	}
	#footer .inner ul li:last-child {
		border-right: none;
	}
	#footer .copy {
		background-color: #0952a4;
		color: #FFFFFF;
		font-size: 12px;
		text-align: center;
		padding: 10px 0;
	}
	/*pagetop*/
	#pagetop {
		display: none;
		position: fixed;
		right: 50px;
		bottom: 50px;
		cursor: pointer;
		z-index: 100;
	}
	#pagetop a {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		width: 80px;
		height: 80px;
		background-color: rgba(255, 255, 255, .5);
		border: solid 1px #152a8c;
		border-radius: 50vh;
	}
	#pagetop a::after {
		content: '';
		width: 7px;
		height: 7px;
		border-style: solid;
		border-width: 0 6px 9px 6px;
		border-color: transparent transparent #152a8c transparent;
	}
	#pagetop a:hover {
		background-color: #152a8c;
	}
	#pagetop a:hover::after {
		border-width: 0 6px 9px 6px;
		border-color: transparent transparent #fff transparent;
	}
}
/* =========================================================
◆lazyload
========================================================= */
.lazyload, .lazyloading {
	opacity: 0;
}
.lazyloaded {
	opacity: 1;
	transition: opacity 500ms;
}
.inner {
	width: 96%;
	margin: 0 2%;
	padding: 24px 0;
}
/*760px以上*/
@media screen and (min-width: 760px), print {
	.inner {
		width: 96%;
		max-width: 970px;
		margin: 0 auto;
		padding: 50px 0;
		display: block;
	}
}
/*main{ font-family: "Noto+Sans+JP" }*/
main img {
	border-radius: 2px;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.main-visual h1 {}
/* ナビゲーション 
----------------------------------------*/
.cp_nav {
	background: #e50038;
}
.cp_nav .inner {
	padding: 0 4px 0 4px;
}
.mainNav {
	display: grid;
	grid-template-columns: repeat(4, 20%);
	justify-content: space-around;
	padding-top: 1em;
}
.mainNav li {
	padding: 0 0 0.5em 0;
	text-align: center;
	font-size: 12px;
}
.mainNav li a > span {
	padding-top: .1em;
	color: #fff;
	display: block;
}
.subNav {
	display: flex;
	gap: .5em;
	padding: .8em 0 .8em;
}
.subNav > li {
	flex: auto;
}
.subNav > li:nth-child(2) span {
	padding-left: .5em;
}
@media screen and (min-width: 760px) {
	.mainNav {
		display: flex;
	}
	.mainNav li {
		font-size: 14px;
		padding: 0 .5em 0;
		width: 11%;
	}
	.subNav {
		gap: .8em;
	}
}
/* section 
---------------------------------*/
#map, #event, #plan, #link, #dands, #trip_a {
	color: #554236;
	font-size: 14px;
	line-height: 1.6;
}
@media screen and (min-width: 760px) {
	#campaign, #campaign_2, #map, #event, #plan, #link, #dands, #trip_a {
		font-size: 16px;
		line-height: 2;
	}
	#campaign, #campaign_2 {
		padding: 3em 0 1em;
	}
}
/* キャンペーン 
----------------------------------------*/
#campaign {
	background: #e7f9ff;
}
#campaign > .inner > p {
	font-size: 2.6rem;
	color: #004b9f;
	font-weight: 700;
	margin: 2.5rem auto;
	text-align: center;
	line-height: 1.4;
}
#campaign > .inner > p b {
	font-size: 1.1em;
	background: linear-gradient(transparent 60%, yellow 60% 85%, transparent 85%);
}
.designfont {
	font-size: 1.2em;
	font-family: Verdana, Geneva, "sans-serif";
	color: transparent;
	-webkit-text-stroke: 2px #004b9f;
	text-shadow: 2px 2px #4dd5fb;
}
#campaign b {
	font-family: Verdana, Geneva, "sans-serif";
	font-size: 1.1em;
}
#campaign h2.ti_campaign, #campaign_2 h2.ti_campaign {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
	padding: 0.7em 1em;
	background-color: #e94043;
	color: #fff;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
	text-align: center;
}
#campaign h2.ti_campaign::after, #campaign_2 h2.ti_campaign::after {
	content: '';
	background-color: #fff;
	opacity: 0.3;
	transform: rotate(43deg);
	position: absolute;
	bottom: -250px;
	right: -213px;
	width: 300px;
	height: 500px;
}
#campaign .catch, #campaign_2 .catch {
	margin: 2em 0;
}
#campaign .catch p, #campaign_2 .catch p {
	font-size: 0.8rem;
	margin-top: 1em;
}
#campaign .flow, #campaign_2 .flow {
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	margin: 4em 0 2em;
}
#campaign .flow h3, #campaign_2 .flow h3 {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 3px;
}
#campaign .flow h3:before, #campaign_2 .flow h3:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #E94043;
	border-radius: 5px;
}
#campaign .flow__notes {
	border: 1px solid #E94043;
	background: #fff;
	padding: 1em;
	text-align: center;
	border-radius: 5px;
	margin: 0 auto 3em;
}
#campaign .flow__notes span {
	color: #E94043;
}
#campaign .note {
	margin: 20px 0 0px 0px;
	font-size: 15px;
	line-height: 1.8;
}
#campaign ul.notes {
	margin: 10px 0 0 20px;
}
#campaign ul.notes li {
	pposition: relative;
	list-style: disc;
	padding: 0 0 5px 5px;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 0.5em;
}
#campaign ul.notes li::marker {
	font-size: 15px;
	font-weight: 700;
	color: #004b9f;
}
#campaign ol {
	margin: 20px 0 0 20px;
}
#campaign ol li {
	pposition: relative;
	list-style: outside decimal;
	padding: 0 0 5px 5px;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 0.5em;
}
#campaign ol li::marker {
	font-size: 15px;
	font-weight: 700;
	color: #004b9f;
}
@media screen and (min-width: 760px) {
	#campaign > .inner > p, #campaign_2 > .inner > p {
		font-size: 4rem;
	}
	#campaign h2.ti_campaign, #campaign_2 h2.ti_campaign {
		font-size: 24px;
		padding: 0.7em 2em;
		letter-spacing: 3px;
	}
	#campaign .catch p, #campaign_2 .catch p {
		font-size: 0.9rem;
		margin-top: 0.7em;
	}
	#campaign .flow, #campaign_2 .flow {
		margin: 4em 0 2em;
	}
	#campaign .flow h3, #campaign_2 .flow h3 {
		font-size: 26px;
	}
	#campaign .note {
		margin: 20px 0 0px 30px;
	}
	#campaign ul.notes {
		margin: 10px 0 0 50px;
	}
	#campaign ul.notes li {
		padding: 0 0 5px 5px;
	}
	#campaign ol {
		margin: 20px 0 0 50px;
	}
	#campaign ol li {
		padding: 0 0 5px 5px;
		line-height: 1.3;
	}
	#campaign ol li::marker {
		font-size: 16px;
	}
}
/*STEP*/
#campaign .flow_step {
	display: block;
	justify-content: space-between;
	margin-bottom: 2em;
	font-size: 16px;
	line-height: 2;
	font-weight: bold;
	text-align: center;
}
#campaign .flow_step > li {
	flex-basis: 29%;
}
#campaign .flow_step > li .icon {
	font-size: 17px;
	font-weight: bold;
	line-height: 60px;
	width: 100px;
	color: #fff;
	background: #004b9f;
	margin: 0 auto 7px;
	display: block;
	border-radius: 50%;
	text-align: center;
	position: relative;
	letter-spacing: 2px;
}
#campaign .flow_step > li .icon::before {
	content: "";
	border: solid transparent;
	border-width: 8px;
	border-top-color: #004b9f;
	position: absolute;
	top: calc(100% - 2px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#campaign .flow_step > li dl {
	padding: 30px 20px;
	margin: 0 auto 2em;
	border: 3px solid rgb(0 75 159);
	position: relative;
	background: #fff;
	border-radius: 5px;
}
#campaign .flow_step > li dl dt {
	font-size: 20px;
	font-weight: 600;
	color: rgb(0 75 159);
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	margin-bottom: 1vh;
	text-align: center;
}
#campaign .flow_step dd span {
	color: #E94043;
	font-size: 30px;
	line-height: 1.2;
}
#campaign .bt_camp {
	position: relative;
	background: #004b9f;
	border: 2px solid #004b9f;
	border-radius: 60px;
	color: #fff !important;
	display: block;
	font-weight: bold;
	font-size: 13px;
	max-width: 320px;
	padding: 5px 10px;
	text-align: center;
	margin: 0.7em auto 0;
}
#campaign .bt_camp a:link, #campaign .bt_camp :visited {
	color: #fff;
}
/*キャンペーン②*/
.unit {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 1.5em;
}
.unit dl {
	padding: 1px 0;
}
.unit dt {
	background: #004b9f;
	padding: 5px 8px;
	color: #FFF;
}
.unit dd {
	padding: 6px 8px 5px;
	background: #e7f9ff;
}
ul.guideList li.kome {
	list-style: none;
	text-indent: -1em;
	margin-left: 1em;
}
ul.guideList li.kome:before {
	content: '※';
}
@media screen and (min-width: 760px) {
	#campaign .flow_step {
		display: flex;
	}
	#campaign .flow_step > li dl {
		margin: 0;
	}
	#campaign .flow_step > li:not(:last-child) dl::before {
		content: "";
		width: 20px;
		height: 20px;
		margin-right: 10px;
		display: inline-block;
		border-top: 4px solid rgb(0 116 193);
		border-right: 4px solid #004b9f;
		position: absolute;
		top: calc(50% - 14px);
		left: 108%;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.unit dl {
		width: 100%;
		display: table;
	}
	.unit dt {
		width: 20%;
		display: table-cell;
	}
}
/* map 
---------------------------------*/
#map {
	background: #0097e0;
}
#map ul.col2Box {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#map ul.col2Box::before {
	position: absolute;
	content: '';
	background: url("../../../images/il_map_sp.png");
	width: 117px;
	height: 147px;
	left: 0;
	bottom: -20%;
}
#map ul.col2Box li:nth-child(odd) {
	width: 50%;
}
#map ul.col2Box li:nth-child(even) {
	width: 48%;
}
#map p {
	color: #fff;
	margin-top: 1em;
}
#map span {
	display: block;
	color: #fff;
	margin-top: 1em;
	font-size: 0.8rem;
}
@media screen and (min-width: 760px) {
	#map ul.col2Box::before {
		position: absolute;
		content: '';
		background: url("../../images/il_map.png");
		width: 225px;
		height: 284px;
		left: 3%;
		bottom: -15%;
	}
	#map h2.ti_map {
		width: 100%;
	}
	#map ul.col2Box {}
	#map ul.col2Box li:nth-child(odd) {
		width: 30%;
	}
	#map ul.col2Box li:nth-child(even) {
		width: 60%;
	}
}
/* EVENT 
----------------------------------------*/
#event {
	padding: 4em 0;
}
#event h2.ti_main {
	width: 80%;
	margin: auto;
}
#event .schedule {
	margin-bottom: 5px;
	display: flex;
}
#event .schedule h4 {
	background: #e50038;
	color: #fff;
	font-size: 0.9rem;
	font-weight: bold;
	padding: 0.3em 1em 0.1em;
	border-radius: 20px;
}
#event .schedule span {
	margin-left: 0.5em;
	padding-top: 0.2em;
	font-size: 1em;
}
#event h3.ttl {
	font-weight: bold;
	font-size: 1.3rem;
	margin-bottom: 0.5em;
}
#event ul.col3Box {
	display: block;
	margin: 3em 0 0;
}
#event ul.col3Box li {
	width: 92%;
	margin: 2em auto;
}
#event ul.col3Box li img {
	border-radius: 8px;
}
#event ul.col3Box li p {
	margin-top: 1em;
	font-size: 15px;
	line-height: 2;
}
@media screen and (min-width: 760px) {
	#event h2.ti_main {
		width: 430px;
	}
	#event .schedule span {
		font-size: 0.9em;
	}
	#event h3.ttl {
		font-size: 1.1rem;
	}
	#event ul.col3Box {
		display: flex;
		justify-content: space-between;
	}
	#event ul.col3Box li {
		width: 30%;
	}
}
/*背景イラスト*/
#eventarea {
	position: relative;
}
#gourmet {
	position: relative;
}
#nature {
	position: relative;
}
#experience {
	position: relative;
}
#eventarea::before {
	position: absolute;
	content: '';
	background: url("../../images/il_02_sp.png");
	width: 60px;
	height: 85px;
	top: 9%;
	right: 0%;
}
#gourmet::before {
	position: absolute;
	content: '';
	background: url("../../images/il_03_sp.png");
	width: 100px;
	height: 55px;
	top: 9%;
	right: 0%;
}
#nature::before {
	position: absolute;
	content: '';
	background: url("../../images/il_04_sp.png");
	width: 70px;
	height: 100px;
	top: 8%;
	right: 0%;
}
#experience::before {
	position: absolute;
	content: '';
	background: url("../../images/il_05_sp.png");
	width: 90px;
	height: 92px;
	top: 8%;
	right: 0%;
}
@media screen and (min-width: 760px) {
	#eventarea::before {
		position: absolute;
		content: '';
		background: url("../../images/il_01.png");
		width: 224px;
		height: 35px;
		top: 20%;
		left: -20%;
	}
	#eventarea::after {
		position: absolute;
		content: '';
		background: url("../../images/il_02.png");
		width: 110px;
		height: 155px;
		top: 60%;
		right: -20%;
	}
	#gourmet::before {
		position: absolute;
		content: '';
		background: url("../../images/il_01.png");
		width: 224px;
		height: 35px;
		top: 25%;
		right: -20%;
	}
	#gourmet::after {
		position: absolute;
		content: '';
		background: url("../../images/il_03.png");
		width: 196px;
		height: 107px;
		top: 60%;
		left: -30%;
	}
	#nature::before {
		position: absolute;
		content: '';
		background: url("../../images/il_01.png");
		width: 224px;
		height: 35px;
		top: 20%;
		left: -20%;
	}
	#nature::after {
		position: absolute;
		content: '';
		background: url("../../images/il_04.png");
		width: 117px;
		height: 166px;
		top: 60%;
		right: -20%;
	}
	#experience::before {
		position: absolute;
		content: '';
		background: url("../../images/il_01.png");
		width: 224px;
		height: 35px;
		top: 25%;
		right: -20%;
	}
	#experience::after {
		position: absolute;
		content: '';
		background: url("../../images/il_05.png");
		width: 142px;
		height: 146px;
		top: 60%;
		left: -20%;
	}
}
/* プラン 
----------------------------------------*/
#plan {
	background: rgb(231, 249, 255);
}
#plan h2.ti_plan {
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
	color: #004b9f;
	text-align: center;
	padding: 1em 0;
}
#plan h3 {
	position: relative;
	margin-bottom: 1em;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
}
#plan mark {
	color: #554236;
	background: linear-gradient(transparent 40%, yellow 40% 85%, transparent 85%);
}
.gridContainer {
	gap: 1.5rem 1rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	margin-bottom: 2rem;
	font-size: 15px;
	line-height: 1.6;
}
.gridContainer > dl {
	background-color: #FFF;
	padding-bottom: .5rem;
	border-radius: 8px
}
.gridContainer dt {
	font-size: 1.05rem;
	padding: .5rem .8rem .3rem .8rem;
	background-color: #0097e0;
	color: #fff;
	border-radius: 8px 8px 0 0;
}
.gridContainer dd {
	padding: .5rem .8rem 0 .8rem;
}
.gridContainer img {
	border-radius: 8px;
}
.price {
	display: block;
	margin-top: .2em;
}
.price > b {
	font-size: 1.2em;
}
.flex2Container a {
	margin-bottom: 2em;
	display: block;
	box-shadow: 3px 3px 1px #c7c7c7;
	transform: translate(0, 0);
	transition: 0.3s;
}
.flex2Container a:hover {
	box-shadow: 0 0 1px #c7c7c7;
	transform: translate(3px, 3px);
}
.campainBannerEria {
	max-width: 700px;
	margin: 0 auto 1.5em;
	display: block;
}
.campainBannerEria p {
	padding-top: .5rem;
	line-height: 1.5;
	font-weight: 700;
	font-size: 1.1em;
}
#plan .planbtn {
	margin-bottom: 3.5em;
}
@media screen and (min-width: 760px) {
	#plan .inner {
		padding: 100px 0;
	}
	#plan h3 {
		margin: 2em 0;
	}
	#plan h2.ti_plan {
		font-size: 2.4rem;
		padding: 0;
	}
	.btnText {
		text-align: center;
	}
	.flex2Container {
		display: flex;
		gap: 1em;
	}
}
/* リンク 
----------------------------------------*/
#link {
	padding: 3em 0;
}
#link h2.ti_link {
	position: relative;
	font-size: 1.3rem;
	letter-spacing: 1px;
	font-weight: bold;
	color: #231816;
	text-align: center;
	margin-bottom: 2em;
}
#link h2.ti_link::before {
	position: absolute;
	content: '';
	background: url("../../images/ti_link_line.png");
	width: 302px;
	height: 27px;
	bottom: -70%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 100;
}
#link .btnlink {
	margin: 5em;
}
@media screen and (min-width: 760px) {
	#link {
		padding: 3em 0 4em 0;
	}
	#link h2.ti_link {
		font-size: 2rem;
		letter-spacing: 3px;
	}
	#link h2.ti_link::before {
		bottom: -65%;
		left: 50%;
	}
	#link .btnlink {
		margin: 5em;
	}
}
.carbonzero {
	margin: 0 auto 4em;
	text-align: center;
}
.carbonzero img {
	width: 90%;
	margin-bottom: 2em;
}
@media screen and (min-width: 760px) {
	.carbonzero img {
		width: 70%;
	}
}
/* D&S 
----------------------------------------*/
#dands {
	padding: 5em 0 3em;
}
#dands h2.ti_dands {
	position: relative;
	width: 70%;
	margin: 0 auto 3em;
}
#dands h2.ti_dands::before {
	position: absolute;
	content: '';
	background: url("../../images/ti_dands_line_sp.png");
	width: 260px;
	height: 13px;
	bottom: -35px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 100;
}
#dands h2.ti_dands::after {
	position: absolute;
	content: '';
	background: url("../../images/bg_dands_sp.png");
	width: 49px;
	height: 182px;
	bottom: -60px;
	left: -65px;
}
#dands .copy {
	text-align: left;
	padding-top: 3em;
}
#dands .dandsBox {
	position: relative;
	border: 5px solid #e50038;
	padding: 3em 1em;
	border-radius: 15px;
	margin: 3em 0;
}
#dands .dandsBox .dsBox {
	position: absolute;
	display: inline-block;
	top: -4px;
	right: 20px;
	padding: 4px 16px;
	border-radius: 5px;
	font-size: 0.8rem;
	background: #e50038;
	color: #fff;
}
#dands .ti_dands03 {
	font-size: 2rem;
	font-weight: normal;
	margin-bottom: 0.7em;
	text-align: center;
}
#dands .ti_dands03 span {
	display: block;
	font-size: 1rem;
	margin-top: -7px;
	line-height: 1.5;
}
#dands ul.col3Box, #dands ul.col2Box {
	display: block;
}
#dands ul.col3Box li, #dands ul.col2Box li {
	width: 92%;
	margin: 2em auto;
}
#dands ul.col3Box li img, #dands ul.col2Box li img {
	border-radius: 8px;
}
@media screen and (min-width: 760px) {
	#dands {
		padding: 5em 0 3em;
	}
	#dands h2.ti_dands {
		margin: 0 auto 4em;
		width: 347px;
	}
	#dands h2.ti_dands::before {
		background: url("../../images/ti_dands_line.png");
		width: 386px;
		height: 18px;
		bottom: -50px;
	}
	#dands h2.ti_dands::after {
		background: url("../../images/bg_dands.png");
		width: 99px;
		height: 371px;
		top: -60px;
		left: -300px;
	}
	#dands .copy {
		text-align: center;
	}
	#dands .dandsBox {
		border: 7px solid #e50038;
		padding: 2em;
	}
	#dands .dandsBox .dsBox {
		top: -4px;
		right: 20px;
		padding: 7px 16px;
		border-radius: 5px;
		line-height: 25px;
		font-size: 1rem;
	}
	#dands .ti_dands03 {
		font-size: 3rem;
		margin-bottom: 0.7em;
	}
	#dands .ti_dands03 span {
		font-size: 1.3rem;
		margin-top: -10px;
	}
	#dands ul.col3Box {
		display: flex;
		justify-content: space-between;
	}
	#dands ul.col3Box li {
		width: 30%;
	}
	#dands ul.col2Box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 65%;
		margin: 2em auto;
	}
	#dands ul.col2Box li {
		width: 47%;
	}
	#dands .dandsBox {
		text-align: center;
	}
}
/* Trip+a 
----------------------------------------*/
#trip_a {
	background: #e9e4e1;
	padding: 3em 0;
}
#trip_a .tripa .c_tripa {
	display: block;
	text-align: center;
	padding-bottom: 1em;
}
#trip_a .tripa .c_tripa h2.ti_tripa {
	position: relative;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
}
#trip_a .tripa .c_tripa h2.ti_tripa:before {
	position: absolute;
	content: '';
	background: url("../../images/ic_tripa_check_sp.png");
	width: 65px;
	height: 53px;
	left: -55px;
	bottom: 20px;
}
#trip_a ul.col_tripa {
	display: flex;
	margin: 1.5em 0 2.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px dashed #554236;
}
#trip_a ul.col_tripa:last-child {
	border-bottom: none;
	margin: 0;
}
#trip_a ul.col_tripa li:nth-child(odd) {
	width: 30%;
	margin: 0 10px 0 0;
}
#trip_a ul.col_tripa li:nth-child(odd) img {
	border-radius: 3px;
}
#trip_a ul.col_tripa li:nth-child(even) {
	width: 60%;
}
#trip_a .tripa h3.ti_tripa02 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#trip_a .tripa p {
	font-size: 13px;
	line-height: 1.6;
}
@media screen and (min-width: 760px) {
	#trip_a .tripa .c_tripa h2.ti_tripa {
		font-size: 32px;
	}
	#trip_a .tripa .c_tripa h2.ti_tripa:before {
		background: url("../../images/ic_tripa_check.png");
		width: 91px;
		height: 74px;
		left: -130px;
		bottom: -7px;
	}
	#trip_a ul.col_tripa {
		display: flex;
		justify-content: space-between;
		margin: 1.5em 0;
	}
	#trip_a ul.col_tripa li:nth-child(odd) {
		width: 20%;
		margin-bottom: 0;
	}
	#trip_a ul.col_tripa li:nth-child(even) {
		width: 78%;
	}
	#trip_a .tripa h3.ti_tripa02 {
		font-size: 20px;
	}
	#trip_a .tripa p {
		font-size: 14px;
		line-height: 1.6;
	}
}
/*-----ボタン-----*/
a.btn {
	display: block;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	border-radius: 60px;
	padding: 1.1em 1.4em 1em .5em;
	position: relative;
	box-shadow: 3px 3px 1px #c7c7c7;
	transform: translate(0, 0);
	transition: 0.3s;
}
@media screen and (min-width: 760px) {
	a.btn {
		font-size: 1.3rem;
	}
}
.subNav a.btn {
	font-size: clamp(0.7rem, 0.336rem + 1.82vw, 1.2rem);
	padding: 1em 1.2em .8em .5em;
	background: #000;
}
a.btn.btnRed {
	background: #e50038;
	width: min(400px, 95%);
	margin: auto;
}
a.btn.btnBlue {
	background: #004b9f;
	width: min(400px, 95%);
	margin: auto;
}
a.btnGreen {
	display: block;
	max-width: 680px;
	margin: 3em auto .2em;
	filter: drop-shadow(3px 3px 1px #c7c7c7);
	transform: translate(0, 0);
	transition: 0.3s;
}
a.btn:hover {
	box-shadow: 0 0 1px #c7c7c7;
	transform: translate(3px, 3px);
}
a.btnGreen:hover {
	filter: drop-shadow(0 0 1px #c7c7c7);
	transform: translate(3px, 3px);
}
/*トップボタン調整*/
@media screen and (min-width: 400px) {
	.min400none {
		display: none;
	}
}
/*ボタン矢印*/
#campaign .arrow_right a::after, .btn::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1em;
	width: 9px;
	height: 9px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
/*------inview.ふわっと表示-------------------------------*/
.fadeIn_up {
	opacity: 0;
	transform: translate(0, 50%);
	transition: 1s;
}
.fadeIn_up.is-show {
	transform: translate(0, 0);
	opacity: 1;
}
@media only screen and (max-width: 759px) {
	.for_pc {
		display: none;
	}
}
@media only screen and (min-width: 760px) {
	.for_sp {
		display: none;
	}
}