@charset "UTF-8";

/* bg
================================================== */
#bg {
  /* 画像ファイルの指定 */
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: scroll;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #464646;
}


#bg {
width: 100%;
height: 100vh;
min-height:600px;
position: relative;
}

#bg .main_ct{
position: relative;
width:100%;
height:100%;
margin:0 auto;
min-height:600px;
display: block;
}

.main_ct .impc{
position: absolute;
width:40%;
bottom: 10%;
left: 2%;
text-shadow:1px 1px 1px #000;
line-height:1.8!important;
}

@media screen and (max-width: 1200px) {
.main_ct .impc{
width:45%;
}
}


@media screen and (max-width: 800px) {
#bg {
min-height:600px;
}

#bg .main_ct{
min-height:600px;
}

.main_ct .impc{
position: absolute;
width:100%;
text-shadow:1px 1px 1px #000;
line-height:1.8!important;
text-align: center;
}
}

@media screen and (max-width: 568px) {
#bg {
height: 75vh;
min-height:425px;
}

#bg .main_ct{
height: 70vh;
min-height:425px;
}
}

.main_ct .impc h1{
font-weight:600;
font-size:2em;
line-height:1.6;
color:#FFF;
margin-bottom:3%;
}

.main_ct .impc p{
color:#FFF;
font-size:1em;
}

@media screen and (max-width: 1280px) {
.main_ct .impc p{
font-size:0.9em;
}
}

@media screen and (max-width: 800px) {
.main_ct .impc{
bottom: 15%;
left: 1%;
width:98%;
}

.main_ct .impc h1{
font-size:2.6em;
text-align: center;

}
.main_ct .impc p{
margin-bottom:3%;
font-size:1em;
text-align: center;
}
}

.brr{
display:none;
}

@media screen and (max-width: 568px) {
.main_ct .impc{
bottom: 15%;
}

.main_ct .impc p{
font-size:0.8em;
width:90%;
text-align: left;
margin:0 auto;
}

.main_ct .impc h1{
font-size:1.2em;
letter-spacing:0em;
}

.brr{
display:block;
}
}

.rogo{
	width: 419px;
	height:365px;
	position: absolute;
	top:-10px;
	left:0;
}

.rogo img{
	width: 419px;
	height:365px;
}

@media screen and (max-width: 1280px) {
.rogo{
	width: 35%;
	height:auto;
	top:-10px;
	left:0;
}

.rogo img{
	width: 100%;
	height:auto;
}
}

@media screen and (max-width: 800px) {
.rogo {
	width: 50%;
	height:auto;
	top:-10px;
	left:0;
}
}

@media screen and (max-width: 568px) {
.rogo {
	width: 120px;
	height:auto;
	top:5%;
	left:50%;
	margin-left:-60px;
}
}

.scrl{
	width: 40px;
	height:40px;
	position: absolute;
	bottom:3%;
	left:50%;
	margin-left:-20px;
}

.scrl img{
	width: 40px;
	height:40px;
}

@media screen and (max-width: 800px) {
.scrl{
	bottom:5%;
}
}

@media screen and (max-width: 568px) {
.scrl{
	bottom:2%;
	margin-left:-15px;
}
.scrl img{
	width: 30px;
	height:30px;
}
}

.ttl_text {
	font-size:1em;
	text-align: center;
	margin:0 auto;
	padding: 0 0 2%;
	font-weight:200;
	color: #967050;
}

.sno_p{
	width:100%;
	margin:0 auto;
}

.sno_p li{
	box-sizing: border-box;
	width:25%;
	padding: 1% 2%;
	float:left;
}

@media screen and (max-width: 800px) {
.sno_p li{
	box-sizing: border-box;
	width:50%;
	padding: 1% 2%;
	float:left;
}
}

.sno_p li img{
	width:100%;
	height:auto;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	background: #fff;
}

.sno_p li h3{
	font-size:110%;
	font-weight:600;
	color:#C68144;
	text-align: center;
}

@media screen and (max-width: 568px) {
.sno_p li h3{
	font-size:0.9em;
}
}

.con_text {
	line-height:1.8;
	font-weight:300;
	color: #333;
	width:94%;
	margin:2% auto;
}

.con_text a{
	text-decoration: underline;
	color: #42A8E3;
}

.con_text a:hover {
	color: #42A8E3;
	text-decoration: none;
}

@media screen and (max-width: 1200px) {
.con_text {
	font-size:0.9em;
}
}

@media screen and (max-width: 800px) {
.con_text {
	padding-top: 1%;
}
}

@media screen and (max-width: 650px) {
.con_text {
	font-size:0.8em;
	width:96%;
	margin:0 auto;
	padding-top: 0;
}
}

