@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
font-size: 16px;
color: #000;
overflow-x: hidden;
}
main * { font-family: "Noto Sans JP", "メイリオ", 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;
}


}




/*
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;
}


}






/* =========================================================
◆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;
}




/* ナビゲーション 
----------------------------------------*/
.eventnav { 
	background: #00a7ea;
	margin-top: -1px;
}
.eventnav .inner{ padding: 1.8em 0 2.2em; }

.eventnav ul{
	flex-wrap: wrap;
    display: flex;
	justify-content: space-between;
	}
.eventnav li{
    font-size: 13px;
	text-align: center;
    font-weight: bold;
	width: 48%;
    padding: 1em 0.6em;
	margin-bottom: 5px;
	background: #ffff00;
    border-radius: 5px;
}
.eventnav li a { color: #000; }
.eventnav li:hover {
	background: #c3eeff;
	transform: scale(0.5.0.5);
}	
@media screen and (min-width: 760px) {
.eventnav ul{
	justify-content: space-around;
}
.eventnav li{
    padding: 1em 1.3em;
    font-size: 15px;
	width: auto;
}
}

/* section 
---------------------------------*/
#campaign{ padding: 3em 0 1em; }
#map,
#gourmet,
#powerspot,
#experience,
#event,
#plan,
#dands{
	padding: 6em 0 3em;
	background: #fff;
}
@media screen and (min-width: 760px) {
#campaign,
#map,
#gourmet,
#powerspot,
#experience,
#event,
#plan,
#dands{
	padding: 4em 0 0;
}	
}

/*-----ボタン-----*/

.bt_map a.linkbtn,.bt_ds a.linkbtn {
	position: relative;
	background: #ffa41d;
	border: 2px solid #ffa41d;
	border-radius: 60px;
	color: #231816!important;
	display: block;
	font-weight: bold;
	font-size: 17px;
	max-width: 320px;
	padding: 15px 30px;
	text-align: center;
	margin: 0 auto;
}
.bt_plan a.linkbtn {
	position: relative;
	background: #231816;
	border: 2px solid #231816;
	border-radius: 60px;
	color: #fff!important;
	display: block;
	font-weight: bold;
	font-size: 17px;
	max-width: 320px;
	padding: 15px 30px;
	text-align: center;
	margin: 0 auto;
}

/*ボタン矢印*/
.arrow_right a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 27px;
	width: 9px;
	height: 9px;
	margin: auto;
	border-top: 2px solid #231816;
	border-right: 2px solid #231816;
	transform: rotate(45deg);
	box-sizing: border-box;
}
.arrow_right_f a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 27px;
	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) {
.bt_map,.bt_plan,.bt_ds{ }
}

/*追加ボタン*/
.bt_more a.linkbtn {
	position: relative;
	background: #ffa41d;
	border: 2px solid #ffa41d;
	border-radius: 60px;
	color: #231816!important;
	display: block;
	font-weight: bold;
	font-size: 17px;
	max-width: 320px;
	padding: 15px 30px;
	text-align: center;
	margin: 0 auto;
}
.bt_more a.linkbtn:before {
	position: absolute;
    content: '';
    background: url("../images/ic_more_sp.png") ;
	width: 99px;
	height: 44px;
    top: -45px;
    left: -20px;
}
.bt_more p {
	text-align: center;
	font-size: 0.8rem;
    padding-top: 0.5em;
}

@media screen and (min-width: 760px) {
.bt_more a.linkbtn {
	max-width: 560px;
	padding: 20px 30px;
}
.bt_more a.linkbtn:before {
    background: url("../images/ic_more.png") ;
	width: 129px;
	height: 59px;
    top: -55px;
    left: -60px;
}
.bt_more p {
margin-bottom: 3em;
}
}


/* キャンペーン 
----------------------------------------*/
#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: 27px;
	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 .inner{ text-align: center; }
 #map .img_map{ margin: 5em 0 2em; padding: 0; }
 #map .img_map img{ width: 100%; }
 #map p{
	font-size: 12px;
	text-align: left;
}
@media screen and (min-width: 760px) {
 #map .img_map{ margin: 7em 0 2em; padding: 0 2em; }
 #map .img_map img{ width: 80%; }
 #map p{
	font-size: 14px;
}
}

