@charset "UTF-8";

/* ボディ */

body	{margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif}
	
a {
	text-decoration: none;
	display: block;
}

a:hover {
	background-color: rgba(255,255,255,0.5);
    opacity: 0.8;
	
}


a.tosha,a.iyashi {
	display: inline-block;
}

/*  ??????  */

a:hover img{
	background-color: rgba(255,255,255,1);
    opacity: 0.8;
}

img {
	vertical-align: bottom;
}
/* ラッパー */

div.wrapper {
}
/* ヘッダー */

header.header {
	background-image: url(../images/header-haikei.jpg);
	background-size: cover;
}

/* 最上部  ロゴ */

div.logosns a {
	color: #fff;
}

div.logo {
	width: 25%;
	margin-left: 20px;
	float: left;
	box-sizing: border-box;
	margin-top: 10px;
}

img.logomark {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	vertical-align:bottom;
	background-color: rgba(255,255,255,0.5)
}


p.hyoudai{
	font-size: 20px;
	font-weight: bold;
	padding-top: 20px;
	color: #fff;
	float:left;
	width: 40%;
	box-sizing: border-box;
	margin-left:1%;

}

/* 最上部  SNSボタン */

div.topbanner {
	float: left;
	width: 32%;
	box-sizing: border-box;
	margin-top: 10px;
}

div.topbanner img {
	vertical-align: bottom;
}

ul.list1 img {
	width: 100px;
	border-radius: 5px;
	height: 50px;
}


div.topbanner ul.list1 a {
	width: 100px;
	border-radius: 5px;
	height: 50px;
	margin: 0 10px;
}

ul.list2 img {
	width: 50px;
	border-radius: 5px;
	height: 50px;
}


div.topbanner ul.list2 a {
	width: 50px;
	border-radius: 5px;
	height: 50px;
	margin: 0 10px;
}


ul.list1 {
	box-sizing: border-box;
}

ul.list1 li {
	float: right;
	box-sizing: border-box;
}
ul.list1 li img {
	box-sizing: border-box;
	border: 3px solid #fff;
}

ul.list2 {
	box-sizing: border-box;
	margin-top: 10px;
}

ul.list2 li {
	float: right;
	box-sizing: border-box;
}
ul.list2 li img {
	box-sizing: border-box;
	border: 3px solid #fff;
}


/* ロゴ画像  水槽画像 */

div.name,div.aqua {
	width:50%;
	float: left;
	box-sizing: border-box;
}

div.name p,div.aqua p {
	text-align: center;
	line-height: 480px;
	margin-bottom: 10px;
}

img.name{
	width: 50%;
	height:auto;
	vertical-align: middle;
}

video.aqua {
	width: 80%;
	height:auto;
	vertical-align: middle;
	border-radius: 10px;
	border: 5px solid #fff;
	box-sizing: border-box;
}
/* グローバルナビ */
div.abc {
	width: 100%;
	height: 70px;
	background-image: url(../images/navi-grass.png);
	background-size: contain;
	background-repeat: repeat-x;
}
nav.nav {
	width: 100%;
}

nav ul {

}

nav ul li {
	float: left;
	background-color: #17AA1C;
	width: 25%;
	padding: 3px;
	box-sizing: border-box;
	margin: 0px;
	list-style: none;
	display: block;
	text-align: center;
	font-size: 20px;
}

nav ul li a {
		padding: 10px 10px;
		color: #fff;
		border-radius: 50%;
}

nav ul li.navi {
    padding: 13px 13px;
    color: #000;
}

nav ul li a:hover {
	color: black;
}
div.bcd {
	width: 100%;
	height: 50px;
	background-image: url(../images/navi-gradation.png);
	background-size: contain;
	background-repeat: repeat-x;
}



/* あいさつトップ */

article.aisatsu {
	font-size: 20px;
}

div.aisatsufooter {
	width:100%;
	box-sizing: border-box;
	background-image: url(../images/main-haikei.jpg);
	background-size: cover;
	vertical-align: bottom;

}