.kayak_tr{
	width:96%;
	margin:4% auto;
	padding:2% 2% 1%;
	background:#FBEBC9;
	box-shadow:inset 0 1px 5px rgba(157,149,130,.5);
	-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
	}

@media screen and (max-width: 568px) {
.kayak_tr{
	width:100%;
	box-sizing: border-box;
	padding:3%;
}
}

.con_title{
	font-size:130%;
	font-weight:600;
	color:#FFF;
	background:#B3A28B;
	text-align: center;
	margin:1% auto 2%;
	line-height:1.8;
	padding:0.5%;
}

@media screen and (max-width: 568px) {
.con_title{
	font-size:1em;
	font-weight:500;
	text-align: left;
	padding:1% 2%;
	width:96%;
	line-height:1.5;
}
}


.kak_p li{
	box-sizing: border-box;
	width:50%;
	padding: 1% 2% 0;
	float:left;
}
.kak_p li img{
	width:100%;
	height:auto;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	background: #fff;
}

.kak_p li h3{
	font-size:110%;
	font-weight:600;
	color:#D79424;
	text-align: center;
}

@media screen and (max-width: 568px) {
.kak_p li{
	width:100%;
	padding: 1% 2% 0;
	float:none;
}

.kak_p li h3{
	font-size:0.9em;
}
}

.sh_but{
	text-align: center;
	margin-top:2%;
	font-size:1.2em!important;
	}

@media screen and (max-width: 568px) {
.sh_but{
	margin-bottom:2%;
	font-size:0.9em!important;
	}
}

.sh_but a{color:#FFF;padding:4px 10px 4px 10px;background-color:#C68144;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
.sh_but a:hover{color:#FFF;text-decoration:none;background-color:#FF9F00;}

/* ranking背景
--------------------------------------------------*/
#r_bg {
	background: url(../images/common/bg_left.png) no-repeat left 25px;
}

#r_bg2 {
	background: url(../images/common/bg_right.png) no-repeat right 145px;
}

/* コース一覧
--------------------------------------------------*/
#course_list {
	width: 86%;
	margin: 0 auto 10px;
	letter-spacing	: 0.1em;
}

@media only screen and  (max-width: 1280px) {
#course_list {
	width: 96%;
}
}

@media only screen and  (max-width: 800px) {
#course_list {
	width: 100%;
}
}

@media only screen and  (max-width: 568px) {
#course_list {
	width: 96%;
}
}

.course_info{
	width: 100%;
	margin		: 0 0 3%;
	float:left;
	border		: solid 1px #A78F62;
	padding-bottom:15px;
	font-size:12px;
	-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
	position: relative;
	background:#FFF;
	box-shadow:inset 0 1px 5px rgba(75,54,15,.5);
	}

@media only screen and  (max-width: 568px) {
.course_info{
	margin		: 0 0 20px 0;
	width: 100%;
}
}

.ttl_course {
	width: 100%;
	background:#A78F62;
	margin:0 0 5px 0;
	padding		: 0 1% 0 2%;
	float:left;
	box-shadow:inset 0 1px 4px rgba(75,54,15,.5);
	}

.h_rank{
	font-size   : 13px;
	margin-top:8px;
	padding     : 2px 5px 1px 5px;
	background	: #FF9C00;
	color:#FFF;
	text-align	: center;
	float:left;
	font-weight:bold;
	-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
	}
	
.course_info h3{
	float:left;
	font-size   : 18px;
	padding		: 7px 5px 5px 10px;
	color:#F6FF00;
	}

@media only screen and  (max-width: 568px) {
.course_info h3{
	font-size   : 16px;
	padding		: 5px 0 5px 3px;
	line-height:1.4;
	letter-spacing	: 0em;
	}
}

.course_photo{
	width:45%;
	box-sizing: border-box;
	float		: left;
	margin		: 10px 0 10px 0;
	padding: 0 2% 0 3%;
	position: relative;
	}
	
#main_photo{
	width:98%;
	margin		: 0 auto;
	-moz-box-shadow: 0 0 5px #cccccc;
	-webkit-box-shadow: 0 0 5px #cccccc;
	box-shadow: 0 0 5px #cccccc;
	border: solid #fff 5px;
	}

#main_photo img{
	width:100%;
	height:auto;
	}

@media only screen and  (max-width: 1280px) {
.course_photo{
	width:45%;
	}
}

@media only screen and  (max-width: 568px) {
.course_photo{
	width:96%;
	float		: none;
	margin		: 0 2% 5px 2%;
	}

.main_photo{
	-moz-box-shadow: 0 0 2px #cccccc;
	-webkit-box-shadow: 0 0 2px #cccccc;
	box-shadow: 0 0 2px #cccccc;
	border: solid #fff 3px;
	}
}

