@charset "utf-8";

/*PCSP共通設定*/
section:nth-of-type(odd){background-color:#f0f0f0;}
section:nth-of-type(even){background-color:#fff;}
html {scroll-behavior: smooth;}/*smooth scroll*/
main * { font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
	margin: 0 1%;
}
/*h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom: 5px dotted #111;
	margin: 0 auto 3%;
	padding-bottom: 5px;
	width: 94%;
	clear: both;
}*/
.inner{
	width: 96%;
	margin: 0 2%;
	padding: 24px 0;
	box-sizing: border-box;
}

/*title*/
img#mainphoto {
	width: 100%;
	margin-bottom: 5%;
}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 14px;
    width: auto;
	max-width:970px;
	min-width:760px;
    margin: 0 auto 5px;
}
/*h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-bottom: 5px dotted #111;
	margin-bottom: 3%;
	padding-bottom: 5px;
	clear: both;
}*/
.inner{
	width: 96%;
	max-width:970px;
	min-width:760px;
	margin: 0 auto;
	padding:50px 0;
	display: block;
}

/*title*/
img#mainphoto {
	width: 100%;
	max-width:970px;
	margin:0 auto 2%;
	display:block;
}

}


main img{ border-radius: 2px; width: 100%; }

/* ナビゲーション 
----------------------------------------*/
.eventnav { background: #fabe00; }
.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: normal;
	width: 42%;
    padding: 1em;
	margin-bottom: 5px;
	background: #ff7a00;
    border-radius: 5px;
}
.eventnav li a { color: #fff; }
.eventnav li:hover {
	background: #ff4e00;
	transform: scale(0.5.0.5);
}	
@media screen and (min-width: 760px) {
.eventnav ul{
	justify-content: space-around;
}
.eventnav li{
    padding: 1em 0.7em;
    font-size: 14px;
	font-weight: bold;
	width: auto;
}
}

/* section 
---------------------------------*/
#map,
#gourmet,
#powerspot,
#experience,
#event,
#plan,
#notes,
#dands,
#trip_a{
	padding: 6em 0 3em;
	background: #fff;
}
@media screen and (min-width: 760px) {
	
#map,
#gourmet,
#powerspot,
#experience,
#event,
#plan,
#notes,
#dands,
#trip_a{
	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{ }
}





/* マップ 
----------------------------------------*/
 #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: #ff7a00;
	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;
}
#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: #fff5e9; }
/*共通*/
#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%;
}
/*宮崎*/
#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: 11px;
	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: #fff5e9; }
#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: #fff5e9; }

#experience ul.col_experience {
    display: block;
	padding: 3em 0 0;
}
#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;
}
#experience .option02 {
    display: block;
    width: 110px;
    position: absolute;
    top: 4px;
    left: 6px
}
#experience ul.col_experience li span.option02 img {
	border-radius: 5px;
}
@media screen and (min-width: 760px) {
#experience ul.col_experience {
    display: flex;
	justify-content: space-between;
	padding: 3em 2em;
}
#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: #fff5e9; }
#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; 
}
#plan .bn_wester{
	margin: 3em 0 0;
    text-align: center;
}
#plan .bn_wester img{
	width: 100%;
}
@media screen and (min-width: 760px) {
#plan h2.ti_plan {
    font-size: 45px;
    letter-spacing: 5px;
}
#plan .point{
    font-size: 16px;
}
#plan .bn_wester{
	margin: 5em 0 0;
}
#plan .bn_wester img{
	width: 45%;
}
}



/* 注意事項 
----------------------------------------*/
#notes{ background: #fff5e9; }
#notes .notesbox{
	background: #fff;
	border-top: #9b9b9b dashed 1px;
	border-bottom: #9b9b9b dashed 1px;
	padding: 2em;
	font-size: 14px;
	line-height: 1.6;
}
#notes h2.ti_notes {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #383838;
    margin-bottom: 1.5em;
}
#notes h3.ti_notes02 {
	position: relative;
    font-size: 15px;
	font-weight: bold;
    color: #383838;
    margin-bottom: 2em;
	padding-left: 6em;
}
#notes h3.ti_notes02:before {
	position: absolute;
    content: '';
    background: url("../images/ic_option.png") ;
	width: 84px;
    height: 46px;
	top: 0;
    left: -5px;
}
#notes .tx_red {
	color: #FF0004;
	margin-bottom: 1.5em;
}
#notes .ln {
	border-bottom: #bfbfbf solid 1px;
	margin-bottom: 1.5em;
}
	
#notes .banner{
	width: 100%;
	margin: 4em auto 3em;
}
#notes h4.bn{
    font-size: 13px;
    padding-bottom: 0.5em;
    color: #cd0d0d;
}
#notes .rentcar{
	background: #fff;
	border: #fabe01 5px solid;
	margin: 5em 0;
	border-radius: 3px;
}
#notes .rentcar h4.tl_rentcar{
	padding: 8px 20px 12px;
    margin: -1px;
    background: #fabe01;
	font-size: 16px;
	font-weight: bold;
}
#notes .rentcar h4.tl_rentcar span{
	padding: 8px 12px;
    background: #fff;
    color: #000;
    display: block;
    border-radius: 6px;
    margin-bottom: 1em;
	text-align: center;
}
#notes ul.col_rentcar {
    width: 90%;
    margin: 1em auto 2em;
}
#notes ul.col_rentcar li:nth-child(odd) { 
	width: 90%;
	border: 1px #C5C5C5 solid;
	padding: 10px;
	margin: 2em auto;
}
#notes ul.col_rentcar li:nth-child(even) { 
	width: 100%;
    font-size: 14px;
}
#notes .point {
    font-weight: bold;
    font-size: 16px;
	text-align: center;
	margin: 2em 0 0.5em;
}
@media screen and (min-width: 760px) {

#notes .notesbox{ }
#notes h2.ti_notes { font-size: 22px; }
#notes h3.ti_notes02 { }
#notes h3.ti_notes02:before {
    background: url("../images/ic_option.png") ;
	top: -13px;
    left: -5px;
}
#notes .banner{
	width: 640px;
	margin: 5em auto 0;
}
#notes h4.bn{
    font-size: 15px;
}
#notes .rentcar{ }
#notes .rentcar h4.tl_rentcar{
	padding: 6px 12px 10px 20px;
	font-size: 18px;
	letter-spacing: 1px;
}
#notes .rentcar h4.tl_rentcar span{
    display: inline-block;
    margin-right: 1.5em;
    margin-bottom: 0;
}
#notes ul.col_rentcar {
    display: flex;
	justify-content: space-between;
    align-items: center;
    margin: 1em auto;
}
#notes ul.col_rentcar li:nth-child(odd) { 
	width: 30%;
}
#notes ul.col_rentcar li:nth-child(even) { 
	width: 65%;
    font-size: 15px;
	text-align: center;
}
#notes .point {
	margin: 2em 0 0.3em;
}
}

