@charset "utf-8";
html, body, #map-canvas {
    height: auto!important;
    margin: 0;
    padding: 0;
    width: 100%!important;
}

/* android対策 */
p { background-image: url(../images/pix.gif); }

/*--------------------------------------------------------
★レスポンシブ■タブレット対応
--------------------------------------------------------*/
@media screen and (max-width: 1023px) {
	/* layout */
	html{
		width: 1080px;
		overflow-x: hidden!important;
	}
	body {
		width: 1080px;
		overflow-x: hidden!important;
		-webkit-text-size-adjust: 100%!important;
	}
	.wrapper {
		max-width: 1080px;
		width: 98%;
		margin: auto;
		padding: 0 1%;
		position:relative;
	}
	.bx-viewport {
		overflow-x: hidden;
		width: 1080px!important;
	}
}

/*--------------------------------------------------------
★レスポンシブ■スマホ表示切替ボタン
--------------------------------------------------------*/
@media screen and (max-width: 480px) {
	li a#btnSP{
		display: none;
	}
	li a#btnPC{
		position: fixed;
		display: block;
		width: 30%;
		height: auto;
		z-index: 100;
		font-size: 12px;
		padding: 8px 2px;
		border-radius:8px;
		background-color: #DB1B2A;
		box-shadow: 3px 3px 1px rgba(0,0,0,0.2);
		text-align: center;
		color: #FFF;
		text-decoration: none;
		bottom: 20px;
		left: 12px;
		z-index: 99999999!important;
	}
}
@media screen and (min-width: 481px) {
	#switch{
		display: none;
		height: 0;
	}
	li a#btnSP{
		display: none;
	}
	li a#btnPC{
		display: none;
	}
}

