@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 {
	padding: px;
	box-sizing: border-box;
}

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;
}



/*  ２週間無料キャンペーン開始  */



main {
	margin: 0 auto;
	width: 80%;
	box-sizing: border-box;
	background-color: white;
}

#top {
	position: relative;
	box-sizing: border-box;
	border: 5px solid black;

}

#top img{
	width: 100%;
	height: 700px;
	box-sizing: border-box; 

}

#topimage {
	width: 100%;
	height: 700px;
	box-sizing: border-box; 
}

#toptext1 {
	position: absolute;
	top: 5%;
	left: 5%;
	width:450px;
	font-size: 40px;
	font-weight: bold;
	border: 5px solid white;
	box-sizing: border-box; 
	padding: 20px;
	background-color: rgba(0,0,0,0.5);
	color: white;
	border-radius: 5px;
	text-shadow: 2px 2px 2px black;
}

#toptext2 {
	position: absolute;
	top: 60%;
	left: 5%;
	width:500px;
	font-size: 30px;
	font-weight: bold;
	border: 5px solid white;
	box-sizing: border-box; 
	padding: 20px;
	background-color: rgba(0,0,0,0.5);
	color: white;
	border-radius: 5px;
	text-align:center;
	text-shadow: 2px 2px 2px black;
}

#toptext3 {
	position: absolute;
	top: 85%;
	left: 5%;
	width:550px;
	font-size: 25px;
	font-weight: bold;
	border: 5px solid white;
	box-sizing: border-box; 
	padding: 20px;
	background-color: rgba(0,0,0,0.5);
	color: white;
	border-radius: 5px;
	text-shadow: 2px 2px 2px black;


}

#toptext4 {
	position: absolute;
	top: 10%;
	right: 0%;
	font-size: 25px;
	font-weight: bold;
	margin-right: 10px;
	color: white;
	border-radius: 50%;
	box-sizing: border-box;
	text-shadow: 2px 2px 2px black;
}

.toptext4a {
	margin-right: 10px;
	padding: 20px;
	color: white;
	border: 5px solid white;
	border-radius: 50%;
	box-sizing: border-box;
	background-color: rgba(246,124,21,0.8);
}


/*  選ぶ用の背景画像  */

.topthumb {
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
}
div#top2 {
	width: 100%;
	box-sizing: border-box; 
	text-align: center;
	background-color: #C6F8FB;
	margin-top: 20px;
	border: 5px solid black;
}

.top2img {
	box-sizing: border-box;
	margin: 10px 0;
	display: inline-block;
}

.top2img p {
	float: left;
	margin:0 10px;

}


#top2-1,#top2-2,#top2-3 {
	width: 200px;
	height: 150px;
	border: 1px solid black;
}

/*  キャンペーン説明　アイコンと吹き出し  */

article h1 {
	background-color: #F67C15;
	color: white;
	font-size: 25px;
	text-align: center;
	line-height: 30px;
	margin: 20px 0;
	text-shadow: 2px 2px 2px #000;
	}

article h2 {
	background-color: #ffa500;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: underline;
	}

section.setsumei-fuan {
	background-image: url(../images/fuan.jpg);
	background-size: cover;
}


div.setsumei-top {
	text-align: center;
	margin-top: 50px;
}
div.fuan {
	width: 70%;
	display: inline-block;
	margin: 10px 0;
	position: relative;
}

.gazou1 img,.gazou1-2 img {
	background-color: #ffc0cb;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 50%;
}

.gazou1 img {
	background-color: #7fffd4;
}

.gazou1-2 img {
	background-color: #ffc0cb;
}

div.serifu1 {
	position: absolute;
	top: 10%;
	left: 45%;
	font-size: 20px;
}

div.serifu2 {
	position: absolute;
	top: 10%;
	left: 5%;
	font-size: 20px;
}

.setsumei1 {
	background-color: #f5deb3;
	display: inline-block;
}

section p {
	font-size: 20px;
	padding: 10px;
	box-sizing: border-box;
	line-height: 25px;
}

div.setsumeik {
	background-color: #f5deb3;
}
.gazou1,.gazou1-2 {
	float: left;
	width: 30%;
}

.gazou2 {
	float: left;
	width: 70%;
}

div.fuan img {
	width: 100%;
}

span {
	color: red;
}

.setsumeit {
	float: left;
	width: 60%;
	display: inline-block;
}

.setsumei-image {
	float: left;
	width: 40%;
	margin-bottom: 10px;
}

.setsumei-image img{
	float: left;
	width: 100%;
	border: 1px solid black;
	display: inline-block;

}

section.nagare {
	text-align: center;
}
h2.secchi {
	background-color: #17AA1C;
	margin-bottom: 100px;
	text-align: center;
}

section.nagare p {
	text-align: center;
	margin: 10px 0;
}

p.text {
	background-color: #90ee90;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 20px;
}

a.kochira {
	display: inline-block;
}
.under {
	width: 100px;
	height: 100px;
}

.suisourei {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.suisouimg {
	display: inline-block;
}

.suisourei img{
	width: 50%;
}
.suisourei p{
	font-weight: bold;
	font-size: 20px;
}

/*  問い合わせフォーム  */

article.form {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
}

form {
	display: inline-block;
	background-color: white;
	font-size: 20px;
}

caption {
	background-color: #F67C15;
	color: white;
	text-shadow: 2px 2px 2px #000;
}
th {
	background-color: #90ee90;
	width: 20%;
	vertical-align: middle;
	border: 1px solid black;
	box-sizing: border-box;
	padding: 10px;
}
td {
	text-align: left;
	width: 40%;
	border: 1px solid black;
	box-sizing: border-box;
	padding: 10px;
}

th.last {
	background-color: white;
	
}
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) {
main {
	width: 1140px;
	margin: 0 auto;

}