/*メインタイトル
----------------------------------------*/
#gourmet h2.ti_main,
#powerspot h2.ti_main,
#experience h2.ti_main,
#event h2.ti_main {
	position: relative;
    font-weight: bold;
    color: #004b9f;
	text-align: center;
    padding: 0 0 0 1em;
    font-size: 30px;
	margin-bottom: 2.5em;
}
#gourmet h2.ti_main:before,
#powerspot h2.ti_main:before,
#experience h2.ti_main:before,
#event h2.ti_main:before {
	position: absolute;
    content: '';
    background: url("../images/ic_super_sp.png") ;
    width: 100px;
    height: 70px;
	top: -30px;
}
#gourmet h2.ti_main:after,
#powerspot h2.ti_main:after,
#experience h2.ti_main:after,
#event h2.ti_main:after {
	position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
}
/*グルメ*/
#gourmet h2.ti_main:before {
	left: 20px;
	}
#gourmet h2.ti_main:after {
    background: url("../images/ic_gourmet_sp.png") ;
    width: 360px;
    height: 30px;
	bottom: -23px;
}
/*パワースポット*/
#powerspot h2.ti_main:before {
    /*left: -30px;*/
	left: -10px;
    top: -58px;
}
#powerspot h2.ti_main:after {
    background: url("../images/ic_powerspot_sp.png") ;
    width: 360px;
    height: 28px;
	bottom: -23px;
}
/*体験*/
#experience h2.ti_main:before {
    left: 40px;
}
#experience h2.ti_main:after {
    background: url("../images/ic_experience_sp.png") ;
    width: 360px;
    height: 28px;
	bottom: -23px;
}
/*イベント*/
#event h2.ti_main:before {
    left: 0;
}
#event h2.ti_main:after {
    background: url("../images/ic_event_sp.png") ;
    width: 288px;
    height: 32px;
	bottom: -23px;
}
@media screen and (min-width: 760px) {

#gourmet h2.ti_main,
#powerspot h2.ti_main,
#experience h2.ti_main,
#event h2.ti_main {
	margin-bottom: 3em;
    font-size: 50px;
}
#gourmet h2.ti_main:before,
#powerspot h2.ti_main:before,
#experience h2.ti_main:before,
#event h2.ti_main:before {
    background: url("../images/ic_super.png") ;
    width: 200px;
    height: 140px;
	top: -45px;
}
#gourmet h2.ti_main:after,
#powerspot h2.ti_main:after,
#experience h2.ti_main:after,
#event h2.ti_main:after {
}
/*グルメ*/
#gourmet h2.ti_main:before {
    left: 110px;
}
#gourmet h2.ti_main:after {
    background: url("../images/ic_gourmet.png") ;
    width: 785px;
    height: 70px;
	bottom: -62px;
}
/*パワースポット*/
#powerspot h2.ti_main:before {
    left: 15px;
}
#powerspot h2.ti_main:after {
    background: url("../images/ic_powerspot.png") ;
    width: 875px;
    height: 70px;
	bottom: -62px;
}
/*体験*/
#experience h2.ti_main:before {
    left: 132px;
}
#experience h2.ti_main:after {
    background: url("../images/ic_experience.png") ;
    width: 858px;
    height: 69px;
	bottom: -62px;
}
/*イベント*/
#event h2.ti_main:before {
    left: 88px;
}
#event h2.ti_main:after {
    background: url("../images/ic_event.png") ;
    width: 625px;
    height: 69px;
	bottom: -62px;
}
}


