@charset "utf-8";
/* CSS Document */

@media screen and (max-width:700px){
	

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	width : 100%;
}

h1 {
	font-weight: normal;
}

h2 {
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #11859E;
}
a:hover {
	color: #F481BE;
	opacity: 0.8;
}

ins[style]{
	background-color: transparent;
}

.discript-text {
	   
    width: auto;
	line-height: 1.8;
}
	
/*------------------header-----------*/

header {
	background-image: url(../image/responsive-hd.png);
	background-repeat: no-repeat;
	background-size : cover;
	height: 200px;
	
}
header h1,header h2 {
	font-size: 8px;
}
header a {
	color: #fff;
}
.logo {
	width : 180px;
	height : 100px;	
}
	
.header-in {
	width : 100%;
	margin: 0 auto;
	text-align: center;
}
	.header-in h1,.header-in h2 {
		text-align: left;
	}

/*-------------nav--------------*/

nav {
	background-color: rgba(250,45,93,0);
	background-image: url(../image/nav-bg2.png);
	background-size: cover;
	height: 70px;
}
nav ul {
	width : 90%;
	margin: 0 auto;
}

#global img {
		width : 90%;
		height: 90%;
	}
	
	nav span {
		display: none;
	}

	
	nav ul li {
	border-right: none;
	float: left;
	margin: 20px 0 0 17px;
	padding-right : 0px;
}
/*-------------おしらせ--------------*/

.fix {
	clear: both;
	border: 1px solid #F4A403;
	border-top-left-radius: 50px;
	width: 100%;
	margin : 20px 0;
	padding: 20px;
	float: none;
}

/*------------メイン---------------*/

main {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding : 0 20px;
}
article {
	width: 100%;
	float: none;
}
article img {
	margin-bottom: 10px;
	width : 100%;
	height: auto;
}
article img:first-child{
	margin-right: 10px;
}

.sns {
	float: none;;
	margin-bottom: 10px;
}
.sns h3 {
	background-color: #F5D541;
	padding: 10px;
	width : auto;
}
.sns a {
	color: #fff;
}
	.sns img {
		width: 50%;
	}
.okiami-tv {
	float:none;
}
	.okiami-tv img {
		width: 100%;
	}
	.discript {
		width: 40%;
	}
/*------------contents-fishing---------------*/
	.fishing {
		width : auto;
	}
	
.fishing-mokuji {
	border : 3px solid #ccffff;
	padding : 20px;
	width : auto;
}
	.fishing-mokuji h1 {
		font-size: 18px;
		border-left: 5px solid #4552E0;
		border-bottom: dotted 1px #4552E0;
		padding-left: 5px;
	}
	.fishing ul {
		list-style-type : none;
	}
	.fishing ul li {
		margin:5px 0 0 30px;
	}

	.fishing ul li:first-child{
		margin-top : 15px;
	}
	.fishing ul li:last-child{
		margin-bottom: 15px;
	}
	
	.fishing h2 {
		font-size : 22px;
		margin-top : 25px;
		text-align: center;
	}
	.fishing p {
		margin-top : 20px;
		line-height: 1.6;
	}
	.fishing figure {
		margin-top: 20px;
	}
	.syoudai {
		border-bottom: 1px dotted #4552E0;
		padding-bottom : 10px;
	}
	.link-m {
	padding-top : 100px;
	
}
/*-----------aside----------------*/

aside {
	float: none;
	width : auto;
	margin: 20px 0;
	background-color: #D8D3D3;
	padding: 20px;
}

aside ul {
	list-style-type: none;
	margin-bottom: 20px;
}

aside h2 {
	margin-bottom: 20px;
	padding-bottom: 18px;
	text-align: center;
	font-size: 18px;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}
aside h3 {
	margin-bottom: 0px;
	font-size: 18px;
}

.okinawa-asobi-tiiki {
	margin-left: 10px;
}
.okinawa-asobi-basho li {
	margin: 0 0 10px 20px;
}

/*------------footer---------------*/

footer {
	clear: both;
	background-color: #36B1C0;
	text-align: center;
}
.footer-in {
	width : auto;
	margin: 0 auto;
}
	footer img {
		width : 100%;
		height: auto;
	}


/*------------contents---------------*/

.contents-box {
	text-align: center;
}
.contents-box h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.hokubu {
	float: left;
}
.nannbu {
	float: left;
}

/*--------------sitemap-------------*/

.sitemap  {
	width : 760px;
	clear: both;
}

.sitemap  h2 {
	margin: 100px 0 10px 0 ;
	font-weight: normal;
	font-size: 20px;
	border-left: 5px solid #33CCCC;
	padding: 0 0 3px 10px;
	border-bottom: 1px dotted #9BE6E6;
}
#okinawa-asobi-hokubu h2{
	margin-top: 0;
}
.sitemap td {
	padding : 10px 20px 20px 20px;
}
#sonota h2 {
	border : none;
	margin-top: 20px;
}
#sonota	h2:first-child{
	margin-top: 50px;
}
.sitemap article tr a {
	color : #33CCCC;
	display: inline-block;
	padding: 0 20px;
}


/*-----------contents----------------*/

.point-turi {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}

	iframe {
		width: auto;
		height: 200px;
	}

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

.kiji {
	text-align: left;
	width: auto;
	font-size: 16px;
	line-height: 1.2;
	margin: 20px 10px;
}
	.gurume-text {
	width : auto;
	line-height: 1.6;
	}
	
	
/*-------menu-----siide-------*/

label {
    background: #8BC6F3;
    color: #fff;
    padding: 10px;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #fff;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
}

input[type="checkbox"].on-off{
    display: none;
}

.menu ul {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li {
    padding: 5px;
}
	.p1{
		background-color: #D9316A;
	}
	.p2{
		background-color: #FBCE32;
	}
.p4 {
		background-color: #6C6767;
}

/*-------menu-----siide22222-------*/




input[type="checkbox"].on-off{
    display: none;
}

.menu2 ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu2 li {
    padding: 5px;
}

input[type="checkbox"].on-off + .menu2{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + menu2{
    height: auto;
}



/*-------menu-----siide33333-------*/

input[type="checkbox"].on-off{
    display: none;
}

.menu3 ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu3 li {
    padding: 5px;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: auto;
}


/*--------------レスポンシブのトップボタンと、ナビ固定-------------*/
.back-top img {
	width : 90px;
	height : 75px;
}
.back-top {
  position: fixed;
  bottom: -2%;
  right: 5%;
  display: none;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
}

@media screen and (max-width:350px){
	nav ul li {
	float: left;
	margin: 20px 0 0 10px;
}
	.logo {
	width : 180px;
	height : 100px;
	margin-left: 65px;
}
}