﻿@charset "utf-8";

*{
	margin:0;
	padding:0;
}

img{
	vertical-align:bottom;
}

body{
	font-family: 'Kiwi Maru', serif;
}

.wrap{
	width:1400px;
	margin:auto;
}

h1{
	text-align:center;
	background-color:#f0fff0;
	padding:5px;
	background-image:url(img/line.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

ul{
	list-style-type:none;
	width:900px;
	margin:30px auto 50px;
}

li{
	float:left;
}

nav a:hover{
	opacity:0.7;
}

h2{
	text-align:center;
	margin-bottom:100px;
}

h2 img{
	width:100%;
}

h3{
	width:600px;
	font-size:32px;
	margin:0 auto 90px;
	color:#e73562;
	text-shadow:2px 2px 2px #c9c9c4;
	text-align:center;
	border-bottom:dotted 3px #72640c;
	padding-bottom:10px;
}

main{
	background-image:url(img/top_back.png);
	background-repeat:no-repeat;
	height:700px;
}

.text_big{
	text-align:center;
	line-height:2.4;
	font-size:24px;
}

.toptext_bold{
	font-size:28px;
	font-weight:bold;
	color:#ea553a;
}

footer{
	background-color:#f0fff0;
	text-align:center;
	background-image:url(img/line.png);
	background-repeat:repeat-x;
	background-position:top;
	padding:20px 20px;
	margin-top:200px;
}

.return a{
	position:fixed;
	right:20px;
	bottom:30px;
	width:80px;
	height:100px;
	background-image:url(img/retern_3.png);
	display:block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.return a:hover{
	background-position:0 100px;
	
}

.clearfix:after{
	content:"";
	display:block;
	clear:both;
}


/*ここからスマホ用CSS*/
@media screen and (max-width:500px)
{

h1{
	display:none;
}

.title_small{
	width:500px;
	padding:100px 0 50px;
	background-color:#f0fff0;
	background-image:url(img/line.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

.title_small img{
	width:90%;
}

.tel{
	width:180px;
	position:fixed;
	top:10px;
	right:20px;
}

.tel img{
	width:100%;
}

ul{
	width:500px;
}

ul li{
	width:70px;
}

ul img{
	width:140%;
}

h2{
	width:450px;
	margin-bottom:70px;
}

h2 img{
	width:100%;
}

.wrap{
	width:400px;
}

h3{
	font-size:22px;
	width:400px;
	margin:0 auto 40px;
}

.text_big{
	display:none;
}

.text_small{
	width:400px;
	line-height:2;
	font-size:16px;
	text-align:center;
}

.toptext_bold{
	font-size:22px;
	font-weight:bold;
	color:#ea553a;
}

main{
	width:400px;
	background-image:url(img/top_back_small.png);
	background-repeat:no-repeat;
	height:650px;
}

footer{
	margin-top:100px;
	width:500px;
}

.foot_image{
	display:none;
}

.foot_image_small{
	width:400px;
}

.return a{
	position:fixed;
	right:20px;
	bottom:30px;
	width:60px;
	height:75px;
	background-image:url(img/return_small.png);
	display:block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.return a:hover{
	background-position:0 75px;
	
}







}


@media(min-width:500px)
{

header p{
	display:none;
}

.text_small{
	display:none;
}

.foot_image_small{
	display:none;
}

}