/* グルメ 
----------------------------------------*/
#gourmet{ background: #e7f9ff; }
/*共通*/
#gourmet ul.col_gourmet01,
#gourmet ul.col_gourmet02,
#gourmet ul.col_gourmet03 {
    display: flex;
	justify-content: right;
	margin: 5em 0 -2em;
    padding: 0;
}
/*熊本・鹿児島*/
#gourmet ul.col_gourmet01 li:nth-child(odd),
#gourmet ul.col_gourmet03 li:nth-child(odd){
	text-align: center;
	width: 18%;
	padding: 0 1em 0 0;
}
#gourmet ul.col_gourmet01 li:nth-child(even),
#gourmet ul.col_gourmet03 li:nth-child(even) {
	/*width: 82%;*/
	width: 80%;
}
/*宮崎*/
#gourmet ul.col_gourmet02 li:nth-child(odd) {
	width: 82%;
}
#gourmet ul.col_gourmet02 li:nth-child(even) {
	width: 18%;
	padding: 0 0 0 1em;
	text-align: center;
}
/*共通写真*/
#gourmet .grt_photo{
    display: flex;
	justify-content: space-between;
}
#gourmet .grt_photo_l { width: 48%; }
#gourmet .grt_photo_r { width: 48%; }
#gourmet .grt_photo img{
	border-radius: 20px;
}
#gourmet .grt_photo_l p,#gourmet .grt_photo_r p {
	text-align: center;
	padding: 0.5em;
	font-size: 11px;
}
/*共通_ローマ字*/
#gourmet span{
	font-weight: bold;
	font-size: 10px;
	margin: 1em auto;
	letter-spacing: 0.1em;
}
/*共通_県名*/
#gourmet h3.ti_kumamoto,
#gourmet h3.ti_miyazaki,
#gourmet h3.ti_kagoshima{
	position: relative;
	writing-mode: vertical-rl;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 30px;
	margin: 1em auto 0.2em;
}
#gourmet h3.ti_kumamoto:before {
	position: absolute;
    content: '';
    background: url("../images/ic_kumamoto_sp.png") ;
	width: 76px;
	height: 33px;
    top: -46px;
    left: -18px;
}	
#gourmet h3.ti_miyazaki:before {
	position: absolute;
    content: '';
    background: url("../images/ic_miyazaki_sp.png") ;
	width: 67px;
	height: 50px;
    top: -58px;
    left: -6px;
}
#gourmet h3.ti_kagoshima:before {
	position: absolute;
    content: '';
    background: url("../images/ic_kagoshima_sp.png") ;
	width: 68px;
	height: 54px;
    top: -65px;
    left: -10px;
}
#gourmet .deco { margin-top: -10px; }

@media screen and (min-width: 760px) {

/*共通*/
#gourmet ul.col_gourmet01,
#gourmet ul.col_gourmet02,
#gourmet ul.col_gourmet03 {
	margin: 5em 0;
    padding: 1em 3em 0;
}
/*熊本・鹿児島*/
#gourmet ul.col_gourmet01 li:nth-child(odd),
#gourmet ul.col_gourmet03 li:nth-child(odd){
	width: 20%;
	padding: 0 2em 0 0;
}
#gourmet ul.col_gourmet01 li:nth-child(even),
#gourmet ul.col_gourmet03 li:nth-child(even) {
	width: 78%;
}
/*宮崎*/
#gourmet ul.col_gourmet02 li:nth-child(odd) {
	width: 78%;
}
#gourmet ul.col_gourmet02 li:nth-child(even) {
	width: 20%;
	padding: 0 2em 0 0;
}

/*共通写真*/
#gourmet .grt_photo{
    display: flex;
	justify-content: space-between;
}
#gourmet .grt_photo_l p,#gourmet .grt_photo_r p {
	font-size: 14px;
}
/*共通_ローマ字*/
#gourmet span{
	font-size: 13px;
}
/*共通_県名*/
#gourmet h3.ti_kumamoto,
#gourmet h3.ti_miyazaki,
#gourmet h3.ti_kagoshima{
	font-size: 52px;
	margin: 2em auto 0.2em;
}
#gourmet h3.ti_kumamoto:before {
    background: url("../images/ic_kumamoto.png") ;
	width: 137px;
	height: 59px;
    top: -82px;
    left: -30px;
}
#gourmet h3.ti_miyazaki:before {
    background: url("../images/ic_miyazaki.png") ;
	width: 115px;
	height: 85px;
    top: -95px;
    left: -6px;
}
#gourmet h3.ti_kagoshima:before {
    background: url("../images/ic_kagoshima.png") ;
	width: 124px;
	height: 97px;
    top: -110px;
    left: -16px;
}
#gourmet .deco { margin-top: -20px; }

}


