@charset "utf-8";

/*
Theme Name: School
Author: A-Works / sugai
Version: ver 1.00
*/

/* -------------------------------------------------
    ---     COMMON     ---
   -------------------------------------------------  */

* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size:15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#3e2111;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	line-height: 0;
	-webkit-text-size-adjust: 100%;
	background-color: #e2ddca;
}


/* -------------------------------------------------
    ---     COMMON     ---
   -------------------------------------------------  */

::selection {
	background: #333;
	color: #fff;
}

img {
/*	width:100%; */
	margin: 0;
	padding: 0;
	border: 0;
}


a:hover img { opacity: 0.7; filter: alpha(opacity=70); -moz-opacity: 0.7; }

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}


a { /* color: #67CDDC; */ text-decoration: none; }
a:hover { /* color: #00A9E0; */ text-decoration: none; }

ul { list-style: none; }

.for_sp { display: none; }
.for_pc { display: block; }




/* -------------------------------------------------
    ---     LAYOUT     ---
   -------------------------------------------------  */

#container { max-width: 950px; margin:0 auto; background: #FFF; }
section img { width: 100%; }

footer {
	width: 100% ;
	color: #000;
	background-color: #FFF;
	text-align: center;
	padding: 0 1%;
	line-height: 1.5;
}

footer .wrapper { padding: 20px; }

/* --- GO TOP --- */
#go-top{
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 25px;
  right: 0;
  padding: 8px 0;
  background: rgba(96,76,63,0.9);
  color: #fff;
  text-align: center;
  text-decoration: none;
	width: 40px;
	height: 40px;
/*    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px; */
    font-size: 1.5em;
    line-height: 1;
}
#go-top:hover{ background: rgba(96,76,63,0.5); }