@media screen and (min-width:1021px) {
	#switch{
		display: block;
		height: auto;
	}
	li a#btnPC{
		display: none;
	}
	li a#btnSP{
		position: fixed;
		display: block!important;
		width: 300px;
		height: auto;
		z-index: 100;
		font-size: 24px;
		padding: 8px;
		text-align: center;
		border-radius: 22px;
		background-color: #DB1B2A;
		box-shadow: 3px 3px 1px rgba(0,0,0,0.2);
		color: #FFF;
		text-decoration: none;
		bottom: 30px;
		left: 30px;
		z-index: 99999999!important;
	}
}
@media screen and (min-width: 1023px) {
	#switch{
		display: none;
		height: 0;
	}
	li a#btnSP{
		display: none;
	}
	li a#btnPC{
		display: none;
	}
}
/*--------------------------------------------------------
★レスポンシブ■ヘッダ部分
--------------------------------------------------------*/
@media screen and (min-width: 481px) {
	#rd_header{
		width: 0;
		height: 0;
		display: none;
	}
	.pc_none{
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.sp_none{
		display: none;
	}
	/* header */
	#header{
		max-width: 480px;
		width: 100%;
		height: 50px;
		background: none;
		border-bottom: none;
		padding-top: 0;
		-webkit-background-size: contain;
		background-size: contain;
	}
	#header:before{
		position: fixed;
		z-index: 10001;
	}
	.header_info,#gnav,#lead,#header_logo{
		display: none;
	}
	#rd_header{
		position: fixed;
		display: block;
		top: 0;
		width: 100%;
		height: 50px;
		margin: 0;
		z-index: 10000;
		background: #3291C1;
		box-shadow:0 3px 1px rgba(0,0,0,0.2);
	}
	#rd_logo{
		position: relative;
		display: block;
		float: left;
		width: 50%;
		height: 40px;
		margin: 5px 0 5px 3%;
	}
	#rd_logo a{
		position: relative;
		display: block;
		text-indent: -9999px;
		width: 100%;
		height: 40px;
		margin: auto;
		padding: 0;
		background: url(../images/logo.png) no-repeat center left;
		-webkit-background-size: contain;
		background-size: contain;
		z-index: 10000;
	}
	#rd_logo a:hover{
		opacity: 0.8;
	}
	#rd_gnav{
		position: absolute;
		display: block;
		float: right;
		width: 60px;
		height: 50px;
		top: 0;
		right: 0;
		text-align: center;
	}
	#rd_gnav li{
		position: relative;
		display: inline-block;
		text-decoration: none;
		width: 47.2%;
		height: 10px;
	}
	#rd_gnav li a{
		position: relative;
		display: inline-block;
		text-decoration: none;
		list-style: none;
		font-size: 7px;
		text-align: center;
		color: #fff;
		line-height: 1em;
		width: 50px;
		height: 10px;
		padding: 32px 2% 8px;
		border-radius: 3px;
		z-index: 10000;
	}
	#rd_gnav li:first-child a{
		background: url(../images/rd_contact.svg) no-repeat center 28%;
		-webkit-background-size: 25px;
		background-size: 25px;
	}
	@media only screen and (orientation:landscape) {
		#rd_header{
			position: absolute;
			background: #00A0E9;
		}
		#topcontrol{
			display: none!important;
		}
	}
	#panel-btn-icon{
		position: absolute;
		display: block;
		top: 38%;
		left: 50%;
		width: 14px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #fff;
		transition: .2s;
	}
	#panel-btn-icon:before, #panel-btn-icon:after{
	  display: block;
	  content: "";
	  position: absolute;
	  top: 38%;
	  left: 0;
	  width: 14px;
	  height: 2px;
	  background: #fff!important;
	  transition: .3s;
	}
	#panel-btn-icon:before{
	  margin-top: -6px;
	}
	#panel-btn-icon:after{
	  margin-top: 4px;
	}
	#panel-btn .close{
	  background: transparent;
	  background: #00A0E9!important;
	}
	#panel-btn .close:before, #panel-btn .close:after{
	  margin-top: 0;
	  background: #fff!important;
	}
	#panel-btn .close:after{
	  transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	}
	#panel-btn .close:before{
	  transform: rotate(-135deg);
	  -webkit-transform: rotate(-135deg);
	}
	#panel{
		position: absolute;
		display: none;
		width: 100%;
		height: auto;
		z-index: 1000;
		top: 50px;
		margin: 0;
		padding: 0 0 60px;
		text-align: left;
	}
	#panel li{
		background: rgba(255,255,255,0.9);
		width: 100%;
	}
	#panel li a{
		position: relative;
		display: block;
		padding: 9px 5%;
		width: 90%;
		font-size: 12px;
		border-bottom: 1px dotted #B5B5B6;
		line-height: 100%;
		text-decoration: none;
		color: #036EB8;
	}
	#panel li a:after{
	  content: "";
		width: 6px;
		height: 6px;
		border-top: solid 1px #036EB8;
		border-right: solid 1px #036EB8;
		transform: rotate(45deg);
	  position: absolute;
	  top: 0;
		bottom: 0;
		margin: auto;
	  right: 7%;
	}
	#panel li a:hover{
		color: #FFF;
		background: rgba(0,160,233,0.8);
	}
	.dropdown{
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
	.dropdown li{
		padding: 0;
	}
	.dropdown li > ul li{
		text-indent: 1em;
		background: rgba(215,247,246,0.8);
	}
	.dropdown li > ul li a{
		color: #FFF;
		width: 94%;
		padding: 0 0 0 6%;
		background: rgba(215,247,246,0.8);
	}

/*
	.dropdown{
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
	.dropdown li{
		padding: 0;
	}
	.dropdown li > ul li{
		padding-top: 0!important;
	}
	.dropdown li > ul li a{
		width: 94%;
		padding: 0 0 0 6%;
		color: #FFF!important;
		background: rgba(110,14,21,0.8);
	}
	*/
}

/*--------------------------------------------------------
★レスポンシブ■コンテンツ部分
--------------------------------------------------------*/

@media screen and (max-width: 480px) {
body {
	background:url(../images/bg.jpg) repeat 0 0;
	color: #666;
	font-size:16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a:link{
	text-decoration:none;
	color:#006080;
}
a:visited {
	text-decoration:none;
	color:#008fbf;
}
a:active {
	text-decoration:underline;
	color:#57cdf4;
}
a:hover {
	text-decoration:underline;
	color:#57cdf4;
}
/* layout */
.wrapper {
	max-width: 96%;
	width: 100%;
	margin: auto;
	padding: 0;
	position: relative;
}

#bread_crumb {
    position: relative;
    height: 27px;
    vertical-align: top;
    padding-top: 8px;
    font-size: 12px;
    margin-top: 8px;
    margin-left: 10px;
}
#bread_crumb li:first-child {
    padding-left: 0;
}
#bread_crumb li:first-child:before {
    content: none;
}
#bread_crumb li:before {
    content: "＞";
    margin-left: -14px;
    position: absolute;
}

