@charset "utf-8";
/* CSS Document */

html, body{height: 100%;} 
html{overflow-y: scroll;}  
body{
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	font-size: 100%;
	background-attachment: fixed;
	color: #595757;
}


/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
button{background:transparent;border:none;cursor:pointer;outline:none;padding:0;appearance:none;}ul{list-style-type:none;margin:0;padding:0;}li,p{margin: 0;}
/* reset */




a:link {color: #595757; text-decoration: none; }
a:visited {color: #595757; text-decoration: none; }
a:hover {color: #ADADAD; text-decoration: none;}
a:active {color: #595757; text-decoration: none; }

img, img a{border:none;}
.fade a:hover img { opacity: 0.7;}
.fade a img { transition: opacity 0.3s ease-out;}


/* - - - - - - - - - - - - - - - - - - - - */
#warp{width: 900px; margin: 0 auto; position: relative;}
#warp .mall{width: 100px; height: 27px; position: relative; top: 10px; background-image: url(images/mall.png);}


/* - - - - - - - - - - - - - - - - - - - - */
.bottom-menu{text-align: right; padding: 10px 0; font-size: 80%;}


/* - - - - - - - - - - - - - - - - - - - - */
#footer{width: 100%; background-color: #f9d4db; margin: 0; padding: 10px 0; font-size: 80%;} 
#footer .footer{width: 900px; margin: 0 auto;}


/* - - - - - - - - - - - - - - - - - - - - */
h1{font-size: 130%; color: #6c4954; text-align: center; font-weight: 600; margin: 70px 0 30px;}
h2{font-size: 130%; color: #6c4954; text-align: center; font-weight: 600; margin: 0 0 30px;}
h3{font-size: 110%; color: #6c4954; font-weight: 600; margin-bottom: 3px;}

p{padding-bottom: 16px;}


/* - - - - - - - - - - - - - - - - - - - - */
.slide{width: 800px; height: 400px; margin: 0 auto 50px; position: relative; top: 27px;}


/* - - - - - - - - - - - - - - - - - - - - */
.banner{width: 840px; margin: 0 auto 50px; text-align: center;}


/* - - - - - - - - - - - - - - - - - - - - */
.top_img{width: 830px; margin: 50px auto 50px; overflow: hidden; _zoom: 1; text-align: center;}
.top_img img{width: 130px; height: 130px; margin-right: 10px; margin-bottom: 10px;}
/*
.top_img img:nth-child(6){ margin-right: 0;}
*/

/* - - - - - - - - - - - - - - - - - - - - */
.section{width: 840px; margin: 0 auto; padding-bottom: 50px; overflow: hidden; _zoom: 1;}
.txt_box{font-size: 86%; line-height: 1.6em;}

.list{margin: 10px 0 20px 40px;}
.list li{list-style-type: decimal; margin-bottom: 10px;}

.section .button{width: auto; margin: auto; text-align: center; overflow: hidden; _zoom: 1;}
.section .button img{margin-right: 10px;}
.section .button img:nth-child(even){margin-right: 0;}


/* - - - - - - - - - - - - - - - - - - - - */
.row{
	width: 250px;
	height: 80px;
	line-height: 80px;
	margin: 0 40px 10px 150px;
	float: left;
}
.row:nth-child(2){ margin: 0;}
.row a{display: block; font-size: 110%; font-weight: 600;}

a.animated-button:link, a.animated-button:visited {
    position: relative;
    display: block;
    color: #595757;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
a.animated-button:link:after, a.animated-button:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
a.animated-button:link:hover, a.animated-button:visited:hover {
    color: #595757;
    text-shadow: none;
}
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
    height: 450%;
}
a.animated-button:link, a.animated-button:visited {
    position: relative;
    display: block;
    border-radius: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
a.animated-button.thar-one {
    cursor: pointer;
    display: block;
    position: relative;
    border: 2px solid #448ec5;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
a.animated-button.thar-one:hover {
    color: #fff !important;
    background-color: transparent;
    text-shadow: none;
}
a.animated-button.thar-one:hover:before {
    bottom: 0%;
    top: auto;
    height: 100%;
}
a.animated-button.thar-one:before {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 0px;
    width: 100%;
    z-index: -1;
    content: '';
    color: #fff !important;
    background: #448ec5;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


/* - - - - - - - - - - - - - - - - - - - - */
/* スマホ用 */
/* - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 480px){
	h1{margin: 70px 0 20px; padding: 15px 10px 10px; color: #fff; background-color: #6c4954;}
	h2{margin: 0 0 20px; padding: 15px 10px 10px; color: #fff; background-color: #6c4954;}
	h3{margin-bottom: 5px; padding: 8px 5px 5px; border-bottom: 2px solid #6c4954; border-top: 2px solid #6c4954;}


	#warp{width: auto; margin: 0;}
	#warp .mall{width: 100px; height: 27px; position: relative; top: 10px; left: 10px; background-image: url(images/mall.png);}

	/* - - - - - - - - - - - - - - - - - - - - */
	#footer .footer{width: auto; margin: 0 10px 0;}
	
	/* - - - - - - - - - - - - - - - - - - - - */
	.slide{width: 100%; height: auto;}
	.slide img{width: 100%; height: 100%;}
	
	/* - - - - - - - - - - - - - - - - - - - - */
	.notice{width: auto; margin: 0 10px 0;}
	.notice h1{color: #fff;}
	.notice li .day, .notice li .data{width: 100%; float: none;}
	
	/* - - - - - - - - - - - - - - - - - - - - */
	.button{width: 100%;}
	.button .but{max-width: 270px; max-height: 270px; margin: 0 auto 10px; float: none;}
	.button .but img{width: 100%; height: 100%;}
	.button .but:nth-child(3n){margin-right: auto;}
	.button .but:last-child{margin-bottom: 0;}

	/* - - - - - - - - - - - - - - - - - - - - */
	.banner{width: auto; margin: 0 10px 30px;}

	/* - - - - - - - - - - - - - - - - - - - - */
	.bottom-menu{margin: 10px; padding: 0;}

	/* - - - - - - - - - - - - - - - - - - - - */
	.section{width: auto; margin: 0 10px; padding-bottom: 20px;}

	/* - - - - - - - - - - - - - - - - - - - - */
	.top_img{width: auto;}
	.top_img img{max-width: 130px; max-height: 130px; margin: 0 5px 10px;}

	/* - - - - - - - - - - - - - - - - - - - - */
	.row{width: auto; margin: 0 10px 20px; float: none;}
	.row:nth-child(2){margin: 0 10px 0;}
}

