@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;}

@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;
}

/*
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;
	}

/*news*/
	#newsImportant {
		margin: 5px;
		display: flex;
		font-size: 11px;
	}
	#newsImportant dt {
		width: 72px;
		height: fit-content;
		background: #e62d2d;
		color: #FFF;
		text-align: center;
		border-radius: 3px;
		margin-top: 2px;
		padding: 3px 0;
	}
	#newsImportant dd {
		width: 100%;
		padding: 0 10px;
	}
	#newsImportant li {
		padding: 5px 3px 5px 12px;
		position: relative;
		font-size: 1.1em;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	}
	#newsImportant li:nth-of-type(n+2) {
		border-top: 1px dotted #ccc;
	}
	#newsImportant li:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 6px solid #555555;
		border-right: 0;
		position: absolute;
		top: 7px;
		left: 0;
	}

}




/*
PC
==================================================== */
@media screen and (min-width: 760px),print {
.pcnone{
	display:none;
}
#container{
  position: relative;
  z-index:1;
}


/*footer*/
	#footer {
		background-color: #F0F5FA;
	}
	#footer .inner {
		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;
	}

/*news*/
	#newsImportant {
		width: 100%;
		max-width: 970px;
		margin: 5px auto;
		display: flex;
		font-size: 12px;
		padding: 8px;
	}
	#newsImportant dt {
		width: 72px;
		height: fit-content;
		background: #e62d2d;
		color: #FFF;
		text-align: center;
		border-radius: 3px;
		margin-top: 1px;
		padding: 3px 0;
	}
	#newsImportant dd {
		width: 100%;
		padding: 0 10px;
	}
	#newsImportant li {
		padding: 3px 3px 3px 12px;
		position: relative;
		font-size: 13px;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	}
	#newsImportant li:nth-of-type(n+2) {
		border-top: 1px dotted #ccc;
	}
	#newsImportant li:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 6px solid #555555;
		border-right: 0;
		position: absolute;
		top: 7px;
		left: 0;
	}

}






/* =========================================================
◆lazyload
========================================================= */
.lazyload, .lazyloading {opacity: 0;}
.lazyloaded {
opacity: 1;
transition: opacity 500ms;
}

.inner{
	width: 96%;
	margin: 0 2%;
	padding: 24px 0;
	box-sizing: border-box;
}
/*760px以上*/
@media screen and (min-width: 760px),print {
.inner{
	width: 96%;
	max-width:970px;
	min-width:760px;
	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: 1em 0 0.5em; }

.cp_nav ul{
	flex-wrap: wrap;
    display: flex;
	justify-content: space-around;
	width: 96%;
    margin: auto;
}
.cp_nav li{
	width: 21%;	
    padding: 0 0 0.5em 0;
}
.cp_nav li span{
    padding: 0.5em 0;
    color: #fff;
    font-size: 0.7rem;
    text-align: center;
    display: block;
}
.cp_nav li:hover { }	
@media screen and (min-width: 760px) {
.cp_nav .inner{ padding: 1.7em 0 1.5em; }
.cp_nav ul{ justify-content: space-between; }
.cp_nav li{
	width: 11%;
    padding: 0.5em;
}
.cp_nav li span{
    font-size: 0.9rem;
}
}

/* section 
---------------------------------*/
#campaign{ padding: 3em 0 1em; }
#map,
#event,
#plan,
#link,
#dands,
#trip_a{
	color: #554236;
	font-size: 14px;
	line-height: 1.6;
}
@media screen and (min-width: 760px) {
#campaign,
#map,
#event,
#plan,
#link,
#dands,
#trip_a{
	font-size: 16px;
	line-height: 2;
}
}


/* キャンペーン 
----------------------------------------*/
#campaign{ background: #e7f9ff; }
#campaign 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 {
    content: '';
    background-color: #fff;
    opacity: 0.3;
    transform: rotate(43deg);
    position: absolute;
    bottom: -250px;
    right: -213px;
    width: 300px;
    height: 500px;
}

#campaign .catch{
	margin: 2em 0;
}
#campaign .catch p{
	font-size: 0.8rem;
    margin-top: 1em;
}
#campaign .flow {
	flex-wrap: wrap;
    display: flex;
    justify-content: center;
    margin: 4em 0 2em;
}
#campaign .flow h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 3px;
}
#campaign .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 .flowbox{
	/*width: 90%;*/
	margin: 0 auto 4em;
}
#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 h2.ti_campaign {
    font-size: 24px;
    padding: 0.7em 2em;
    letter-spacing: 3px;
}
#campaign .catch p{
	font-size: 0.9rem;
    margin-top: 0.7em;
}
#campaign .flow {
    margin: 7em 0 2em;
}
#campaign .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;
}
/*ボタン矢印*/
#campaign .arrow_right a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	width: 9px;
	height: 9px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	box-sizing: border-box;
}

@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);
}

}


/* 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: #e50038; }
#plan h2.ti_plan {
    font-size: 2rem;
    letter-spacing: 3px;
    font-weight: bold;
    color: #231816;
    text-align: center;
    /*margin-bottom: 0.5em;*/
}
#plan h2.ti_plan span{ color: #fff; }
#plan p{ 
	color: #fff;
	font-size: 1.1rem;
    font-weight: bold;
	text-align: center;
}
ul.planbtn{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
    margin: 1.5em auto 0;
}
ul.planbtn li{ width: 48%;
	margin-bottom: 1.5em;
}

@media screen and (min-width: 760px) {

#plan h2.ti_plan {
    font-size: 2.8rem;
    letter-spacing: 5px;
}
#plan p{ 
	font-size: 1.3rem;
}
ul.planbtn{
	margin-top: 1.5em;
}
ul.planbtn li{ width: 23%;}
}

/* リンク 
----------------------------------------*/
#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.btnCp,a.btnCp_r {
	display: block;
	color: #fff;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	padding: 1.3em .5em;
	background: #c7c7c7;
	border-radius: 60px;
	box-sizing: border-box;
	max-width: 360px;
	margin: 0 auto;
	position: relative;
}
a.btnCp span,a.btnCp_r span {
	position: relative;
	display: block;
	transform: translate(-3px, -3px);
	transition: 0.3s;
	z-index: +1;
}
a.btnCp:after,a.btnCp_r:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: #231816;
	border-radius: 60px;
	box-sizing: border-box;
	transform: translate(-3px, -3px);
	transition: 0.3s;
}
a.btnCp_r:after {/*赤*/
	background: #e50038;
}
a.btnCp:hover span,a.btnCp_r:hover span {
  transform: translate(0, 0);
}
a.btnCp:hover:after,a.btnCp_r:hover:after {
  transform: translate(0, 0);
}
@media screen and (min-width: 760px) {
a.btnCp,a.btnCp_r {
	font-size: 1rem;
	max-width: 430px;
}
a.btnCp span,a.btnCp_r span { }
a.btnCp:after,a.btnCp_r:after { }
a.btnCp:hover span,a.btnCp_r:hover span { }
a.btnCp:hover:after,a.btnCp_r:hover:after { }
}


/*------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; }
}