.viewText{
	padding:5px 30px 0 30px;
	font-size:18px;
	font-weight:bold;
	margin-bottom:2px;
	color:#84BC23;
}

@media only screen and  (max-width: 1280px) {
.viewText{
	padding:5px 15px 0 15px;
	font-size:16px;
}
}

@media only screen and  (max-width: 800px) {
.viewText{
	padding:5px 10px 0 15px;
	font-size:16px;
}
}

@media only screen and  (max-width: 568px) {
.viewText{
	padding:0 10px 0 10px;
	font-size:14px;
	line-height:1.3;
	letter-spacing	: 0em;
	height:40px;
	overflow: hidden;
}
}

.messageBox ul{
    width:98%;
	margin: 3px auto 0;
}

.hide{
    display: none;
}

.h_syousai {
	float:right;
	box-sizing: border-box;
	width:55%;
	margin-top: 10px;
	padding-right: 2.5%;
	overflow: hidden;
	letter-spacing	: 0em;
	font-size:14px;
	line-height:1.7;
}

.h_syousai .price{
	font-size:1.5em;
	font-weight:550;
	color:#F96855;
	font-family:"Century Gothic", serif;
	}

.h_syousai .thumbnailBox {
	width:100%;
	margin-top: 0;
}

.h_syousai .thumbnailBox li{
	width:25%;
	box-sizing: border-box;
	padding:0 1% 0 0.5%;
	float:left;
}

.h_syousai .thumbnailBox li img{
	width:100%;
	height:auto;
}

.thumb{
	border: 2px solid #A8A8A8;
	height:auto;
}


@media only screen and  (max-width: 1280px) {
.h_syousai {
	width:45%;
	}
}

@media only screen and  (max-width: 1280px) {
.h_syousai {
	font-size:13px;
	margin-right: 1.5%;
	width:53%;
}
}

@media only screen and  (max-width: 800px) {
.h_syousai {
	margin-right: 1.5%;
}
}

@media only screen and  (max-width: 568px) {
.h_syousai {
	width:94%;
	font-size:13px;
	margin-left: 4%;
	margin-top: 5px;
}
}

.h_text{
	margin: 0 0 10px;
	padding:0;
	width:100%;
	float : left;
	}

@media only screen and  (max-width: 1280px) {
.h_text{
	margin: 0 0 5px;
	}
}

@media only screen and  (max-width: 800px) {
.h_text{
	margin: 0 0 10px;
	}
}

@media only screen and  (max-width: 568px) {
.h_text{
	margin: 0 0 5px;
	border-bottom:none;
	padding-bottom:5px;
	}
}

.h_text2{
	margin: 0;
	padding:0;
	width:100%;
	float : left;
	}
	
.icon_tour_detail {
	float: right;
	width: 98%;
	margin-top:5px;
	margin-right:2%;
}

.menu_bt{
	margin-right:10px;
	color:#7B7B7B;
	font-size:13px;
	letter-spacing	: 0.1em;
	text-align: center;
	float:left;
}

