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

@media screen and (min-width: 780px) {
  body {
    font: 14px/1.9 "Noto Sans JP", Arial, Verdana, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    letter-spacing: .1em;
    font-weight: 300;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    color: #000;
    background: #fff;
  }
  a {
    color: #0066ff;
    text-decoration: none;
  }
  #container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #fff;
  }
  /*--------------------------------------
	header
---------------------------------------*/
  #header {
    max-width: 980px;
    padding: 10px 0px 10px 0px;
    margin: 0 auto;
    overflow: hidden;
    background: #ffffff;
  }
  #site {
    float: left;
    padding: 10px;
  }
  #site p.logo {
    margin: 0;
  }
  #site img {
    vertical-align: bottom;
  }
  @media screen and (max-width:979px) {
    #site img {
      padding: 10px 0 0 0;
      height: 50px;
    }
  }
  #nav {
    float: right;
    font-size: 14px;
  }
  #nav dt {
    display: none;
  }
  #nav ul {
    margin: 25px 0 0 0;
    padding: 0;
  }
  #nav ul li {
    list-style: none;
    float: left;
  }
  #nav ul li a {
    display: block;
    font-size: 14px;
    float: left;
    padding: 10px 8px;
    margin-left: 10px;
    text-decoration: none;
    color: #000;
  }
  @media screen and (max-width:979px) {
    #nav ul li a {
      max-width: 90px;
      font-size: 12px;
    }
  }
  #nav ul li a:hover {
    color: #2b9523;
    background: #f8f8f8;
    position: relative;
  }
  /*----------------------------------------------------------
		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: 60%;
    margin: 0 auto;
    padding-top: 30px;
  }
  section h2 span {
    background: #fff;
    padding: 0 80px;
  }
  a.thumnail {
    display: block;
    float: left;
    overflow: hidden;
    width: 31%;
    margin: 0 10px 50px 10px;
  }
  figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
  }
  figure img {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 100%;
    vertical-align: bottom;
  }
  figcaption {
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFF;
    opacity: 0;
    font-size: 16px;
    font-size: 1.6rem;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top: 40%;
  }
  a:hover>figure img {
    transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
  }
  a:hover>figure figcaption {
    opacity: 1;
  }
  .itemlist {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .itemlist li {
    float: left;
    width: 33.333333%;
    padding: 10px;
  }
  .itemlist li:nth-child(3n+1) {
    clear: left;
  }
  @media screen and (max-width: 767px) {
    .itemlist li {
      width: 50%;
    }
    .itemlist li:nth-child(2n+1) {
      clear: left;
    }
    .itemlist li:nth-child(3n+1) {
      clear: none;
    }
  }
  @media screen and (max-width: 414px) {
    .itemlist li {
      width: 100%;
    }
    .itemlist li:nth-child(2n+1) {
      clear: none;
    }
  }
  .itemlist img {
    width: 100%;
    height: auto;
  }
  .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 80px;
  }
  .grid {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    background-color: #fafafa;
  }
  .grid li {
    float: left;
    width: 33%;
    padding: 5px;
    list-style: none;
  }
  .grid li:nth-child(3n+1) {
    clear: left;
  }
  .grid li, ::before, ::after {
    box-sizing: border-box;
  }
  .grid img {
    width: 100%;
    height: auto;
  }
  @media screen and (max-width: 767px) {
    .grid li {
      width: 50%;
    }
    .itemlist li:nth-child(2n+1) {
      clear: left;
    }
    .itemlist li:nth-child(3n+1) {
      clear: none;
    }
  }
	#price h3 {
    font-size: 130%;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
  }
  #price ul {
    padding: 0 100px 50px 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-size: 110%;
    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;
  }

  /*----------------------------------------------------------
 		sec02
------------------------------------------------------------*/
  .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: 40px;
		margin-top: 10%;
		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: 40px;
		margin-top: 5%;
		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 {
    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;
  }
}