#bread_crumb li {
    position: relative;
    display: inline-block;
    font-size: 12px;
    padding-left: 16px;
    vertical-align: top;
}
.clear{
	clear: both;
	float: none;
	margin-bottom: 50px;
}
/* header */
header{
	background:url(../images/catchup.jpg) repeat-x center 0;
	height:422px;
}
#header{
	text-shadow: 1px 1px 1px #00394d;
}
#lead1{
	padding:4px 8px 32px;
	background:url(../images/bg-lead.png) repeat-x 0 0;
	color:#fff;
	font-size:16px;
	font-weight:100;
	line-height:1.5em;
}
#lead2{
	position:absolute;
	top:4px;
	right:8px;
	color:#fff;
	font-size:16px;
	font-weight:100;
	line-height:1.5em;
}
.logo_image a {
	display: block;
	top:-360px;
	position:absolute;
	width: 400px;
	height: 100px;
}
.logo_image a:hover {
	display: block;
	opacity:0.8;
}
header h1{
	position:relative;
	display: block;
	margin: 0px;
	padding: 0px;
}
/* mainNav */
#mainNav{
	height: 64px;
	background:url(../images/bg-gnavi.png) repeat-x center 0;
}
nav {
	display: inline;
}
nav ul {
	float: left;
}
nav ul li {
	display: inline;
	width:194px;
	float: left;
}
nav .gNav {
	width:auto;
	margin:6px 3px 1px;
	border-left:1px solid #008fbf;
	border-right:1px solid #006080;
	display:block;
	clear:both;
}
nav .gNav,  x:-moz-any-link{
		width:auto;
}
nav .gNav{
		width:980px\9;
}
nav .gNav{
		/width:980px;
}
nav .gNav li {
	border-left:1px solid #006080;
	border-right:1px solid #008fbf;
}
nav .gNav li a {
	text-align: center;
	height:38px;
	display: block;
}
.homebutton{
	width:190px;
	height:60px;
	display:block;
	background-image:url(../images/homebutton.png);
	background-position: top;
	cursor:pointer;
	position:relative;
}
.homebutton span.hover{
	position: absolute;
	display: block;
	width:190px;
	background-position: bottom;
	height:60px;
	background-image:url(../images/homebutton.png);
}
.aboutbutton{
	width:190px;
	height:60px;
	display:block;
	background-image:url(../images/aboutbutton.png);
	background-position: top;
	cursor:pointer;
	position:relative;
}
.aboutbutton span.hover{
	position: absolute;
	display: block;
	width:190px;
	background-position: bottom;
	height:60px;
	background-image:url(../images/aboutbutton.png);
}
.eventbutton{
	width:190px;
	height:60px;
	display:block;
	background-image:url(../images/eventbutton.png);
	background-position: top;
	cursor:pointer;
	position:relative;
}
.eventbutton span.hover{
	position: absolute;
	display: block;
	width:190px;
	background-position: bottom;
	height:60px;
	background-image:url(../images/eventbutton.png);
}
.bbqbutton{
	width:190px;
	height:60px;
	display:block;
	background-image:url(../images/bbqbutton.png);
	background-position: top;
	cursor:pointer;
	position:relative;
}
.bbqbutton span.hover{
	position: absolute;
	display: block;
	width:190px;
	background-position: bottom;
	height:60px;
	background-image:url(../images/bbqbutton.png);
}
.accessbutton{
	width:190px;
	height:60px;
	display:block;
	background-image:url(../images/accessbutton.png);
	background-position: top;
	cursor:pointer;
	position:relative;
}
.accessbutton span.hover{
	position: absolute;
	display: block;
	width:190px;
	background-position: bottom;
	height:60px;
	background-image:url(../images/accessbutton.png);
}

