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

body {
	-webkit-text-size-adjust: 100%;
	font-family: ArialMT, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, sans-serif;; 
	background: #FFF;
	color: #404040;
	font-size: 16px;
	line-height: 1.0em;
	text-align: center;
}
img {
	max-width:100%;
}
a {
	-webkit-tap-highlight-color: rgba(64,64,64,0.6);
}

/*headerエリアのCSS*/
h1 {
	float: left;
	line-height: 0;
}
#gnavi {
    float: right;
    margin-right: 10px;
    display: table;
    height: 55px;
}
#gnavi ul {
    display: table-cell;
    vertical-align: middle;
}
#gnavi ul a {
    background-color: #6fc9db;
    padding: 5px 34px 5px 10px;
    color: white;
    text-decoration: none;
    background-image: url(../images/icoGmenu.gif);
    background-repeat: no-repeat;
    -webkit-background-size: 20px 13px;
    background-position: 92% 46%;
    border-top: 1px solid white;
    display: block;
}
#gnavi ul a:hover {
    color: #ebebeb;
}
#gnavi ul li {
    position: relative;
}
#gnavi ul ul {
    display: none;
    position: absolute;
    top: 27px;
    right: 0;
    z-index: 100;
    text-align: right;
}
#gnavi ul ul li {
    position: static;
}
.social {
    float: right;
    display: table;
    height: 55px;
    margin-right: 7px;
}
.social li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 6px;
}
.social li:nth-child(1) {
    padding-left: 0;
}
/*** slide area ***/
#showcase {
	width: 100%;
	position:relative;
	overflow:hidden;
}
#showcase ul {
	display:block;
	width:400%;　/*画像の数×100%*/
	margin:0px;
	padding:0px;
}
#showcase ul li {
	float: left;
	width:25%; /*全体の画像の数で割る*/
}
#showcase img{
	width: 320px;
	height:210px;
}
#prev_next img {
    width: 33px;
    height: 73px;
}
#prev_next div {
    position: absolute;
    top: 50%;
    margin-top: -37px;
    cursor: pointer;
	-webkit-tap-highlight-color: rgba(64,64,64,0.6);
}
#prev_next .prev {
    left: 10px;
}
#prev_next .next {
    right: 10px;
}

/*** contents area ***/
.main nav {
    margin: 10px 5px;
}
.main nav li {
    background-color: #6fc9d8;
    text-align: left;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: 5px center;
    -webkit-background-size: 25px;
}
.main nav li.navAbout {
    background-image: url(../images/icoAbout.png);
}
.main nav li.navMenu {
    background-image: url(../images/icoMenu.png);
}
.main nav li.navBlog {
    background-image: url(../images/icoBlog.png);
}
.main nav li a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 5px 5px 5px 36px;
    background: url(../images/bnrAllowR.gif) no-repeat 98% center;
    -webkit-background-size: 5px 9px;
}
.main nav li a span {
    color: #404040;
    display: block;
    font-size: 0.750em;
}
a.tel {
    margin: 10px 5px 15px;
    display: block;
    background-color: #93d87c;
    color: white;
    text-decoration: none;
    text-align: left;
    padding: 5px 5px 5px 46px;
    background-image: url(../images/icoTel.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    -webkit-background-size: 25px 30px;
    font-size: 1.625em;
    line-height: 1;
    position: relative;
    height: 40px;
}
a.tel span {
    color: #717171;
    display: block;
    font-size: 0.462em;
}
.tel span:before {
    content: "";
    background: url(../images/bgOpen2Close.gif) left top no-repeat;
    height: 50px;
    width: 55px;
    -webkit-background-size: 55px 50px;
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
}
footer {
    background-color: #ea5c5c;
    padding-bottom: 10px;
}
footer a {
    color: white;
    text-decoration: none;
}
footer nav li {
    display: inline-block;
    color: white;
    margin: 30px auto;
    font-size: 0.875em;
}
footer p {
    font-size: 0.625em;
}