@charset "utf-8";

/*********************************************************************
Copyright (C) 2009 WEB DESIGN LAB (http://www.webdlab.com/)
Licensed under the MIT License:
http://www.opensource.org/licenses/mit-license.php
*********************************************************************/

/*--Base------------------------------------------------------------*/

html,body { width: 100%; height: 100%; }

html { height: 100%; overflow-y: scroll; }

section#japanese-map,
section#okuyami-box,
section#sougisya-list{
	min-height:500px;
	padding: 60px 0;
}

/*--Reset-----------------------------------------------------------*/

html,body,ul,li,a,p,h1,h2,h3,h4,h5,h6,div,section,table,th,td,tr { margin: 0; padding: 0; }

a { text-decoration: none; }

img { border: none; vertical-align: middle; }

ul { list-style: none; }

.clearfix:after { content: "."; display: block; height: 0; visibility: hidden; clear: both; }

/*--Text------------------------------------------------------------*/

html{
	font-size: 62.5%;	
}

body {
	font-weight: normal;
	line-height: 1.5;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

section h2{ text-align: center; padding: 40px 20px 5px; margin-bottom:20px; font-size:2.4rem; border-bottom:1px solid #2e2930;}


/*--Link------------------------------------------------------------*/

a,
a:link {
	color: #2e2930;
}

a:visited {
	color: #2e2930;
}

a:hover,
a:active {
	color: #777777;
}

a:focus {
	outline: none;
}

/*--table
-------------------------------------------------------------------*/

table.table-sougisya{
	font-size:1.4rem;
	border:1px solid #ddd;
	width:95%;
	margin:0 auto;
}

table.table-sougisya th,
table.table-sougisya td{
	padding:3px 5px;
	border:1px solid #ddd;
}



/*--HTML5-----------------------------------------------------------*/

article,aside,details,footer,header,main,menu,nav,section,summary {
	display: block;
}

/*--layout----------------------------------------------------------*/

/* *******************　768px 以上 ******************* */


.gutter{
	width:990px;
	margin:0 auto;
}


#map-container {
	width:800px;
	margin:0 auto;
}



#gnavi ul li a{
  display: block;
  color:#2e2930;
  text-align: center;
  text-decoration: none;
  font-size:1.4rem;
  padding:15px 0;
}

#gnavi ul li:hover{
  background-color:#eea4a5;
}

#menu-box{ 
 display: none;
}

div.map-menu{
	display:none;
}

/*--ヘッダー
--------------------------------------------------------------------*/

#site-name{
	width:250px;
	float:left;
}


header{
	position:fixed;
	width:100%;
	height:58px;
	left:0px;
	top:0px;
	z-index:100;
	background:rgba(255,255,255,0.9);
	padding:15px;
	overflow:hidden;
	
	/* box-shadow */
    -webkit-box-shadow: 0 6px 6px -6px #333;
       -moz-box-shadow: 0 6px 6px -6px #333;
            box-shadow: 0 6px 6px -6px #333
}

header #gutter{
	float:left;
}

header div#site-name>img{
	float:left;
	display:inline;
}

header h1{
	float:left;
	padding:15px;
	font-size:1.6rem;
}

#header-navi{
	float:left;
}

ul#navi-menu {
	width:100%;
	margin-top:5px;
}

ul#navi-menu li{
	display:inline-block;
}

ul#navi-menu li a{
	display:block;
	font-size:1.4rem;
	padding:10px;
	font-weight:bold;
}

ul#navi-menu li a:hover{
	background-color:#9ac842;
	color:#fff;
	text-shadow: 1px 1px 2px #000;
	border-radius:3px;
	}

/*--map
----------------------------------------------------------*/

h2.sp-h2{
	display:none;
}


#japanese-map{
	background-image:url(../img/map_bg.gif);
	padding-top:100px;
}

#japanese-map .gutter{
	}

div#map-container canvas{
	margin-top:30px;
	}
	
	
a.order-button{
	display:block;
	width:180px;
	height:180px;
	border-radius:180px;
	position:absolute;
	top:50%;
	left:80%;
	text-align:center;
	background:rgba(255,255,255,0.9);
	line-height:2.４rem;
	font-size:1.8rem;
	z-index:10;
	
	box-shadow: 1px 1px 3px #000;
-moz-box-shadow: 1px 1px 3px #000;　/* Firefox用 */
-webkit-box-shadow: 1px 1px 3px #000;　/* Safari,Google Chrome用 */

}