/* Main
------------------------------ */
/* Contents */
.contents {
	width:100%;
	letter-spacing:0.05em;
	float: none;
	display: inline;
	padding:0;
}
.contents p{
	font-size:14px;
	margin:0 0 10px 10px;
	line-height:170%;
	padding:0 8px 0 0;
	text-shadow: 1px 1px 1px #fff;
}
.contents .small{
	font-size:12px;
}
.contents h1,
.contents #h2_about{
	font-size: 18px;
	color: #fff;
	letter-spacing:0.1em;
	font-weight: 400;
	line-height:1.3em;
	padding: 12px 0 8px 10px;
	margin: 10px 0 10px;
	clear:both;
	background: linear-gradient(
    -45deg,
    #1ABCF2 25%,
    #2CC1F2 25%, #2CC1F2 50%,
    #1ABCF2 50%, #1ABCF2 75%,
    #2CC1F2 75%, #2CC1F2
  );
  /* 幅8px、高さ8pxで背景画像のサイズを指定 */
  /*
  background-size: 8px 8px;
  */
	/*
	background:url(../images/bg-h1.png) no-repeat 0 0;
	*/
	width: auto;
	height: auto;
	text-shadow: none;
	border: none;

}
.warning{
	width: 100%;
	height: auto;
	display: block;
	margin: 30px auto 30px;
}
/*
.contents #h2_about {
	font-size: 22px;
	color: #fff;
	letter-spacing:0.1em;
	font-weight: 400;
	line-height:32px;
	margin:12px 0 0;
	clear:both;
	background:none;
	border: none;
	text-shadow: none;
	background: linear-gradient(
    -45deg,
    #1ABCF2 25%,
    #2CC1F2 25%, #2CC1F2 50%,
    #1ABCF2 50%, #1ABCF2 75%,
    #2CC1F2 75%, #2CC1F2
  );
  /* 幅8px、高さ8pxで背景画像のサイズを指定 */
  /*
  background-size: 8px 8px;*/
	/*
	background:url(../images/bg-h1.png) no-repeat 0 0;
	*/
	/*
	width: auto;
	height: auto;

}*/

/*
.contents h2 {
	font-size: 16px;
	color: #006080;
	text-shadow: 1px 1px 1px #fff;
	letter-spacing:0.1em;
	font-weight: 500;
	line-height:20px;
	padding: 40px 0 2px 8px;
	margin: 0 20px 8px 12px;
	border-bottom:3px dotted #006080;
	clear:both;
}
*/
.contents h2 {
	font-size: 14px;
	color: #006080;
	text-shadow: 1px 1px 1px #fff;
	letter-spacing:0.1em;
	font-weight: 500;
	line-height:20px;
	padding: 0 0 2px 4px;
	margin: 20px 0 10px;
	border-bottom:3px dotted #006080;
	clear:both;
}
.contents h2 span{
	font-size: 17px;
}
.pc_none .header_img{
	width: 100%;
}
.contents section{
	padding-bottom:0;
}
.left-pict{
	background:#fff;
	padding:5px;
	margin:0 10px 10px!important;
	float:none;
	border:1px solid #ddd;
	-webkit-box-shadow: #aec5d5 0px 3px 10px;
	-moz-box-shadow: #aec5d5 0px 3px 10px;
	box-shadow: #aec5d5 0px 3px 10px;
	behavior:url(/PIE.htc);
	position:relative;
}
.left-pict img{
	max-width: unset;
	width: 100%;
	height: auto;
}
.left-pict img,
.kosutaburanka2016 .left-pict img{
	max-width: unset;
}
.right-pict{
	background:#fff;
	padding:5px;
	margin:0 10px 10px;
	float:none;
	border:1px solid #ddd;
	-webkit-box-shadow: #aec5d5 0px 3px 10px;
	-moz-box-shadow: #aec5d5 0px 3px 10px;
	box-shadow: #aec5d5 0px 3px 10px;
	behavior:url(/PIE.htc);
	position:relative;
	width: auto;
}
.right-pict img{
	width: 100%;
}
#catchup-hut{
	padding-left:0;
}
#catchup-hut img{
	width: 100%;
	margin-bottom: 10px;
}
.contents ul li {
	font-size:14px;
	line-height:150%;
	padding:0;
	margin:8px 10px 16px 10px;
}
.root{
	margin:0 16px 4px 24px;
	line-height:170%;
	padding:0 8px 0 0;
	text-shadow: 1px 1px 1px #fff;
}
#map{
	width:auto;
	height:260px;
	border:1px solid #ccc;
	margin:0 10px 30px;
	-webkit-box-shadow: #aec5d5 0px 3px 10px;
	-moz-box-shadow: #aec5d5 0px 3px 10px;
	box-shadow: #aec5d5 0px 3px 10px;
	behavior:url(/PIE.htc);
}
#map iframe{
	width: 100%;
	height: 260px;
}
#map-window{
	margin:0;
	padding:0;
}
#map-window p{
	line-height:1.5em;
	font-size:12px;
	color:#666;
}