/* デジタルパンフレット 
----------------------------------------*/

#digital{ 
	background: #ffe5c6;
	padding: 3em 2em;
}
#digital h2.ti_digital {
    font-size: 27px;
    letter-spacing: 0px;
	font-weight: bold;
    color: #383838;
    text-align: center;
    margin-bottom: 0.5em;
}
#digital h2.ti_digital span{
    color: #ffb053;
}
#digital .pamphlet{
	width: 100%;
	margin: 3em auto 0;
	text-align: center;
}
#digital .pamphlet img{
	width: 80%;
}
#digital .point{ 
	font-size: 14px; 
	text-align: center;
    margin-top: 1em;
    font-weight: bold;
}
@media screen and (min-width: 760px) {
	
#digital h2.ti_digital {
    font-size: 38px;
	letter-spacing: 5px;
}
#digital .pamphlet{
	width: 290px;
}
#digital .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;
}	
}


/* Trip+a 
----------------------------------------*/
#trip_a .tripa{
	border: 1px solid #92977c;
	padding: 2em 1em 0 1em;
	border-radius: 5px;
}
#trip_a .tripa .c_tripa{
	display: block;
	text-align: center;
	padding-bottom: 2em;
}
#trip_a .tripa .c_tripa h2.ti_tripa{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	background: linear-gradient(transparent 70%, #fee6ca 70%);
}
#trip_a .tripa .c_tripa h2.ti_tripa span{
	color: #1d6d10; 
}
#trip_a ul.col_tripa {
    display: block;
    margin: 1.5em 0 2.5em;
	padding-bottom: 1.5em;
    border-bottom: 1px dashed #757575;
}
#trip_a ul.col_tripa:last-child {
    border-bottom: none;
    margin: 0;
}
#trip_a ul.col_tripa li:nth-child(odd) { width: 100%; margin-bottom: 10px; }
#trip_a ul.col_tripa li:nth-child(odd) img { border-radius: 5px; }
#trip_a ul.col_tripa li:nth-child(even) { width: 100%; }
#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.4;
}
@media screen and (min-width: 760px) {
#trip_a .tripa{
	border: 2px solid #92977c;
	padding: 2em 2em 0 2em;
}
#trip_a .tripa .c_tripa{ }
#trip_a .tripa .c_tripa h2.ti_tripa{
	font-size: 26px;
}
#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%;
	margin: 1.5em 0;
}
#trip_a .tripa h3.ti_tripa02{
	font-size: 20px;
}
#trip_a .tripa p{
	font-size: 14px;
	line-height: 1.6;
}
}


@media only screen and (max-width: 759px) {
	.for_pc{ display: none; }	
}
@media only screen and (min-width: 760px) {
	.for_sp{ display: none; }
}

/* gadget
----------------------------------------*/
#gadget h2.ti_search {
    letter-spacing: 1px;
    font-weight: bold;
    color: #383838;
	text-align: center;
    font-size: 22px;
    margin-bottom: 1em;
}
#gadget h2.ti_search span{ color: #e72b2b;}
@media screen and (min-width: 760px) {
#gadget h2.ti_search {
    font-size: 38px;
    margin-bottom: 1.5em;
}
}

/* ↓↓gadget color↓↓ */
:root {
	--gadget-accent-color: #383838;
	--gadget-noactive-color: #fff;
	--gadget-botton-color: #ffa41d;
}
.search_kokunaiBar .fw-top .fw-checkbox__label:before {border-color: var(--gadget-accent-color);}
.search_kokunaiBar .fw-top .fw-checkbox__input:checked + .fw-checkbox__label:before {
    background-color: var(--gadget-accent-color);
    border-color: var(--gadget-accent-color);
}
.search_kokunaiBar .fw-top .fwnta-modal-tab__list {border-bottom-color: var(--gadget-accent-color);}
.search_kokunaiBar .fw-top .fwnta-modal-tab__list > li.fw-is-active {background: var(--gadget-accent-color);}
.search_kokunaiBar .fw-top .fwnta-modal-btn-clear {
    border-color: var(--gadget-accent-color);
    color: var(--gadget-accent-color);
}
.search_kokunaiBar .fw-top .fwnta-modal-tab__list > li {background-color: var(--gadget-noactive-color);}
.search_kokunaiBar .fw-top .fw-btn-detail-01, .fw-top .fw-btn-fix-01 {background-color: var(--gadget-botton-color);}
.search_kokunaiBar .fw-top .fwnta-btn-search{background-color: var(--gadget-botton-color);}
/*↑↑gadget color↑↑*?