a.order-button:hover{
	background-color:#9ac842;
	color:#fff;
}

span.order-title{
	display:block;
	margin-top:45px;
	}
	

/*--ad-box
---------------------------------------------------------------------*/
#ad-box ul#ad-box-inner{
	padding:10px 40px;
	background:rgba(225,225,225,0.9);
	
	}
	
#ad-box ul#ad-box-inner li{
	height:100%;
	float:left;
	margin-right:15px;
	}
	
#ad-box ul#ad-box-inner li a{}

#ad-box{
    width: 100%;
	padding:20px 0;
	}
	

ul#serach-city li{
	float:left;
}

section#okuyami-box{
	background:#f4f5f9;
}

#okuyami-box span.serach-label{ float:left; margin-right:20px; font-size:1.6rem; }
#okuyami-box ul{ padding-top:3px; }



#footer {
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	min-height:25px;
	background-color:#fff;
	font-size:1.2rem;
	
	/* box-shadow */
	box-shadow:rgba(217, 217, 217, 0.9) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(217, 217, 217, 0.9) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(217, 217, 217, 0.9) 0px 0px 6px 3px;
}

/*--common
----------------------------------------------------------*/


@media only screen and (max-width: 480px) {

section#japanese-map,
section#okuyami-box,
section#sougisya-list{	
	padding: 0;
}


#main {
	background: #8ccf8a;
}

#map_bg{
	display:none;
}



header{
	position:relative;
	top:0;
	left:0;
	padding:15px 0;
}

#site-name{
	float:none;
	margin:0 auto;
	}

#header-navi{
	display:none;
}

#menu-box{
	display:block;
}

/*--ヘッダーナビ（toggle Version）
--------------------------------------------------------------*/
#gnavi ul{ width:100%;}

#gnavi ul li {
    text-align:center;
    border:1px solid #ddd;
    width:100%;
    background-color:rgba(255,255,255,0.9);
}

#gnavi ul li:hover{
    background:rgba(154,200,66,0.9);
  }

#gnavi ul{
    display: none;
  }
  #menu li{
    width: 100%;
  }
  #toggle{
    position:relative;
    display: block;
    width: 100%;
    background: rgba(0,0,0,0.9);
  }
 
 #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #444;
	font-size:1.6rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }

  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #222;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }

#gnavi ul{
  width: 100%;
  max-width:100%;
  padding: 0;
}

/*--都道府県テキストメニュー
--------------------------------------------------------------*/

div#map-wrap{
	width:90%;
	margin:0 auto;
	padding-top:20px;
}

div.map-menu{
	display:block;
}


.area-name{
	background:rgba(255,255,255,0.9);
	padding:5px 0;
	font-size:1.4rem;
	text-align:center;
}


.map-menu li a{
	display:block;
	padding:8px 0;
	background:#69F;
	text-align:center;
	font-size:1.4rem;
	}

.map-menu li a:hover{
	background:#CF9;
}


label {
    background:rgba(255,255,255,0.9);
    padding: 10px;
    display: block;
    margin: 0;
    border: 1px solid #ddd;
	font-size:1.6rem;
}

input[type="checkbox"].on-off{
    display: none;
}

.map-menu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}


input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: 300px;
}



/*--その他
--------------------------------------------------------------*/

#map-container,
a.order-button{
	display:none;
}

.gutter
{
	width:100%;
}


img#hyou-img{
	width:100%;
	}
	


/* ** */}


@media only screen and (min-width: 481px) and (max-width: 768px) {

#header,
#contents,
#footer{
	width:100%;
}



header #header-navi>img,
header h1,
nav#header-navi,
ul#navi-menu li
{
	float:none;
}


#header-navi{
	display:none;
}

div#menu-box{
 width:100%;
 background-color:rgba(255,255,255,0.9);
}

header{
	position:relative;
	top:0;
	left:0;
}

#menu-box{
	display:block;
}


 #gnavi ul li{
   width:33.2%;
   float:left;
  }

 #gnavi ul li:hover{
    background:rgba(154,200,66,0.9);
  }

/* ** */}