#map-window span{
	line-height:1.5em;
	font-size:14px;
	font-weight:600;
	color:#006080;
}
.beachhutbutton{
	width: 90%;
    padding-top: 14%;
    height: auto;
    display: block;
    background: url(../images/beachhutbutton.png) no-repeat;
    background-position: center top;
    background-size: 100% auto;
    cursor: pointer;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.beachhutbutton span.hover{
	display: block;
	width:90%;
	background-position: center bottom;
	height:auto;
	background: url(../images/beachhutbutton.png) no-repeat;
	background-size: 100% auto;
}
#bh_button{
	float:none;
	padding:0 18px 0 0;
	margin:0;
	width: 100%;
	text-align: center;
}
#clear {
	clear:both;
}
/* hut-navi */
#image-navigation{
	display: none;
	width: auto;
    background: url(../images/bg-guidemap.jpg) no-repeat 0 0;
    background-size: contain;
    border: 1px solid #ccc;
    margin: 0;
    -webkit-box-shadow: #aec5d5 0px 3px 10px;
    -moz-box-shadow: #aec5d5 0px 3px 10px;
    box-shadow: #aec5d5 0px 3px 10px;
    behavior: url(/PIE.htc);
    position: relative;
}
#image-navigation ul{
	padding-top:289px;
	padding-left:145px;
}
#image-navigation ul li a {
  display:block;
  width:21px;
  height:21px;
	float:left;
}
#point1 a{
	padding-right:7px;
}
#point2 a{
	padding-right:7px;
}
#point3 a{
	padding-right:7px;
}
#point4 a{
	padding-right:17px;
}
#point5 a{
	padding-right:7px;
}
#point6 a{
	padding-right:7px;
}
#point7 a{
	padding-right:108px;
}
#point8 a{
	padding-right:7px;
}
#image-navigation .navi-image {
	position:relative;
	width: auto;
}
#image-navigation .navi-image img{
	width: 100%;
}
#image-navigation .navi-image a { display:block; }
#image-navigation .navi-image a { position:absolute; top:-296px; left:0; z-index:8; }
#image-navigation .navi-image a.active { z-index:10; }
#image-navigation .navi-image a.last-active { z-index:9; }
/* description */
#message{
	font-size:14px;
	font-weight:500;
	line-height:150%;
	color:#006080;
}
#beachhut-menulist{
	margin: 0 10px;
}
#beachhut-menulist li{
	width: 48%;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
	height: auto;
	background: #fff;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 10px;
	box-shadow: #aec5d5 0px 3px 10px;
	float: left;
	font-size: 14px;
}
#beachhut-menulist a:nth-of-type(2n) li{
	margin-right: 0;
}
#beachhut-menulist li p{
	height: 50px;
	letter-spacing: 0;
}
.sp_mr0{
	margin-right: 0!important;
}
#beachhut-menulist li:nth-child(2n){
	margin-right: 0;
}
#beachhut-menulist img{
	width: 90%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 4px;
}
#beachhut-menulist a:hover{
	text-decoration: none!important;
	color: #008fbf;
}
#beachhut-menulist a li:hover{
background: rgba(0,96,128,0.1);
}
#beachhut-list{
	padding:0;
	margin-bottom: 50px;
}
#beachhut-list li{
	font-size:14px;
	line-height:150%;
	padding:0;
	margin:8px 4px 8px 8px;
	width: 100%!important;
}

