l@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@media screen and (max-width: 780px) and (min-width: 640px) {
  #nav {
    display: none;
  }
}

@media screen and (max-width: 780px) and (min-width: 640px) {
  body {
    font: 14px/1.9 "Noto Sans JP", Arial, Verdana, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    font-weight: 300;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    color: #000;
    background: #fff;
  }
  body {
    margin: 0;
  }
  *, ::before, ::after {
    box-sizing: border-box;
  }
  #container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #fff;
  }
  header {
    height: 60px;
    background-color: #fff;
  }
  #site img {
    height: 60px;
  }
  /******スライドメニュー*******/
  .drawr-bt {
    display: block;
    width: 80px;
    height: 60px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 7777;
    background-color: #2b9523;
    text-align: center;
    padding: 15px 0 0 0;
    font-size: 15px;
    color: #fff;
  }
  .drawr {
    display: none;
    background-color: #2b9523;
    position: fixed;
    top: 0px;
    right: 0;
    padding: 0px 0 20px 0px;
    z-index: 8888;
    box-shadow: 0 0 4px #ccc;
  }
  #d-menu li {
    width: 220px;
    list-style: none;
    box-shadow: 0 1px 2px #ccc;
  }
  #d-menu li a {
    color: #1a1a1a;
    display: block;
    padding: 15px;
    background: #f7f9fb none repeat scroll 0 0;
    font-size: 16px;
    margin-bottom: 10px;
    transition-duration: .3s;
    text-decoration: none;
  }
  #d-menu li a:hover {
    transition-duration: .3s;
    background: #aaa;
    color: #fff;
  }
  .close-bt {
    display: block;
    width: 60px;
    height: 45px;
    line-height: 39px;
    cursor: pointer;
    z-index: 9999;
    font-size: 30px;
    margin-bottom: 10px;
    background: #f7f9fb;
    box-shadow: 0 1px 2px #ccc;
    text-align: center;
    padding: 0;
  }
  /*----------------------------------------------------------
  		mainimg
  ------------------------------------------------------------*/
  #mainimg {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  #bigmain {
    width: 100%;
    margin: 0 auto;
  }
  #smallmain {
    display: none;
  }
  /*----------------------------------------------------------
  		comment
  ------------------------------------------------------------*/
  #comment {
    width: 70%;
    margin: 0 auto;
    padding-top: 30px;
  }
  /*----------------------------------------------------------
      section
  ------------------------------------------------------------*/
  .sec01 {
    width: 100%;
    max-width: 1024px;
    clear: both;
    margin: 0 auto;
    padding-top: 70px;
  }
  .sec01 h2 {
    font-family: 'Pacifico', cursive;
    width: 60%;
    margin: 0 auto 40px;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    background: url(../images/borderGreen.png) repeat-x 0 50%;
    background-size: 1px 1px;
  }
  section h2 span {
    color: #2b9523;
    background: #fff;
    padding: 0 40px;
  }
  .grid {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    background-color: #fafafa;
  }
  .grid li {
    float: left;
    width: 50%;
    padding: 5px;
    list-style: none;
  }
  .itemlist li:nth-child(2n+1) {
    clear: left;
  }
  .itemlist li:nth-child(3n+1) {
    clear: none;
  }
  .grid img {
    width: 100%;
    height: auto;
  }
  #price h3 {
    font-size: 130%;
    padding-bottom: 10px;
    text-align: center;
  }
  #price ul {
    padding: 0 100px 20px 100px;
  }
  #price li {
    width: 90%;
    display: inline-block;
    margin-left: 5.5%;
    margin-bottom: 10px;
    font-size: 15px;
  }
  #price li dl {
    display: table;
    width: 100%;
  }
  #price li dt {
    display: table-cell;
    font-weight: bold;
    width: 70%;
  }
  #price li dt span {
    padding-right: 10px;
  }
  .priceTxt {
    color: #000;
  }
  #price li dd {
    display: table-cell;
    text-align: right;
  }
  #price p {
    text-align: center;
  }
  /* -------------------------
  		access
  	------------------------- */
  .sec02 {
    width: 100%;
    max-width: 1024px;
    clear: both;
    margin: 0 auto;
    padding-top: 70px;
  }
  .sec02 h2 {
    font-family: 'Pacifico', cursive;
    width: 60%;
    margin: 0 auto 40px;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    background: url(../images/borderGreen.png) repeat-x 0 50%;
    background-size: 1px 1px;
  }
  .col p {
    margin-bottom: 5px;
  }
  .col2 li {
    vertical-align: top;
    display: inline-block;
    width: 60%;
    margin: 20px 0;
  }
  .col2 li:first-child {
    width: 35%;
    padding-right: 4%;
  }
  #blog {
		background: url(../images/blog.gif);
		background-repeat: no-repeat;
		background-size: contain;
		width: 100%;
		height: 30px;
		margin-top: 20px;
		display: block;
		text-indent: -9999px;
  }
	#blog:hover {
		background-image: url(../images/blog_hover.gif);
	}
  #facebook {
		background: url(../images/facebook.gif);
		background-repeat: no-repeat;
		background-size: contain;
		width: 100%;
		height: 30px;
		margin-top: 10px;
		display: block;
		text-indent: -9999px;
  }
	#facebook:hover {
		background-image: url(../images/facebook_hover.gif);
	}
  #access {
    width: 100%;
  }
  #map {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    z-index: 0;
  }
  #map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
  }
  .innerS {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .innerS p {
    margin-bottom: 5px;
  }
  /* -------------------------
    		footer
    	------------------------- */
  footer {
    height: 80px;
    width: 100%;
    text-align: center;
    padding: 20px 0 30px;
    background-color: #F7F7F7;
  }
  /* -------------------------
  		page-top
  	------------------------- */
  #page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    z-index: 9999;
  }
  #page-top a {
    background: #47c345;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
  }
  #page-top a:hover {
    text-decoration: none;
    background: #5ae458;
  }
}