.menu_bt a{color:#FFF;display:inline-block;padding:2px 8px;background-color:#E47C4E;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.menu_bt a:hover{color:#FFF;text-decoration:none;background-color:#D34141;}

.yoyaku_bt{
	color:#FFF;
	font-size:13px;
	letter-spacing	: 0.1em;
	text-align: center;
	float:left;
}

.yoyaku_bt a{color:#FFF;display:inline-block;padding:2px 5px;background-color:#4E9C09;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.yoyaku_bt a:hover{color:#FFF;text-decoration:none;background-color:#5FCA00;}

@media only screen and  (max-width: 1280px) {
.menu_bt{
	margin-right:5px;
	font-size:12px;
	letter-spacing	: 0em;
}
.yoyaku_bt{
	font-size:12px;
	letter-spacing	: 0em;
}
}

@media only screen and  (max-width: 800px) {
.menu_bt{
	margin-right:10px;
	font-size:13px;
	letter-spacing	: 0.1em;
}
.yoyaku_bt{
	font-size:13px;
	letter-spacing	: 0.1em;
}
}

@media only screen and  (max-width: 568px) {
.menu_bt{
	margin-right:10px;
	font-size:14px;
	letter-spacing	: 0em;
}
.menu_bt a{color:#FFF;display:inline-block;padding:5px 5px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}

.yoyaku_bt{
	font-size:14px;
	letter-spacing	: 0em;
}
.yoyaku_bt a{color:#FFF;display:inline-block;padding:5px 5px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
}

/* topics
--------------------------------------- */
.topics{
	width: 80%;
	margin:1% 5% 2% 5%;
	float:left;
}

@media screen and (max-width: 1280px) {
	.topics{
		width: 90%;
		margin:20px 5% 2% 5%;
	}
}

.topic_right{
	width:320px;
	margin:0 0 20px;
	float:right;
}

.inst_bnr{
	width:100%;
	margin:0 auto;
}

.inst_bnr img{
	width:100%;
	height:auto;
}

.facebook{
	width:320px;
	margin:0 0 20px;
	background:#FFF;
	border:1px solid #ccc;
}

@media screen and (max-width: 568px) {
.topic_right{
	width:96%;
	float:none;
	margin:0 auto 20px;
}

.facebook{
	width:100%;
	margin:0 0 15px;
	float:none;
}
}

@media screen and (max-width: 400px) {
.facebook{
	width:320px;
	margin:0 auto 15px;
}
}

.facebook .ttl_face{
	width:100%;
	background:#4763B2;
	color:#FFF;
	text-align: center;
	font-size:1em;
	font-size:14px;
	padding:8px 0 5px 0;
	font-weight:600;
	}

.topic_left{
	width: 62%;
	margin:0 0 20px 0;
	float:left;
	min-width:525px;
}

@media screen and (max-width: 1000px) {
	.topics{
		width: 98%;
		margin:20px 1% 2% 1%;
	}

	.topic_left{
	width: 56%;
	margin:0 0 20px;
	float:left;
}
}

@media screen and (max-width: 1000px) {
	.topics{
		width: 96%;
		margin:20px 2% 2% 2%;
	}

	.topic_left{
	width: 57%;
	margin:0 0 20px;
	float:left;
}
}

@media screen and (max-width: 800px) {
	.topics{
		width: 100%;
		margin:20px 0% 2% 0%;
	}

}

@media screen and (max-width: 800px) {
.topic_left{
	width: 98%;
	margin:0 auto 20px;
}
}


@media screen and (max-width: 620px) {
.topics{
		width: 98%;
		margin:5px 1% 2% 1%;
	}

.topic_left{
	width: 100%;
	margin:0 0 20px;
	min-width:200px;
}
}

/* .topic-fish
--------------------------------------- */
.topic-fish {
  display:block;
  width:100%;
  margin: 0 auto;
  max-width:500px;
  box-sizing: border-box;
  padding:2% 0;
}


@media screen and (max-width: 800px) {
.topic-fish {
  padding:2% 3%;
  width:70%;
}
}

@media screen and (max-width: 650px) {
.topic-fish {
  width:100%;
  padding:0 3%;
}
}

#trip_ad {
  text-align: center;
  margin:0 auto 0!important;
  width:155px;
}

/* fishing
--------------------------------------- */
.fishing{
  width:100%;
  box-sizing: border-box;
  position: relative;
  float:left;
  margin: 20px auto 0;
  position: relative;
  -moz-box-shadow: 0 1px 3px #C2C2C2;
  -webkit-box-shadow: 0 1px 3px #C2C2C2;
  box-shadow: 0 1px 3px #C2C2C2;
  -webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
  background-color:#0A548D;
}

@media screen and (max-width: 568px) {
.fishing{
 width:96%;
 margin: 2% 2% 3%;
 }
}

.fishing .fs-photo{
 width:45%;
 height: auto;
 float:left;
 display:block;
 position: relative;
 overflow: hidden;
}

.fishing .p-text{
 width:55%;
 float:right;
 padding:0 2% 0 3.5%;
 box-sizing: border-box;
 text-align: center;
 }


@media screen and (max-width: 800px) {
.fishing .fs-photo{
 width:100%;
 margin:0;
}

.fishing .p-text{
 width:100%;
 padding:0 5% 3%;
 letter-spacing:0em;
 }
}

.fishing img{
 width:100%;
 height: auto;
 margin:0!important;
 padding:0!important;
 vertical-align:bottom;
 -webkit-border-top-left-radius:6px;-moz-border-top-left-radius:6px;border-top-left-radius:6px;
 -webkit-border-bottom-left-radius:6px;-moz-border-bottom-left-radius:6px;border-bottom-left-radius:6px;
}


.fishing .fishing_ttl {
 font-size:1.2em;
 line-height:1.2;
 color:#FFF;
 font-weight:600;
 padding-top:20px;
 text-align: left;
}

.fishing .fishing_ttl span {
 color:#FCFF00;
}

@media screen and (max-width:1280px) {
.fishing .fishing_ttl {
 font-size:1em;
 padding-top:10px;
}
}

@media screen and (max-width: 800px) {
.fishing .fishing_ttl {
  font-size:1.2em;
}
}

.fishing .fs_text {
  margin-top:5px;
  color:#FFF;
  font-size:14px;
  line-height:1.7;
  text-align: left;
}

@media screen and (max-width:1280px) {
.fishing .fs_text {
  font-size:13px;
  line-height:1.4;
}
}

@media screen and (max-width:800px) {
.fishing .fs_text {
  line-height:1.6;
}
}

@media screen and (max-width: 568px) {
.fishing .fs_text {
  margin-top:5px;
}
}

a:hover .fishing {
  filter:alpha (opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

.fs_bt{
  font-size:12px;
  letter-spacing	: 0.05em;
  color:#FFF;
  margin-top:10px;
  text-align: center;
}

@media only screen and  (max-width: 800px) {
.fs_bt{
  margin-top:7px;
  margin-bottom:7px;
  font-size:12px;
}
}

.fs_bt{display:inline-block;color:#FFF;text-decoration:none;background-color:#000;padding:2px 8px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}


.ernesto{
  width:100%;
  box-sizing: border-box;
  position: relative;
  float:left;
  margin: 20px auto 0;
  position: relative;
  -moz-box-shadow: 0 1px 3px #C2C2C2;
  -webkit-box-shadow: 0 1px 3px #C2C2C2;
  box-shadow: 0 1px 3px #C2C2C2;
  -webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
  background-color:#333A56;
}

@media screen and (max-width: 568px) {
.ernesto{
 width:96%;
 margin: 2% 2% 3%;
 }
}

.ernesto .fs-photo{
 width:45%;
 height: auto;
 float:left;
 display:block;
 position: relative;
 overflow: hidden;
}

.ernesto .p-text{
 width:55%;
 float:right;
 padding:0 2% 0 3.5%;
 box-sizing: border-box;
 text-align: center;
 }


@media screen and (max-width: 800px) {
.ernesto .fs-photo{
 width:100%;
 margin:0;
}

.ernesto .p-text{
 width:100%;
 padding:0 5% 3%;
 letter-spacing:0em;
 }
}

.ernesto img{
 width:100%;
 height: auto;
 margin:0!important;
 padding:0!important;
 vertical-align:bottom;
 -webkit-border-top-left-radius:6px;-moz-border-top-left-radius:6px;border-top-left-radius:6px;
 -webkit-border-bottom-left-radius:6px;-moz-border-bottom-left-radius:6px;border-bottom-left-radius:6px;
}

.ernesto .ernesto_ttl {
 font-size:1em;
 line-height:1.2;
 color:#FFF;
 font-weight:600;
 padding-top:20px;
 text-align: left;
}

.ernesto .ernesto_ttl span {
 color:#FCFF00;
 font-size:0.9em;
 margin-right:5px;
}

@media screen and (max-width:1280px) {
.ernesto .ernesto_ttl {
 font-size:1em;
 padding-top:10px;
}
}

.ernesto .ernst_text {
  margin-top:5px;
  color:#FFF;
  font-size:14px;
  line-height:1.7;
  text-align: left;
}

@media screen and (max-width:1280px) {
.ernesto .ernst_text {
  font-size:13px;
  line-height:1.4;
}
}

@media screen and (max-width:800px) {
.ernesto .ernst_text {
  line-height:1.6;
}
}

@media screen and (max-width: 568px) {
.ernesto .ernst_text {
  margin-top:5px;
}
}

a:hover .ernesto {
  filter:alpha (opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

.ernst_bt{
  font-size:12px;
  letter-spacing	: 0.05em;
  color:#FFF;
  margin-top:10px;
  text-align: center;
}

@media only screen and  (max-width: 800px) {
.ernst_bt{
  margin-top:7px;
  margin-bottom:7px;
  font-size:12px;
}
}

.ernst_bt{display:inline-block;color:#FFF;text-decoration:none;background-color:#52658F;padding:2px 8px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}























/* 新着
--------------------------------------------------*/
#topics_list {
	width:100%;
	margin: 0;
}

.topics_ttl{
	display:inline-block;
	padding:6px 40px 4px;
	color:#FFF;
	margin: 0 0 0 0;
	-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
	font-weight:bold;
	font-size:18px;
	background:url(../images/top/bg_news.gif) repeat-x;
	-moz-box-shadow: 1px 1px 2px #82642E;
	-webkit-box-shadow: 1px 1px 2px #82642E;
	box-shadow: 1px 1px 2px #82642E;
	z-index:1;
	position: relative;
}

@media only screen and  (max-width: 568px) {
.topics_ttl{
	font-size:16px;
	}
}

#topics_list .news_box{
	width:95.3%;
	display:inline-block;
	padding:25px 1.5% 15px;
	margin: -18px 0 0 0.7%;
	-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
	background:#F3D082;
	box-shadow:inset 0 1px 5px rgba(130,100,46,.5);
	z-index:0;
	position: relative;
}

@media only screen and  (max-width: 568px) {
#topics_list {
	width: 98%;
	margin: 10px auto 25px;
}

#topics_list .news_box{
	padding:20px 1.5% 10px;
}
}

.news_left {
	width: 98%;
	margin : 0 1% 10px 1%;
	float:left;
}

.news_box .photo {
	width : 35%;
	height:auto;
	margin : 0 2% 12px 0;
	float:left;
	-moz-box-shadow: 0 0 4px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	background: #fff;
	}

@media only screen and  (max-width: 568px) {
.news_box .photo{
	float: none;
	width : 92%;
	margin:0 0 1% 3%;
	}
}

.news_box .news_title{
    margin		: 0 0 5px 0;
	color		: #000;
	font-size:11px;
	}

.news_box strong{
    font-weight:bold;
	color		: #D07A1D;
	font-size:14px;
	}
	
.news_title a {   
	text-decoration:none;
	color: #D07A1D!important;
	}  
	
.news_title a:hover {  
	text-decoration:!important;
	color: #D07A1D;
	}
	
.news_box .news_txt {
	float: right;
	width:60%;
	font-size:12px;
	margin-top:1%;
	}

@media only screen and  (max-width: 568px) {
.news_box .news_txt {
	float: none;
	width:94%;
	margin:0 0 1% 1.5%;
	}
}

.news_box .news_txt .more {
	text-align: left;
	margin-top: 10px;
	margin-left:10px;}

.news_txt .more a{color:#D07A1D!important;display:inline-block;padding:2px 8px;background-color:#FDFDE0;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;text-decoration:none!important;}
.news_txt .more a:hover{color:#FDFDE0!important;text-decoration:none!important;background-color:#D07A1D;}

#news_list{
	width		: 98%;
	margin		: 15px 0 5px 2%;
	font-size   : 13px;
	}

@media only screen and  (max-width: 568px) {	
	#news_list{
	width		: 97%;
	margin		: 20px 0 5px 3%;
	font-size   : 12px;
	}
}
	
#news_list div.new {
	width: 98%;
	height: 410px;
	overflow: auto;
	margin-right: auto;
	margin-left: 1px;
	margin-top: -18px;
	padding: 10px 0 10px 0;
	background	: #E7AD5B;
}

@media only screen and  (max-width: 568px) {
#news_list div.new {
	width: 97%;
	height: 250px;
	overflow: auto;
	margin-right: 0;
	margin-left: 0;
	margin-top: -15px;
	}
}
	
.list_news{
	width: 95%;
	line-height: 1.6;
	border-bottom: 1px dotted #FFF1D3;
	float :left;
	margin-bottom:10px;
}

#news_list dt {
	margin-left:3%;
	width:94%;
	color		: #000000;
	clear:both;
}

#news_list dd {
	padding-bottom:8px;
	padding-left:3%;
	width:94%;
}


#news_list dd a {   
	text-decoration:underline;
	color: #FFFEE2;
	}  
	