/* パワースポット 
----------------------------------------*/
#powerspot{ background: #e7f9ff; }
#powerspot ul.col_powerspot {
    display: block;
	padding: 3em 0 0;
}
#powerspot ul.col_powerspot li {
	position: relative;
	width: 100%;
	margin-bottom: 6em;
}
#powerspot ul.col_powerspot li:last-child {
	margin-bottom: 0;
}
#powerspot ul.col_powerspot li h3.ti_kumamoto,ul.col_powerspot li h3.ti_miyazaki,ul.col_powerspot li h3.ti_kagoshima {
    font-weight: bold;
    padding: 0.8em 0 0.5em;
	font-size: 20px;
}
#powerspot ul.col_powerspot li img {
	border-radius: 20px;
}
#powerspot ul.col_powerspot li h3.ti_kumamoto:before,
#powerspot ul.col_powerspot li h3.ti_miyazaki:before,
#powerspot ul.col_powerspot li h3.ti_kagoshima:before {
	position: absolute;
    content: '';
    width: 88px;
    height: 58px;
    top: -55px;
    left: 7px;
}
#powerspot ul.col_powerspot li h3.ti_kumamoto:before {
    background: url("../images/ic_ps_kumamoto_sp.png") ;
}
#powerspot ul.col_powerspot li h3.ti_miyazaki:before {
    background: url("../images/ic_ps_miyazaki_sp.png") ;
}
#powerspot ul.col_powerspot li h3.ti_kagoshima:before {
    background: url("../images/ic_ps_kagoshima_sp.png") ;
}
#powerspot ul.col_powerspot li p {
	font-size: 14px;
	line-height: 1.4;
}
@media screen and (min-width: 760px) {

#powerspot ul.col_powerspot {
    display: flex;
	justify-content: space-between;
	padding: 3em 2em;
}
#powerspot ul.col_powerspot li {
	width: 31%;
}
#powerspot ul.col_powerspot li h3.ti_kumamoto,ul.col_powerspot li h3.ti_miyazaki,ul.col_powerspot li h3.ti_kagoshima {
	font-size: 22px;
}
#powerspot ul.col_powerspot li h3.ti_kumamoto:before,
#powerspot ul.col_powerspot li h3.ti_miyazaki:before,
#powerspot ul.col_powerspot li h3.ti_kagoshima:before {
    width: 105px;
    height: 69px;
    top: -66px;
    left: 7px;
}
#powerspot ul.col_powerspot li h3.ti_kumamoto:before {
    background: url("../images/ic_ps_kumamoto.png") ;
}
#powerspot ul.col_powerspot li h3.ti_miyazaki:before {
    background: url("../images/ic_ps_miyazaki.png") ;
}
#powerspot ul.col_powerspot li h3.ti_kagoshima:before {
    background: url("../images/ic_ps_kagoshima.png") ;
}
#powerspot ul.col_powerspot li p {
	font-size: 16px;
	line-height: 1.6;
}
}


/* 体験 
----------------------------------------*/
#experience{ background: #e7f9ff; }

#experience ul.col_experience {
    display: block;
	padding: 3em 0 5em;
}
#experience ul.col_experience li {
	position: relative;
	width: 100%;
	margin-bottom: 6em;
}
#experience ul.col_experience li:last-child {
	margin-bottom: 0;
}
#experience ul.col_experience li h3.ti_kumamoto,ul.col_experience li h3.ti_miyazaki,ul.col_experience li h3.ti_kagoshima {
    font-weight: bold;
    padding: 0.8em 0 0.5em;
	font-size: 20px;
}
#experience ul.col_experience li img {
	border-radius: 20px;
}
#experience ul.col_experience li h3.ti_kumamoto:before,
#experience ul.col_experience li h3.ti_miyazaki:before,
#experience ul.col_experience li h3.ti_kagoshima:before {
	position: absolute;
    content: '';
    width: 88px;
    height: 58px;
    top: -55px;
    left: 7px;
}
#experience ul.col_experience li h3.ti_kumamoto:before {
    background: url("../images/ic_ps_kumamoto_sp.png") ;
}
#experience ul.col_experience li h3.ti_miyazaki:before {
    background: url("../images/ic_ps_miyazaki_sp.png") ;
}
#experience ul.col_experience li h3.ti_kagoshima:before {
    background: url("../images/ic_ps_kagoshima_sp.png") ;
}
#experience ul.col_experience li p {
	font-size: 14px;
	line-height: 1.4;
}
@media screen and (min-width: 760px) {
#experience ul.col_experience {
    display: flex;
	justify-content: space-between;
	padding: 3em 0 1em;
}
#experience ul.col_experience li {
	width: 31%;
}
#experience ul.col_experience li h3.ti_kumamoto,ul.col_experience li h3.ti_miyazaki,ul.col_experience li h3.ti_kagoshima {
	font-size: 22px;
}
#experience ul.col_experience li h3.ti_kumamoto:before,
#experience ul.col_experience li h3.ti_miyazaki:before,
#experience ul.col_experience li h3.ti_kagoshima:before {
    width: 105px;
    height: 69px;
    top: -66px;
    left: 7px;
}
#experience ul.col_experience li h3.ti_kumamoto:before {
    background: url("../images/ic_ps_kumamoto.png") ;
}
#experience ul.col_experience li h3.ti_miyazaki:before {
    background: url("../images/ic_ps_miyazaki.png") ;
}
#experience ul.col_experience li h3.ti_kagoshima:before {
    background: url("../images/ic_ps_kagoshima.png") ;
}
#experience ul.col_experience li h3.ti_kumamoto:after,
#experience ul.col_experience li p {
	font-size: 16px;
	line-height: 1.6;
}
}