#beachhut-list li a{
	padding:0 0 0 16px;
	margin:0;
	background:url(../images/li.png) no-repeat center left;
	font-size: 16px;
}

#beachhut-list .short{
	float:left;
	display:block;
	width:auto;
}

#beachhut-list .long{
	float:left;
	display:block;
	width:auto;
}
.description{
	padding:4px 10px;
}
.description h3{
	line-height:170%;
	font-size:16px;
	font-weight:600;
	color:#008fbf;
	text-shadow: 1px 1px 1px #fff;
	display:block;
	width:100px;
	height:28px;
	float:none;
	margin-bottom: 0!important;
}
.description p{
	margin:0 0 10px;
}
.description p a.sp_link{
	color: #006080;
	pointer-events: auto;
}
.description p a.sp_link:hover{
	color: #57cdf4;
}
#site-description{
	overflow:auto;
	height:300px;
	margin-right:0;
	margin-bottom: 30px;
}
#site-description h3{
	font-size:16px;
	text-shadow: 1px 1px 1px #fff;
	font-weight:600;
	padding:10px 0 8px 0;
	margin:0 10px 8px;
	border-bottom:1px dotted #ccc;
}
#site-description ul{
	padding-left:10px;
}
#site-description ul li{
	padding-left:0;
	margin-left:16px;
	list-style:outside circle;
	list-style-image:none;
	font-size: 14px;
}

.beachhut_comment{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 16px!important;
}


/* Sidebar
------------------------------ */
#sub-column{
	width:100%;
	min-height:auto;
	padding:8px;
	margin:13px 0 32px;
	text-shadow: 1px 1px 1px #fff;
	float: none;
	box-sizing: border-box;
	background: none;
}
#sub-column section{
	text-align: center;
}
#sub-column h2{
	width: auto;
    font-size: 16px;
    padding: 12px 0 8px 10px;
    color: #006080;
    font-weight: 400;
    background: #fff;
    border-bottom: red solid 3px;
    margin-bottom: 10px;
    text-align: left;
}
#sub-column h3{
	font-size:16px;
	padding:0 0 4px 20px;
	margin:4px;
	color:#777;
	font-weight:400;
	background:url(../images/li.png) no-repeat top left;
}
#sub-column a{
	margin-bottom: 50px;
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
#sub-column h3,
#sub-column p{
	display: inline-block;
    position: relative;
    width: auto;
    margin-left: 10px;
    float: left;;
}
#sub-column img{
	width: 60%;
	height: auto;
	margin-bottom: 10px;
}
#sub-column .comment{
	font-size:12px;
	color:#777;
	padding:0 8px 16px;
	line-height:1.5em;
	text-align: left;
}
#link a{
	border:2px solid #c8f1ff;
	width:192px;
	height:50px;
	padding-right:0;
	padding-bottom:0;
	margin:4px 6px 8px 2px;
	display:block;
}
#link a:hover{
	border:2px solid #30c2f2;
	width:192px;
	height:50px;
	padding-right:0;
	padding-bottom:0;
	display:block;
}

/* Footer
------------------------------ */
footer{
	text-shadow: 1px 1px 1px #00394d;
}
#footer-bg{
	border-top: #00394d 5px solid;
	min-height: 200px;
	color: #6bd3f5;
	background:url(../images/bg-footer.jpg) repeat-x center bottom;
	clear: both;
}

#footer-inner {
	max-width: 980px;
	margin: auto;
}

#footer-bg a {
	color: #6bd3f5;
	text-decoration:none;
}

#footer-bg a:hover {
	text-shadow: 0px 0px 8px #6bd3f5;
	text-decoration:underline;
}

.footer-list {
	font-size:16px;
	padding:8px 0 48px 24px;
	margin:16px 0 0;
	line-height: 1.7;
	float: left;
}
.footer-list li{
	list-style:outside circle;
	list-style-image:none;
}