#news_list dd a:hover {  
	text-decoration:none;
	color: #FFF1D3;
	}

 /* bnr-box
--------------------------------------------------*/
.bnr-box{
 width:100%;
 margin:10px auto;
 text-align: center;
}

@media only screen and  (max-width: 568px) {
.bnr-box{
 width:96%;
}
}

 /* おきなわ彩発見NEXT
--------------------------------------------------*/
.ok-next{
 width:100%;
 max-width:800px;
 margin:0 auto;
 background:#FFF;
 height:auto;
 text-align: center;
 box-sizing: border-box;
 padding:1%;
}

@media screen and (max-width: 1280px) {
.ok-next{
 letter-spacing: 0em;
}
}

@media screen and (max-width: 800px) {
.ok-next{
 width:98%;
 margin:0 1%;
}
}

@media only screen and  (max-width: 568px) {
.ok-next{
 width:100%;
 display:block;
 margin:0 0 10px;
}
}

.okn-lg{
 width:37.5%;
 margin:0 1.5% 0 0;
 display:inline-block;
 text-align: center;
 vertical-align:middle;
}

@media screen and (max-width: 568px) {
.okn-lg{
 width:70%;
 margin:0 auto;
}
}

.okn-lg img{
 width:100%;
 height:auto;
}

.okn-text{
 width:60%;
 display:inline-block;
 text-align: left;
 vertical-align:middle;
}

