@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;
}

#formgamen {
	margin: 0 auto;
	margin-bottom: 50px;
	width: 85%;
	box-sizing: border-box;
	background-color:rgba(255,255,255,0.9);
	font-size:18px;
	line-height: 40px;
	text-align: center;
}

#otoiawase {
    box-sizing: border-box;
    vertical-align: bottom;
    width: 100%;
    border: 5px solid black;}

.otoiawasep {
	font-size: 18px;
	background-color: #afeeee;
	border-radius: 30px;
	margin: 30px;
}
/*  フォーム画面  */

form {
	text-align:  ;
	display: inline-block;
	margin-bottom: 30px;
}

table {
	border: 1px solid #000;
	box-sizing: border-box;
	background-color: #fff;
}


tr {
	border-bottom: 1px solid #000;
	box-sizing: border-box;
	
}

th {
	border-right: 1px solid #000;
	box-sizing: border-box;
	background-color: #90ee90;
	padding: 5px;
	width: 25%;
	vertical-align: middle;
}

td {
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	width: 80%
}

input {
	font-size: 18px;
}

input.left{
	margin-left: 10px;
}

textarea {
	font-size: 18px;
	width: 100%;
}

select {
	font-size: 18px;
	width: 30%;
}


th.last {
	background-color: #fff;
	line-height:60px;
}

#soushin_btn,#reset_btn {
	font-size: 25px;
	font-weight: 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;
	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;
}

/*  トップへ戻るボタン  */




.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 ;
}

/* ########### 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) {

article#formgamen {
	margin: 0 auto;
	width: 1140px;
	background-color:rgba(255,255,255,0.8);
}

}