div.aisatsu {
	margin: 0 auto;
	width: 85%;
	box-sizing: border-box;
	background-color: rgba(255,255,255,1);
}

p.donyu {
	margin-top: 10px;
	padding: 10px;
	background-color: #51B1CD;
	font-size: 17px;
	text-align: center;
	color: white;
	text-shadow: 2px 2px 2px black;
}

.donyu {
	position: relative;
	background: #89b8d6;
}
.donyu:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(137, 184, 214, 0);
	border-top-color: #51B1CD;
	border-width: 10px;
	margin-left: -10px;
}

div.aisatsu-top {
	position: relative;
}

p.aisatsu-top {
	width: auto;
}

img.aisatsu-top {
	width: 100%;
	height: auto;
	margin-top: 10px;
}

div.aisatsutext {
	position: absolute;
	right: 10px;
	bottom: 100px;
}

div.aisatsutext p {
	font-size:20px;
	color: white;
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
	text-shadow: 2px 2px 10px white;
	line-height: 30px;
}

/* あいさつ本文 */

/* 紹介文 */

span {
	color: red;
}

div.shokai{
	padding: 10px 20px;
}

div.shokai h1{
	font-size:30px;
	color: black;
	text-shadow: 2px 2px 2px #17AA1C;
	padding-left:10px;
	border-left: 10px solid #17AA1C;
	vertical-align: middle;
	line-height: 40px;
	display: block;
	background-color: #90ee90;
	margin-bottom: 10px;
	-webkit-column-span: all;
    -moz-column-span: all;
    column-span: all;
	
}

div.shokai p {
	line-height: 25px;
}

/* ごあいさつ */

div.goaisatsu {
	margin-bottom: 50px;
}

div.goaisatsutext{
	float: left;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}


img.goaisatsuimage {
	width:100%;
	height: 400px;
}

div.imagesetsumei {
	float: left;
	width: 210px;
}

div.textsetsumei {
	float: none;
	width: auto;
	-webkit-columns: 11em 2;
    -moz-columns: 11em 2;
    columns: 11em 2;
	-webkit-column-rule: 3px dotted #17AA1C;
    -moz-column-rule: 3px dotted #17AA1C;
    column-rule: 3px dotted #17AA1C;
	-webkit-column-fill: auto;
    column-fill: auto;
	padding: 20px;
	box-sizing: border-box;
	line-height: 30px;
	background-color: #fff;
	border-radius: 20px;
	margin-bottom: 50px;

}
/* 設置とメンテナンス */

div.secchi {
	margin-bottom: 50px;
}


div.secchitext{
	float: left;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}



img.secchiimage {
	width:100%;
	height: auto;
}

a.kaisha {
	width: 100%;
	box-sizing: border-box;
	border-radius: 5px;
	border: 3px solid black;
	margin: 10px 0;
}

img.kaisha {
	width: 200px;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
}

img.textbanner {
	width: 100%;
}

/* 料金プラン */

div.ryokintext{
	float: left;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}


img.ryokinimage {
	width:100%;
}

/* バナー */

div.ryokinbanner {
	width:100%;
}

a.ryokin2weeks {
	width: 100%;
	box-sizing: border-box;
	border-radius: 5px;
	border: 3px solid black;
	margin: 10px 0;
}
img.ryokin2weeks {
	width: 100%;
}

a.shiryouseikyu {
	width: 100%;
	box-sizing: border-box;
	border-radius: 5px;
	border: 3px solid black;
	margin: 10px 0;
}

img.shiryouseikyu {
	width: 100%;
}


/* フッター */

footer.footer {
	background-color: #17AA1C;
	box-sizing: border-box;
}


/* フッターバナー */

div.cde {
	width: 100%;
	height: 200px;
	background-image: url(../images/footer-grass.png);
	background-size: contain;
	margin-top: 10px;
}


div.footerbanner {
	width: 24%;
	float: left;
	box-sizing: border-box;
	background-color: #17AA1C;
	margin-left: 1%;
	margin-bottom: 10px;
}