@media screen and (max-width: 568px) {
.okn-text{
 width:100%;
 display:block;
 text-align: center;
}
}

.okn-ttl01{
 font-size:2em;
 color:#B50F18;
 font-family: 'Noto Sans Japanese', sans-serif;
 font-weight:600;
 display:inline-block;
 vertical-align:bottom;
 margin-right:10px;
 line-height:1.4;
}

.okn-ttl02{
 font-size:1.5em;
 color:#009BD8;
 font-family: 'Noto Sans Japanese', sans-serif;
 font-weight:600;
 display:inline-block;
 vertical-align:bottom;
 line-height:1.4;
}

@media screen and (max-width: 568px) {
.okn-ttl01{
 display:block;
 line-height:1.4;
}

.okn-ttl02{
 display:block;
 line-height:1.4;
}
}

.nex-tai{
 margin:5px 0 0;
 color:#000;
}

@media only screen and  (max-width: 800px) {
.nex-tai{
 margin:3px 0 0;
}
}

.nex-tai p{
 padding:3px 0;
}

.strtx{
 font-family: 'Noto Sans Japanese', sans-serif;
 font-weight:500;
}

@media only screen and  (max-width: 800px) {
.strtx{
 font-size:0.9em;
}
}

.strtx strong{
 color:#D90101;
}