/* イベント 
----------------------------------------*/
#event{ background: #e7f9ff; }
#event img { border-radius: 20px; }

/*熊本*/
#event ul.col_event01 {
	display: block;
    margin: auto;
	margin-bottom: 8em;
	padding: 0;
}
#event ul.col_event01 li:nth-child(odd) { width: 100%; margin-bottom: 10px;}
#event ul.col_event01 li:nth-child(even) { width: 100%; }
#event ul.col_event01 li h3.ti_ev_kumamoto {
	position: relative;
    font-weight: bold;	
	font-size: 20px;
    padding: 0.8em 0 0.5em;
}
#event ul.col_event01 li h3.ti_ev_kumamoto:before {
	position: absolute;
    content: '';
    background: url("../images/ic_ps_kumamoto_sp.png") ;
    width: 88px;
    height: 58px;
	top: -44px;
    left: 0px;
}
/*宮崎*/
#event ul.col_event02{
    display: block;
	margin-bottom: 8em;
	padding: 0;
}
#event ul.col_event02 li:nth-child(odd) {
	width: 100%;
	position: relative;
}
#event ul.col_event02 li:nth-child(even) { width: 100%; }
#event ul.col_event02 li h3.ti_ev_miyazaki01,li h3.ti_ev_miyazaki02 {
    font-weight: bold;	
	font-size: 20px;
    padding: 0.8em 0 0.5em;
}
#event ul.col_event02 li h3.ti_ev_miyazaki01:before {
	position: absolute;
    content: '';
    background: url("../images/ic_ps_miyazaki_sp.png") ;
    width: 88px;
    height: 58px;
	top: -48px;
    left: 0px;
}
/*鹿児島*/
#event ul.col_event03 {
    display: block;
	margin: auto;
	margin-bottom: 5em;
	padding: 0;
}
#event ul.col_event03 li:nth-child(odd) { width: 100%; margin-bottom: 10px; }
#event ul.col_event03 li:nth-child(even) { width: 100%; }
#event ul.col_event03 li h3.ti_ev_kagoshima {
	position: relative;
    font-weight: bold;
	font-size: 20px;
    padding: 0.8em 0 0.5em;
}
#event ul.col_event03 li h3.ti_ev_kagoshima:before {
	position: absolute;
    content: '';
    background: url("../images/ic_ps_kagoshima_sp.png") ;
    width: 88px;
    height: 58px;
	top: -45px;
    left: 0;
}
#event ul p {
	font-size: 14px;
	line-height: 1.4;
    margin-bottom: 1em;
}
@media screen and (min-width: 760px) {
/*熊本*/
#event ul.col_event01 {
    display: flex;
	justify-content: space-between;
	align-items: flex-end;
	/*flex-direction: column-reverse;*/
	margin-bottom: 10em;
	padding: 0 2em;
}
#event ul.col_event01 li:nth-child(odd) { width: 42%; margin-bottom: 0; order: 1; }
#event ul.col_event01 li:nth-child(even) { width: 55%; }
#event ul.col_event01 li h3.ti_ev_kumamoto {
	font-size: 24px;
    padding: 0.3em 0;
}
#event ul.col_event01 li h3.ti_ev_kumamoto:before {
    background: url("../images/ic_ps_kumamoto.png") ;
    width: 105px;
    height: 69px;
	top: -30px;
    left: 262px;
}
/*宮崎*/
#event ul.col_event02{
    display: flex;
	justify-content: space-between;
	margin-bottom: 8em;
	padding: 0 2em;
}
#event ul.col_event02 li:nth-child(odd) { width: 48%; }
#event ul.col_event02 li:nth-child(even) { width: 48%; }
#event ul.col_event02 li h3.ti_ev_miyazaki01,li h3.ti_ev_miyazaki02 {
	font-size: 24px;
    padding: 0.8em 0;
}
#event ul.col_event02 li h3.ti_ev_miyazaki01:before {
    background: url("../images/ic_ps_miyazaki.png") ;
    width: 105px;
    height: 69px;
	top: -60px;
    left: 0px;
}
/*鹿児島*/
#event ul.col_event03 {
    display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 5em;
	padding: 0 2em;
}
#event ul.col_event03 li:nth-child(odd) { width: 43%; margin-bottom: 0; }
#event ul.col_event03 li:nth-child(even) { width: 55%; }
#event ul.col_event03 li h3.ti_ev_kagoshima {
	font-size: 24px;
    padding: 0.3em 0;
}
#event ul.col_event03 li h3.ti_ev_kagoshima:before {
    background: url("../images/ic_ps_kagoshima.png") ;
    width: 105px;
    height: 69px;
	top: -65px;
    left: 0px;
}
#event ul p {
	font-size: 16px;
	line-height: 1.6;
    margin-bottom: 1em;
}
}