#footer1{
	border-left:none;
	margin-top:4px;
	width:180px;
}
#footer2{
	border-left:none;
	margin-top:4px;
	width:260px;
}
#footer3{
	border-left:none;
	margin-top:4px;
	width:240px;
}
#footer4{
	border-left:none;
	margin-top:18px;
	width:192px;
}
#footer4 li{
	list-style:none;
}
#footer4 li a{
	width:192px;
	height:50px;
	margin-bottom:16px;
	display:block;
	border:2px solid #008fbf;
}
#footer4 li a:hover{
	width:192px;
	height:50px;
	margin-bottom:16px;
	display:block;
	border:2px solid #00394d;
}
#copyright {
	clear: both;
	text-align: center;
	font-size:14px;
	line-height: 1.9;
	margin: 30px 5% 0;
}
/* clearfix */
#main:after,
#footer:after {
	content:"";
	display: block;
	clear: both;
}
.text-right{
	text-align:right;
}
#main section .text-right{
	font-size: 13px;
}
/* 2015.07.25たかはし拡張対応用 */
.box_img{
	position: relative;
	display: block;
	width: 44%;
	height: auto;
	background:#fff;
	padding:2px 2px 2px;
	margin:0 4px 16px 0;
	-webkit-box-shadow: #aec5d5 0px 3px 10px;
	-moz-box-shadow: #aec5d5 0px 3px 10px;
	box-shadow: #aec5d5 0px 3px 10px;
	behavior:url(/PIE.htc);
}
.box_img img{
	width: 100%;
	height: auto;
}
.full_img{
	background: #fff;
    padding: 5px!important;
    margin: 0 10px 20px!important;
    float: none!important;
    border: 1px solid #ddd;
    -webkit-box-shadow: #aec5d5 0px 3px 10px;
    -moz-box-shadow: #aec5d5 0px 3px 10px;
    box-shadow: #aec5d5 0px 3px 10px;
    behavior: url(/PIE.htc);
    position: relative;
    width: auto;
}
.50_img{
	background: #fff;
    padding: 5px!important;
    margin: 0 10px 20px!important;
    float: none!important;
    border: 1px solid #ddd;
    -webkit-box-shadow: #aec5d5 0px 3px 10px;
    -moz-box-shadow: #aec5d5 0px 3px 10px;
    box-shadow: #aec5d5 0px 3px 10px;
    behavior: url(/PIE.htc);
    position: relative;
    width: auto;
}
.l_img{
	margin-right: 10px;
	float: left;
}
.m_img{
	float: left;
	margin-left: 10px;
}
.r_img{
	float: right;
	margin-right: 13px;
}
#takahashi2015box h3{
	line-height: 170%;
    font-size: 16px;
    font-weight: 600;
    color: #008fbf;
    text-shadow: 1px 1px 1px #fff;
    display: block;
    width: auto;
    height: 28px;
    float: none;
    margin-bottom: 0!important;
    margin-left: 10px;
    margin-top: 10px!important;
}
#takahashi2015box p{
	margin:0 0 8px 20px!important;
}
#takahashi2015box ul li{
	padding-bottom: 12px;
	margin-left: 38px!important;
	font-size: 14px;
	margin-right: 10px;
}
#takahashi2015box ul li:before{
	content:"◆";
	font-size:20px;
	font-weight:600;
	color:#008fbf;
	position: absolute;
	left: 16px;
}

/* 2016.06こすたぶらんか */
#kosutaburanka2016box{
	clear: both;
	float: none;
}
.kosutaburanka2016{
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
}
.kosutaburanka2016 .left-pict{
	clear: both;
	float: none;
	width: auto;
	margin-left: 0;
	margin-right: 0;
}
.kosutaburanka2016 .50_img{
	width: 50%!important;
}
.description:nth-of-type(13) h3:nth-of-type(2){
	margin-bottom: 190px;
}
.description:nth-of-type(13) h3:nth-of-type(3){
	margin-bottom: 60px;
}
#event,
#menu,
#access,
#profile,
#sitepolicy,
#about{
	padding-top: 50px;
	margin-top: -50px!important;
}

.mb_30{
	margin-bottom: 30px!important;
}
.bnr_list{
	    margin-top: 40px;
}
/* map */
.ggmap{
	margin: 10px 10px 60px;
}
.ggmap p{
	margin: 3px 0 0;
}
}