@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)
}

p {
	letter-spacing: 0.1em;
}

a.tosha,a.iyashi {
	display: inline-block;
}
	
/* ラッパー */

div.wrapper {
	width: auto;
	margin: 0 auto;
}
/* ヘッダー */

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)
}

a:hover img{
	opacity: 0.8;

}

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.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;
}



/* あいさつトップ */

div.aisatsufooter {
	width:100%;
	box-sizing: border-box;
	background-image: url(../images/main-haikei.jpg);
	background-size: cover;
}
.catalog_hyoudai {
	margin: 0 auto;
	width: 70%;
    text-align: center;
}
.catalog_hyoudai img {
	width: 70%;
    margin-bottom: 30px;
}

article.contents {
	margin: 0 auto;
	width: 70%;
	box-sizing: border-box;
	background-color:rgba(255,255,255,0.9);
}

.toptext {
	margin: 0 auto;
	width: 100%;
	font-size: 32px;
	background-color: orange;
	color: white;
	padding: 20px;
	border-radius: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: solid 5px #000;
    margin-bottom: 10px;
}

.toptext h1 {
	text-align: center;
	font-size: 35px;
	
}
section h2 {
	text-align: center;
	font-size: 30px;
	color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #fa8d00), color-stop(0.00, #ff0d05));
    background: -webkit-linear-gradient(top, #ff0d05 0%, #fa8d00 88%);
    background: -moz-linear-gradient(top, #ff0d05 0%, #fa8d00 88%);
    background: -o-linear-gradient(top, #ff0d05 0%, #fa8d00 88%);
    background: -ms-linear-gradient(top, #ff0d05 0%, #fa8d00 88%);
    background: linear-gradient(to bottom, #ff0d05 0%, #fa8d00 88%);
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 5px;
}
section h3 {
	text-align: center;
	font-size: 25px;
	background-color: green;
	color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #09ae0d), color-stop(0.00, #05ddff));
    background: -webkit-linear-gradient(top, #05ddff 0%, #09ae0d 88%);
    background: -moz-linear-gradient(top, #05ddff 0%, #09ae0d 88%);
    background: -o-linear-gradient(top, #05ddff 0%, #09ae0d 88%);
    background: -ms-linear-gradient(top, #05ddff 0%, #09ae0d 88%);
    background: linear-gradient(to bottom, #05ddff 0%, #09ae0d 88%);
    padding: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 5px;
    margin-top: 10px;
}

.img_container {
	width: 100%;
	box-sizing: border-box;

}
.img_box {
	width: 100%;
	float: left
	box-sizing: border-box;
}
.fish_img {
	width: 25%;
	float: left;
	box-sizing: border-box;
}
.fish_img p {
    width: 100%;
        text-align: center;
}
.fish_img img {
	width: 60%;
    margin-top: 20px;
}
p.name {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}
/*  フッター開始  */
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;
	padding: 0 10px;
	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: 25%;
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
	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;
}

/*  コピーライト  */

div.copyright p {
	color: #fff;
	text-align: center;
}


.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* ########### 359px以下 ########### */
@media (max-width: 359px) {

}


/* ########### 599px以下 ########### */
@media (max-width: 599px) {

}

/* ########### 767px以下 ########### */
@media (max-width: 767px) {

}

/* ########### 768px以上 ########### */
@media (min-width: 768px) {

}

/* ########### 1190px以上 ########### */
@media (min-width: 1190px) {

div.aisatsu {
	margin: 0 auto;
	width: 1140px;
	background-color:rgba(255,255,255,1);
}



}