/* プラン 
----------------------------------------*/
#plan{
	background: #f9be00;
	padding: 3em 2em;
 }
#plan h2.ti_plan {
    font-size: 28px;
    letter-spacing: 3px;
    font-weight: bold;
    color: #383838;
    text-align: center;
    margin-bottom: 0.5em;
}
#plan h2.ti_plan span{
    color: #fff;
}
#plan .point{ 
	text-align: center;
    margin-top: 1em;
    font-weight: bold;
	font-size: 14px; 
}
@media screen and (min-width: 760px) {
#plan h2.ti_plan {
    font-size: 45px;
    letter-spacing: 5px;
}
#plan .point{
    font-size: 16px;
}
}



/* D＆S 
----------------------------------------*/
#dands{
	background: #e9e0d5;
}
#dands h2.ti_dands {
    letter-spacing: 1px;
    font-weight: bold;
    color: #383838;
	text-align: center;
    font-size: 22px;
    margin-bottom: 1em;
}
#dands h2.ti_dands span{ color: #e72b2b; }

#dands h3.train {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #e72b2b;
    margin-bottom: 1.5em;
	text-align: center;
}
#dands h3.train span {
	color: #383838;
    font-size: 20px;
}
#dands p {
	margin-bottom: 1em;
	font-size: 14px;
	line-height: 1.6;
}
#dands .dands02 {
	font-size: 14px;
    color: #383838;
    margin-bottom: 3em;
}

#dands ul.column02 {
    display: block;
	/*vertical-align: top;*/
	margin-bottom: 4em;
	padding: 0;
}
#dands ul.column02 li {
	width: 90%;
	margin: 1em auto 3em;
	background: #fff;
    position: relative;
	padding: 3em 1.5em 1.5em;
	border-radius: 2px;	
}
#dands ul.column02 li .roundtrip{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	color: #fff;
	background: #4e4e4e;
	font-size: 12px;
	line-height: 1;
 	padding: 5px 10px;
}
#dands .search{
	border: #5B5B5B 1px solid;
	padding: 0.5em;
	margin-bottom: 1.9em;
    font-size: 13px;
    text-align: center;
 }
#dands .ds_photo{
	vertical-align: bottom;
 }
@media screen and (min-width: 760px) {
#dands h2.ti_dands {
    font-size: 38px;
    margin-bottom: 1.5em;
}
#dands h3.train {
    font-size: 25px;
}
#dands p {
    font-size: 16px;
}
#dands .dands02 {
	font-size: 16px;
}
#dands ul.column02 {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 4em;
	/*padding: 0 2em;*/
}
#dands ul.column02 li {
	width: 44%;
	margin-bottom: 2em;
}
#dands ul.column02 li .roundtrip{
	font-size: 13px;
}	
}




@media only screen and (max-width: 759px) {
	.for_pc{ display: none; }	
}
@media only screen and (min-width: 760px) {
	.for_sp{ display: none; }
}