.next-stop{
  display:inline-block;
  padding:5px 10px;
  border:1px solid #D90101;
  background:#FFF;
  margin:10px auto 5px;
}

.next-stop p{
  color:#D90101;
  font-weight:500;
  line-height:1;
  font-size:14px;
  font-weight:bold;
}

@media screen and (max-width: 800px) {
.next-stop p{
  line-height:1.4;
}
}

@media screen and (max-width: 568px) {
.next-stop{
  display:inline-block;
}
.next-stop p{
  line-height:1;
}
}

.nx-sih_but{
  margin:15px 0 0;
  display:block;
  text-align: center;
}

@media screen and (max-width: 800px) {
.nx-sih_but{
   margin:10px 0 0;
}
}

@media screen and (max-width: 568px) {
.nx-sih_but{
  margin:10px 0;
}
}

.nx-sih_but p{
  font-size:14px;
}

.nx-sih_but a{color:#FFF;background-color:#009BD8;text-decoration:none;padding:10px 15px;display:block;}
.nx-sih_but a:hover{color:#FFF;text-decoration:none;background-color:#F4CE2C;}

@media screen and (max-width: 568px) {
.nx-sih_but a{color:#FFF;background-color:#009BD8;text-decoration:none;padding:5px 15px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;display:inline-block;}
}


 /* .ok-exp
--------------------------------------------------*/
.ok-exp{
 width:47.5%;
 margin:0 0 0 2.5%;
 background:#1BABDF;
 height:auto;
 display:inline-block;
 text-align: center;
 vertical-align:top;
}

@media screen and (max-width: 800px) {
.ok-exp{
 width:48%;
 margin:0 1%;
}
}

@media only screen and  (max-width: 568px) {
.ok-exp{
 width:100%;
 display:block;
 margin:0 0 10px;
}
}

.ok-exp img{
 width:100%;
 height:auto;
 margin:0;
}

.ok-exp .oke-tai{
 margin:10px 0 0;
 color:#FFF;
 font-size:14px;
}

.ok-exp .oke-lk{
 margin:10px 0 0;
 color:#FFF;
 font-size:13px;
}

.ok-exp .oke-lk p{
 margin:5px 3px;
 display:inline-block;
 vertical-align:top;
}

@media only screen and  (max-width: 1280px) {
.ok-exp .oke-lk{
 margin:5px 0 0;
}

.ok-exp .oke-lk p{
 margin:10px 3px;
}
}

.ok-exp .oke-lk a{color:#FFF;text-decoration:none;padding:5px 10px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
.ok-exp .oke-lk a:hover{color:#FFF;text-decoration:none;}

.ots a{background-color:#2369C8;}
.ots a:hover{background-color:#0A3979;}

.asv a{background-color:#E40011;}
.asv a:hover{background-color:#B40613;}

.janbt a{background-color:#E6378D;}
.janbt a:hover{background-color:#B23070;}

.ok-exp-ct{
 box-sizing: border-box;
 padding:10px 15px;
 border-top:1px dotted #FFF;
 color:#FFF;
 margin-top:10px;
}

.ok-exp-ct p{
 margin:5px 0;
 font-size:13px;
 text-align: left;
}

.otsct{color:#F6FF00;font-size:14px;font-weight:bold;}
.janbct{color:#F6FF00;font-size:14px;font-weight:bold;}

 /* .ok-sih-left
--------------------------------------------------*/
.ok-sih-left{
 width:40%;
 margin:0 2.5%;
 height:auto;
 display:inline-block;
 text-align: center;
 vertical-align:top;
}

@media screen and (max-width: 800px) {
.ok-sih-left{
 width:44%;
 margin:0 1%;
}
}

@media only screen and  (max-width: 568px) {
.ok-sih-left{
 width:100%;
 display:block;
 margin:0 0 5%;
}
}


 /* .ok-sih-right
--------------------------------------------------*/
.ok-sih-right{
 width:40%;
 margin:0 2.5%;
 height:auto;
 display:inline-block;
 text-align: center;
 vertical-align:top;
}

@media screen and (max-width: 800px) {
.ok-sih-right{
 width:44%;
 margin:0 1%;
}
}

@media only screen and  (max-width: 568px) {
.ok-sih-right{
 width:100%;
 display:block;
 margin:0 0 5%;
}
}

 /* .ok-sih
--------------------------------------------------*/
.ok-sih{
 width:100%;
 box-sizing: border-box;
 margin:0 0 5%;
 height:auto;
 padding-bottom:5px;
 display:block;
 background:#FFF;
 text-align: center;
}

@media only screen and  (max-width: 568px) {
.ok-sih{
 width:100%;
 display:block;
 margin:0 0 5%;
}
}

.ok-sih img{
 width:80%;
 height:auto;
 margin:0 auto;
}

@media only screen and  (max-width: 1280px) {
.ok-sih img{
 width:75%;
}
}

@media only screen and  (max-width: 568px) {
.ok-sih img{
 width:100%;
}
}

.oksih-tai{
 padding:5px 0;
 margin:0;
 color:#000;
 font-family: 'Noto Sans Japanese', sans-serif;
 font-weight:500;
}

@media only screen and  (max-width: 800px) {
.oksih-tai{
 font-size:0.9em;
 padding:0 2% 16px;
}
}

.ok-stop{
  display:inline-block;
  padding:5px 10px;
  border:1px solid #D90101;
}

.ok-stop p{
  color:#D90101;
  font-size:14px;
  font-weight:bold!important;
}


.ok-sih_but{
  margin:15px 0 20px;
  display:block;
  text-align: center;
}

.ok-sih_but p{
  font-size:14px;
  
}

.ok-sih_but a{color:#FFF;background-color:#009966;text-decoration:none;padding:5px 15px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
.ok-sih_but a:hover{color:#FFF;text-decoration:none;background-color:#076143;}

.ok-sih-ct{
 color:#000;
 margin:10px 0 ;
}

.ok-sih-ct p{
 font-size:13px;
}

.ok-sih-ct p strong{
 font-size:14px;
 color:#D90101;
}

 /* goto
--------------------------------------------------*/
.goto{
 width:100%;
 height:auto;
 display:block;
 background:#1BABDF;
 text-align: center;
 vertical-align:middle;
}

.goto img{
 width:100%;
 height:auto;
 margin:0;
}

.goto .gtotx{
 padding:0 2% 2%;
 margin:0;
 color:#FFF;
 font-family: 'Noto Sans Japanese', sans-serif;
 font-weight:400;
 font-size:0.9em;
}

@media only screen and  (max-width: 568px) {
.goto .gtotx{
 padding:0 2% 16px;
}
}

.goto strong{
 color:#FCFF00;
}

.goto-stop{
  display:inline-block;
  padding:5px 10px;
  border:1px solid #D90101;
  background:#FFF;
  margin-bottom:15px;
}

.goto-stop p{
  color:#D90101;
  font-size:14px;
  font-weight:bold!important;
}

 /* blue-ribbon
--------------------------------------------------*/
.blue-ribbon{
 width:35%;
 margin-left:2.5%;
 height:auto;
 display:inline-block;
 text-align: center;
 vertical-align:middle;
}

@media only screen and  (max-width: 1280px) {
.blue-ribbon{
 width:37%;
 margin-left:1.5%;
}
}

@media only screen and  (max-width: 800px) {
.blue-ribbon{
 width:100%;
 display:block;
 margin: 20px 0;
}
}

.blue-ribbon img{
 margin:0 auto 5px;
 width:auto;
 height:140px;
}

.blue-ribbon a:hover img{
  filter:alpha (opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}


.blue-ribbon p{
 margin:0;
 color: #000;
 font-family: 'Noto Sans Japanese', sans-serif;
 font-weight:500;
}

@media only screen and  (max-width: 1280px) {
.blue-ribbon p{
 font-size:0.95em;
}
}

.blue-ribbon span{
 color:#F96855;
}

/* insta
--------------------------------------- */
.insta {
  width:100%;
}

.insta .insta_top{
  padding:0 2% 5px;
  text-align: center;
}

.insta .insta_top img{
  width:100%;
  max-width:140px;
  height:auto;
  margin:0 auto 5px;
}

@media only screen and  (max-width: 568px) {
.insta .insta_top img{
  max-width:120px;
}
}