.footerlogo p a,.banner2 p a,.banner3 p a {
	width: 100%;
	border-radius: 5px;
	box-sizing: border-box;
	margin-bottom: 5px;
}

.footerlogo p a img,.banner2 p a img,.banner3 p a img {
	width: 100%;
	border: 5px solid #C6F8FB;
	border-radius: 5px;
	box-sizing: border-box;
	vertical-align: bottom;
}


/*  SNSボタン  */


div.footersns {
	float: left;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	margin-top: 10px;
}

.footersnscenter {
	display: inline-block;
}

div.footersns img {
	vertical-align: bottom;
}

div.footersns ul.list3 img {
	width: 150px;
	border-radius: 10px;
	height: 60px;
	border: 5px solid #C6F8FB;
	box-sizing: border-box;
}

div.footersns ul.list4 img {
	width: 60px;
	border-radius: 10px;
	height: 60px;
	border: 5px solid #C6F8FB;
	box-sizing: border-box;

}

div.footersns ul.list3 a {
	width: 150px;
	border-radius: 10px;
	height: 60px;
	margin: 0 10px;
	box-sizing: border-box;
}

div.footersns ul.list4 a {
	width: 60px;
	border-radius: 10px;
	height: 60px;
	margin: 0 10px;
	box-sizing: border-box;
}


div.footersns ul.list3 {
	box-sizing: border-box;
	margin-bottom: 10px;
}

div.footersns ul.list3 li {
	float: left;
	box-sizing: border-box;
}

div.footersns ul.list4 {
	box-sizing: border-box;
}

div.footersns ul.list4 li {
	float: left;
	box-sizing: border-box;
}


/* フッターナビ */

div.footersitemap {
	width: 24%;
	float: left;
	box-sizing: border-box;
	margin-left: 1%;

}

ul.footersitemap {
	background-color: #C6F8FB;
	padding: 5px;
	border-radius: 0 0 20px 20px;
	text-align: center;
}

ul.footersitemap li a {
	padding: 5px;

}

div.footersitemap p {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #000;
	background-color: #C6F8FB;
	padding: 5px;
	border-radius: 20px 20px 0 0;
}

img.fish1 {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	vertical-align: bottom;
	
}

img.fish2 {
	width: 20px;
	height: 20px;
	margin-left: 8px;
	vertical-align: bottom;
}

/* フッター更新履歴 */



div.whatsnew {
	width: 23%;
	float: left;
	margin: 0 1%;
	box-sizing: border-box;
}

div.whatsnew p {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #000;
	background-color: #C6F8FB;
	padding: 5px;
	border-radius: 20px 20px 0 0;
}

dl.whatsnew {
	background-color: #C6F8FB;
	padding: 5px;
	border-radius: 0 0 20px 20px;
}

dl.whatsnew dt {
	padding: 5px 5px 0 5px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
dl.whatsnew dd {
	margin-bottom: 10px;
	text-indent: 2em;
}

/* フッターツイート */

div.tweet {
	width: 24%;
	float: left;
	box-sizing: border-box;
	background-color: #C6F8FB;
	padding: 5px;
	border-radius: 20px;
	margin-right: 1%;
	margin-bottom: 10px;
}
iframe#twitter-widget-0{
	border-radius: 20px;
}

/*  コピーライト  */

div.copyright p {
	color: #fff;
	text-align: center;
}


.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/*  トップへ戻るボタン  */




.page-top
{
	display: none ;
	margin: 0 ;
	padding: 0 ;
}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 16px ;
	bottom: 16px ;
}
 
.move-page-top
{
	display: block ;
	background: #F67C15;
	border: 5px solid white;
	border-radius: 50%;
	width: 70px ;
	height: 70px ;
	cursor: pointer ;
	line-height: 80px;
	vertical-align: ;

	color: #fff ;
	text-decoration: none ;
	text-align: center ;
	font-size: 18px;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}


/* ########### 1190px以上 ########### */
@media (min-width: 1190px) {

	div.aisatsu {
		margin: 0 auto;
		width: 1140px;
		background-color:rgba(255,255,255,1);
	}
	
}


